Compare commits

...

37 Commits

Author SHA1 Message Date
Julian Lam
0df3ea8661 refactor: client-side to use flag notes API 2021-07-16 13:51:37 -04:00
Julian Lam
b6c84222c2 test: fix breaking test on mongo 2021-07-16 12:29:39 -04:00
Julian Lam
6bcc0d0ddc chore: remove debug line 2021-07-16 11:33:23 -04:00
Julian Lam
e219cf0226 feat: flag notes API + tests 2021-07-16 11:28:52 -04:00
Julian Lam
b5da3f136b fix: flag tests to use Write API instead of sockets 2021-07-14 16:39:55 -04:00
Julian Lam
8a02c66ed5 feat: tests for new flags API
added missing files for schema update
2021-07-14 15:41:01 -04:00
Julian Lam
66946be9f0 feat: new routes for flags API
+ flag get
+ flag creation, migration from socket method
+ flag update, migration from socket method
* fixed bug where you could not unassign someone from a flag
2021-07-14 15:21:25 -04:00
psychobunny
acb11cc764 fix: use hooks module instead of window trigger 2021-07-14 14:54:17 -04:00
Misty (Bot)
c4be0078ed Latest translations and fallbacks 2021-07-14 09:06:19 +00:00
Renovate Bot
021013159e chore(deps): update dependency lint-staged to v11.0.1 2021-07-13 11:01:05 +00:00
Misty (Bot)
f9a89adc97 Latest translations and fallbacks 2021-07-13 09:06:01 +00:00
Barış Soner Uşaklı
4a56388ec3 feat: store topic tags in topic hash (#9656)
* feat: store topic tags in topic hash

breaking: remove color info from tags (use css)

* fix: remove unused tag modal

* fix: tag search
2021-07-12 19:25:04 -04:00
Renovate Bot
0d3f74b762 fix(deps): update dependency autoprefixer to v10.3.1 2021-07-12 19:43:49 +00:00
psychobunny
522291726d style: lint 2021-07-12 13:55:16 -04:00
psychobunny
e0db904b0e feat: new hook action:topics.loading (in the same format as action:posts.loading) 2021-07-12 13:10:57 -04:00
psychobunny
8ae4c30029 feat: schedule deprecation for action:category.loaded and action:category.loading. Use action:topics.loaded/ing instead
(or action:ajaxify.end if you are using it to check cid on page load)
2021-07-12 13:05:06 -04:00
psychobunny
07f25d8c47 fix: made TopicList.onTopicsLoaded private [breaking] 2021-07-12 12:57:59 -04:00
Misty (Bot)
62cd5f669b Latest translations and fallbacks 2021-07-12 09:07:04 +00:00
Renovate Bot
b6a8471205 fix(deps): update dependency nodebb-plugin-markdown to v8.14.2 2021-07-10 15:55:34 +00:00
Renovate Bot
72c9650fd3 fix(deps): update dependency autoprefixer to v10.3.0 2021-07-10 13:29:39 +00:00
Renovate Bot
f14df0d443 fix(deps): update socket.io packages to v4.1.3 2021-07-10 11:54:11 +00:00
Misty (Bot)
98b685d9c5 Latest translations and fallbacks 2021-07-10 09:05:51 +00:00
Renovate Bot
31dae04f3b fix(deps): update dependency nodebb-plugin-composer-default to v6.5.34 2021-07-10 01:59:49 +00:00
Julian Lam
0960a81468 fix: tests 2021-07-09 12:24:32 -04:00
Julian Lam
415416d2a7 fix: translate language keys if passed in to formatApiResponse 2021-07-09 12:24:32 -04:00
Julian Lam
7036c3751e feat: internationalize API error messages 2021-07-09 12:24:32 -04:00
Julian Lam
a54a3ee1ca fix: return proper API-style response if exception caught by error handler on v3 routes [breaking] 2021-07-09 12:24:32 -04:00
Renovate Bot
ae14016efc fix(deps): update dependency nodebb-theme-persona to v11.0.26 2021-07-08 16:39:05 +00:00
Barış Soner Uşaklı
ff78969c2c fix: lint 2021-07-08 11:25:54 -04:00
Barış Soner Uşaklı
55d7e55867 fix: tests 2021-07-08 11:22:36 -04:00
Barış Soner Uşaklı
6ed7e937ce refactor: fix wording 2021-07-08 11:07:52 -04:00
Barış Soner Uşaklı
47c8c69264 fix: keep query string on redirects 2021-07-08 11:06:20 -04:00
Barış Soner Uşaklı
5fd190f7c4 feat: #9651, change category desc to multiline 2021-07-08 10:01:22 -04:00
Misty (Bot)
7da8f12173 Latest translations and fallbacks 2021-07-08 09:05:51 +00:00
Renovate Bot
8b41684ee3 fix(deps): update dependency nodebb-plugin-markdown to v8.14.1 2021-07-07 16:09:03 -04:00
Misty (Bot)
46be2046ef chore: incrementing version number - v1.17.2
(cherry picked from commit 9f90bdcd59)
Signed-off-by: Misty (Bot) <deploy@nodebb.org>
2021-07-07 18:44:41 +00:00
Misty (Bot)
5c9c0605a7 chore: update changelog for v1.17.2 2021-07-07 18:44:41 +00:00
157 changed files with 1697 additions and 838 deletions

View File

@@ -1,3 +1,115 @@
#### v1.17.2 (2021-07-07)
##### Chores
* **deps:**
* update coverallsapp/github-action action to v1.1.3 (99c23037)
* update dependency eslint to v7.30.0 (725e70e9)
* update dependency coveralls to v3.1.1 (edefac96)
* update dependency eslint to v7.29.0 (2700f717)
* update dependency eslint to v7.28.0 (fac0bcbd)
* update dependency smtp-server to v3.9.0 (86723292)
* update dependency eslint-plugin-import to v2.23.4 (886d65f6)
* update dependency eslint-plugin-import to v2.23.3 (c3b0e2fa)
* lint (2b42e7ed)
* fix indentation (d07229aa)
* up rewards (ca9ca876)
* incrementing version number - v1.17.1 (0aad1312)
* update changelog for v1.17.1 (1e6ed0ad)
##### Documentation Changes
* add undoTimeout (2db77b0c)
##### New Features
* add merge/fork hooks (c9348efb)
* #9628, allow setting custom icon names (2fe30b6f)
* #9617 update fa link (52596902)
* add bodyClass to 500 page (46a454f1)
* clear reset tokens on successful login (f9728aff)
* add filter:categories.categorySearch (be19f27f)
* allow nested properties on category page (#9601) (cc0cf99f)
* show ip on acp manage users (8ea58432)
* add undoTimeout to moving posts as well #9599 (e588948f)
* make undoTimeout configurable, closes #9599 (05cc7ccb)
* introduce boolean res.locals flag to bypass session reroll (used by session-sharing) (816856b0)
* allow modifying default category privileges (57e46e41)
* add filter:notifications.create (ac7b093f)
* pass req.query to getUnreadData (3d5fef6e)
* added GET user route for api v3 (d2960aeb)
##### Bug Fixes
* **docs:** #9648 (e03782f2)
* **deps:**
* update dependency mongodb to v3.6.10 (f17625fb)
* update dependency nodebb-theme-persona to v11.0.25 (c11927c5)
* update dependency sortablejs to v1.14.0 (5ff9319f)
* update dependency nodebb-theme-persona to v11.0.24 (c7feea56)
* update dependency nodebb-plugin-composer-default to v6.5.33 (3611b04e)
* update dependency nodebb-plugin-markdown to v8.14.0 (e40f648f)
* update dependency nodebb-plugin-markdown to v8.13.1 (cf6fcc21)
* update dependency nodebb-plugin-composer-default to v6.5.32 (#9626) (90e3f5ac)
* update dependency nodebb-plugin-composer-default to v6.5.30 (#9624) (2060dc61)
* update dependency postcss to v8.3.5 (09aebbda)
* update dependency postcss to v8.3.4 (520050da)
* update dependency postcss to v8.3.3 (c7006ec6)
* update dependency ioredis to v4.27.6 (82b33dc4)
* bump persona (f4eb336a)
* update dependency postcss to v8.3.2 (88f21e91)
* update dependency postcss to v8.3.1 (71b4d634)
* update dependency ioredis to v4.27.5 (9f74caf6)
* update dependency connect-redis to v6 (#9590) (6632b2b6)
* update dependency ioredis to v4.27.4 (4ffd234f)
* update dependency nodebb-theme-persona to v11.0.21 (062928d2)
* update dependency mongodb to v3.6.9 (d8c64479)
* update dependency autoprefixer to v10.2.6 (3aeac357)
* #9634, re-jig top bar of Admin > Manage > Users (b8964843)
* hide private user data in api/v3/users/[uid] (97c8569a)
* numThumb upgrade script (d9e2190a)
* acp dashboard sometimes not loading on cold load (fee782c4)
* #9636, sanitize all attributes in meta and link tags (84904976)
* convert some hooks to use hooks module (09bac6bd)
* #9627 (acdbd049)
* #9629, translate content property of meta tags (561ce7d3)
* prevent crash in expandObjBy #9618 (ab6f062f)
* dont show system tags in whitelist dropdown to regular users (0d975bc4)
* #9622 (#9623) (84e06575)
* #9620, fix notif delay (73f40e96)
* #9619, add group chat filter to /notifications (c92fc19b)
* scope (3cd9434b)
* #9615, catch exceptions in renderOverride (1eda538d)
* purge uploaded images accordingly #9606 (#9611) (8168c6c4)
* keep query params when switching chat (7b4c0a16)
* accidental unnecessarily strict conditional that effectively rendered SSO state checking opt-in instead of opt-out (a2400f6b)
* introduce artificial delay + delay fudging on invalid email during reset token generation (f6c14d6b)
* #9605, expire all active reset tokens for a uid if that uid generates a new one (229f96f8)
* lint (8c952aa3)
* schema (39e13591)
* pagination on acp users search (6695927e)
* #9596, incorrect placeholder string in some translations (93d94564)
* extra ')' (6f732611)
* disallow editing of other users' notes (edcba61a)
* #9592, check session (286644d0)
* don't crash if session doesn't exist (3717df61)
* lint (66cae54e)
* improper use of filename extensions (16e0bca5)
* return null (d8d6c989)
* updates navigation menu user icon (f9b248b8)
* returnOriginal deprecation (3fb74445)
* error when trying to trim an object (48b8e3bb)
* **post-queue:** moderatedCids is an array of numbers (#9631) (db65360c)
##### Performance Improvements
* cache Topics.getTopicsTags (8e0561f2)
* bypass getMultipleUserSettings (10ddfff3)
##### Tests
* fixed broken tests from #9605, removed token clean on token usage as it is superceded by token clean on generation (+ associated test) (5c42b3ea)
#### v1.17.1 (2021-05-26)
##### Chores

View File

@@ -2,7 +2,7 @@
"name": "nodebb",
"license": "GPL-3.0",
"description": "NodeBB Forum",
"version": "1.17.1",
"version": "1.17.2",
"homepage": "http://www.nodebb.org",
"repository": {
"type": "git",
@@ -32,7 +32,7 @@
"ace-builds": "^1.4.12",
"archiver": "^5.2.0",
"async": "^3.2.0",
"autoprefixer": "10.2.6",
"autoprefixer": "10.3.1",
"bcryptjs": "2.4.3",
"benchpressjs": "2.4.3",
"body-parser": "^1.19.0",
@@ -84,16 +84,16 @@
"multiparty": "4.2.2",
"@nodebb/bootswatch": "3.4.2",
"nconf": "^0.11.2",
"nodebb-plugin-composer-default": "6.5.33",
"nodebb-plugin-composer-default": "6.5.34",
"nodebb-plugin-dbsearch": "5.0.2",
"nodebb-plugin-emoji": "^3.5.0",
"nodebb-plugin-emoji-android": "2.0.5",
"nodebb-plugin-markdown": "8.14.0",
"nodebb-plugin-markdown": "8.14.2",
"nodebb-plugin-mentions": "2.13.11",
"nodebb-plugin-spam-be-gone": "0.7.9",
"nodebb-rewards-essentials": "0.1.5",
"nodebb-theme-lavender": "5.2.1",
"nodebb-theme-persona": "11.0.25",
"nodebb-theme-persona": "11.0.26",
"nodebb-theme-slick": "1.4.7",
"nodebb-theme-vanilla": "12.0.8",
"nodebb-widget-essentials": "5.0.4",
@@ -119,9 +119,9 @@
"sharp": "0.28.3",
"sitemap": "^7.0.0",
"slideout": "1.0.1",
"socket.io": "4.1.2",
"socket.io": "4.1.3",
"socket.io-adapter-cluster": "^1.0.1",
"socket.io-client": "4.1.2",
"socket.io-client": "4.1.3",
"@socket.io/redis-adapter": "7.0.0",
"sortablejs": "1.14.0",
"spdx-license-list": "^6.4.0",
@@ -152,7 +152,7 @@
"grunt-contrib-watch": "1.1.0",
"husky": "6.0.0",
"jsdom": "16.6.0",
"lint-staged": "11.0.0",
"lint-staged": "11.0.1",
"mocha": "8.4.0",
"mocha-lcov-reporter": "1.3.0",
"mockdate": "3.0.5",

View File

@@ -2,7 +2,6 @@
"none": "Your forum does not have any topics with tags yet.",
"bg-color": "Background Colour",
"text-color": "Text Colour",
"create-modify": "Create & Modify Tags",
"description": "Select tags by clicking or dragging, use <code>CTRL</code> to select multiple tags.",
"create": "Create Tag",
"modify": "Modify Tags",

View File

@@ -192,5 +192,15 @@
"plugin-not-whitelisted": "Unable to install plugin &ndash; only plugins whitelisted by the NodeBB Package Manager can be installed via the ACP",
"topic-event-unrecognized": "Topic event '%1' unrecognized",
"cant-set-child-as-parent": "Can't set child as parent category",
"cant-set-self-as-parent": "Can't set self as parent category"
"cant-set-self-as-parent": "Can't set self as parent category",
"api.master-token-no-uid": "A master token was received without a corresponding `_uid` in the request body",
"api.400": "Something was wrong with the request payload you passed in.",
"api.401": "A valid login session was not found. Please log in and try again.",
"api.403": "You are not authorised to make this call",
"api.404": "Invalid API call",
"api.426": "HTTPS is required for requests to the write api, please re-send your request via HTTPS",
"api.429": "You have made too many requests, please try again later",
"api.500": "An unexpected error was encountered while attempting to service your request.",
"api.501": "The route you are trying to call is not implemented yet, please try again tomorrow",
"api.503": "The route you are trying to call is not currently available due to a server configuration"
}

View File

@@ -2,7 +2,6 @@
"none": "Форумът все още няма теми с етикети.",
"bg-color": "Цвят на фона",
"text-color": "Цвят на текста",
"create-modify": "Създаване и редактиране на етикети",
"description": "Изберете етикетите чрез щракване или влачене. Използвайте <code>CTRL</code>, за да изберете няколко етикета.",
"create": "Създаване на етикет",
"modify": "Редактиране на етикети",

View File

@@ -1,6 +1,6 @@
{
"users": "Потребители",
"edit": "Actions",
"edit": "Действия",
"make-admin": "Даване на администраторски права",
"remove-admin": "Отнемане на администраторски права",
"validate-email": "Проверка на е-пощата",

View File

@@ -192,5 +192,15 @@
"plugin-not-whitelisted": "Добавката не може да бъде инсталирана само добавки, одобрени от пакетния мениджър на NodeBB могат да бъдат инсталирани чрез ACP",
"topic-event-unrecognized": "Събитието „%1“ на темата е неизвестно",
"cant-set-child-as-parent": "Дъщерна категория не може да се зададе като базова такава",
"cant-set-self-as-parent": "Категорията не може да се зададе като базова категория на себе си"
"cant-set-self-as-parent": "Категорията не може да се зададе като базова категория на себе си",
"api.master-token-no-uid": "Беше получен главен код без съответстващо поле `_uid` в тялото на заявката",
"api.400": "Нещо не беше наред с данните в заявката, които подадохте.",
"api.401": "Няма намерена сесия. Моля, впишете се и опитайте отново.",
"api.403": "Нямате право да изпълните тази команда",
"api.404": "Неправилна команда към ППИ",
"api.426": "Заявките към ППИ за писане изискват HTTPS. Изпратете отново заявката си чрез HTTPS",
"api.429": "Направили сте твърде много заявки. Моля, опитайте отново по-късно.",
"api.500": "При обработката на заявката Ви възникна неочаквана грешка.",
"api.501": "Пътят, който се опитвате да извикате, все още не съществува. Моля, опитайте отново утре.",
"api.503": "Пътят, който се опитвате да извикате, в момента не е достъпен, поради настройките на сървъра."
}

View File

@@ -2,7 +2,6 @@
"none": "Your forum does not have any topics with tags yet.",
"bg-color": "Background Colour",
"text-color": "Text Colour",
"create-modify": "Create & Modify Tags",
"description": "Select tags by clicking or dragging, use <code>CTRL</code> to select multiple tags.",
"create": "Create Tag",
"modify": "Modify Tags",

View File

@@ -192,5 +192,15 @@
"plugin-not-whitelisted": "Unable to install plugin &ndash; only plugins whitelisted by the NodeBB Package Manager can be installed via the ACP",
"topic-event-unrecognized": "Topic event '%1' unrecognized",
"cant-set-child-as-parent": "Can't set child as parent category",
"cant-set-self-as-parent": "Can't set self as parent category"
"cant-set-self-as-parent": "Can't set self as parent category",
"api.master-token-no-uid": "A master token was received without a corresponding `_uid` in the request body",
"api.400": "Something was wrong with the request payload you passed in.",
"api.401": "A valid login session was not found. Please log in and try again.",
"api.403": "You are not authorised to make this call",
"api.404": "Invalid API call",
"api.426": "HTTPS is required for requests to the write api, please re-send your request via HTTPS",
"api.429": "You have made too many requests, please try again later",
"api.500": "An unexpected error was encountered while attempting to service your request.",
"api.501": "The route you are trying to call is not implemented yet, please try again tomorrow",
"api.503": "The route you are trying to call is not currently available due to a server configuration"
}

View File

@@ -2,7 +2,6 @@
"none": "Vaše fórum neobsahuje žádné témata se značkami.",
"bg-color": "Barva pozadí",
"text-color": "Barva textu",
"create-modify": "Vytvořit a upravit značky",
"description": "Pro výběr více značek, vyberte značky kliknutím nebo přetažením, za použití klávesy <code>CTRL</code>.",
"create": "Vytvořit značku",
"modify": "Upravit značky",

View File

@@ -192,5 +192,15 @@
"plugin-not-whitelisted": "Unable to install plugin &ndash; only plugins whitelisted by the NodeBB Package Manager can be installed via the ACP",
"topic-event-unrecognized": "Topic event '%1' unrecognized",
"cant-set-child-as-parent": "Can't set child as parent category",
"cant-set-self-as-parent": "Can't set self as parent category"
"cant-set-self-as-parent": "Can't set self as parent category",
"api.master-token-no-uid": "A master token was received without a corresponding `_uid` in the request body",
"api.400": "Something was wrong with the request payload you passed in.",
"api.401": "A valid login session was not found. Please log in and try again.",
"api.403": "You are not authorised to make this call",
"api.404": "Invalid API call",
"api.426": "HTTPS is required for requests to the write api, please re-send your request via HTTPS",
"api.429": "You have made too many requests, please try again later",
"api.500": "An unexpected error was encountered while attempting to service your request.",
"api.501": "The route you are trying to call is not implemented yet, please try again tomorrow",
"api.503": "The route you are trying to call is not currently available due to a server configuration"
}

View File

@@ -2,7 +2,6 @@
"none": "Your forum does not have any topics with tags yet.",
"bg-color": "Background Colour",
"text-color": "Text Colour",
"create-modify": "Create & Modify Tags",
"description": "Select tags by clicking or dragging, use <code>CTRL</code> to select multiple tags.",
"create": "Create Tag",
"modify": "Modify Tags",

View File

@@ -192,5 +192,15 @@
"plugin-not-whitelisted": "Unable to install plugin &ndash; only plugins whitelisted by the NodeBB Package Manager can be installed via the ACP",
"topic-event-unrecognized": "Topic event '%1' unrecognized",
"cant-set-child-as-parent": "Can't set child as parent category",
"cant-set-self-as-parent": "Can't set self as parent category"
"cant-set-self-as-parent": "Can't set self as parent category",
"api.master-token-no-uid": "A master token was received without a corresponding `_uid` in the request body",
"api.400": "Something was wrong with the request payload you passed in.",
"api.401": "A valid login session was not found. Please log in and try again.",
"api.403": "You are not authorised to make this call",
"api.404": "Invalid API call",
"api.426": "HTTPS is required for requests to the write api, please re-send your request via HTTPS",
"api.429": "You have made too many requests, please try again later",
"api.500": "An unexpected error was encountered while attempting to service your request.",
"api.501": "The route you are trying to call is not implemented yet, please try again tomorrow",
"api.503": "The route you are trying to call is not currently available due to a server configuration"
}

View File

@@ -2,7 +2,6 @@
"none": "Das Forum hat bisher noch keine Themen mit Tags.",
"bg-color": "Hintergrundfarbe",
"text-color": "Textfarbe",
"create-modify": "Tags erstellen & bearbeiten",
"description": "Select tags by clicking or dragging, use <code>CTRL</code> to select multiple tags.",
"create": "Tag erstellen",
"modify": "Tag bearbeiten",

View File

@@ -192,5 +192,15 @@
"plugin-not-whitelisted": "Unable to install plugin &ndash; only plugins whitelisted by the NodeBB Package Manager can be installed via the ACP",
"topic-event-unrecognized": "Topic event '%1' unrecognized",
"cant-set-child-as-parent": "Can't set child as parent category",
"cant-set-self-as-parent": "Can't set self as parent category"
"cant-set-self-as-parent": "Can't set self as parent category",
"api.master-token-no-uid": "A master token was received without a corresponding `_uid` in the request body",
"api.400": "Something was wrong with the request payload you passed in.",
"api.401": "A valid login session was not found. Please log in and try again.",
"api.403": "You are not authorised to make this call",
"api.404": "Invalid API call",
"api.426": "HTTPS is required for requests to the write api, please re-send your request via HTTPS",
"api.429": "You have made too many requests, please try again later",
"api.500": "An unexpected error was encountered while attempting to service your request.",
"api.501": "The route you are trying to call is not implemented yet, please try again tomorrow",
"api.503": "The route you are trying to call is not currently available due to a server configuration"
}

View File

@@ -2,7 +2,6 @@
"none": "Your forum does not have any topics with tags yet.",
"bg-color": "Background Colour",
"text-color": "Text Colour",
"create-modify": "Create & Modify Tags",
"description": "Select tags by clicking or dragging, use <code>CTRL</code> to select multiple tags.",
"create": "Create Tag",
"modify": "Modify Tags",

View File

@@ -192,5 +192,15 @@
"plugin-not-whitelisted": "Unable to install plugin &ndash; only plugins whitelisted by the NodeBB Package Manager can be installed via the ACP",
"topic-event-unrecognized": "Topic event '%1' unrecognized",
"cant-set-child-as-parent": "Can't set child as parent category",
"cant-set-self-as-parent": "Can't set self as parent category"
"cant-set-self-as-parent": "Can't set self as parent category",
"api.master-token-no-uid": "A master token was received without a corresponding `_uid` in the request body",
"api.400": "Something was wrong with the request payload you passed in.",
"api.401": "A valid login session was not found. Please log in and try again.",
"api.403": "You are not authorised to make this call",
"api.404": "Invalid API call",
"api.426": "HTTPS is required for requests to the write api, please re-send your request via HTTPS",
"api.429": "You have made too many requests, please try again later",
"api.500": "An unexpected error was encountered while attempting to service your request.",
"api.501": "The route you are trying to call is not implemented yet, please try again tomorrow",
"api.503": "The route you are trying to call is not currently available due to a server configuration"
}

View File

@@ -2,7 +2,6 @@
"none": "Your forum does not have any topics with tags yet.",
"bg-color": "Background Colour",
"text-color": "Text Colour",
"create-modify": "Create & Modify Tags",
"description": "Select tags by clicking or dragging, use <code>CTRL</code> to select multiple tags.",
"create": "Create Tag",
"modify": "Modify Tags",

View File

@@ -230,5 +230,16 @@
"topic-event-unrecognized": "Topic event '%1' unrecognized",
"cant-set-child-as-parent": "Can't set child as parent category",
"cant-set-self-as-parent": "Can't set self as parent category"
"cant-set-self-as-parent": "Can't set self as parent category",
"api.master-token-no-uid": "A master token was received without a corresponding `_uid` in the request body",
"api.400": "Something was wrong with the request payload you passed in.",
"api.401": "A valid login session was not found. Please log in and try again.",
"api.403": "You are not authorised to make this call",
"api.404": "Invalid API call",
"api.426": "HTTPS is required for requests to the write api, please re-send your request via HTTPS",
"api.429": "You have made too many requests, please try again later",
"api.500": "An unexpected error was encountered while attempting to service your request.",
"api.501": "The route you are trying to call is not implemented yet, please try again tomorrow",
"api.503": "The route you are trying to call is not currently available due to a server configuration"
}

View File

@@ -85,6 +85,7 @@
"read_more": "read more",
"more": "More",
"none": "None",
"posted_ago_by_guest": "posted %1 by Guest",
"posted_ago_by": "posted %1 by %2",

View File

@@ -2,7 +2,6 @@
"none": "Your forum does not have any topics with tags yet.",
"bg-color": "Background Color",
"text-color": "Text Color",
"create-modify": "Create & Modify Tags",
"description": "Select tags by clicking or dragging, use <code>CTRL</code> to select multiple tags.",
"create": "Create Tag",
"modify": "Modify Tags",

View File

@@ -192,5 +192,15 @@
"plugin-not-whitelisted": "Unable to install plugin &ndash; only plugins whitelisted by the NodeBB Package Manager can be installed via the ACP",
"topic-event-unrecognized": "Topic event '%1' unrecognized",
"cant-set-child-as-parent": "Can't set child as parent category",
"cant-set-self-as-parent": "Can't set self as parent category"
"cant-set-self-as-parent": "Can't set self as parent category",
"api.master-token-no-uid": "A master token was received without a corresponding `_uid` in the request body",
"api.400": "Something was wrong with the request payload you passed in.",
"api.401": "A valid login session was not found. Please log in and try again.",
"api.403": "You are not authorised to make this call",
"api.404": "Invalid API call",
"api.426": "HTTPS is required for requests to the write api, please re-send your request via HTTPS",
"api.429": "You have made too many requests, please try again later",
"api.500": "An unexpected error was encountered while attempting to service your request.",
"api.501": "The route you are trying to call is not implemented yet, please try again tomorrow",
"api.503": "The route you are trying to call is not currently available due to a server configuration"
}

View File

@@ -2,7 +2,6 @@
"none": "Your forum does not have any topics with tags yet.",
"bg-color": "Background Colour",
"text-color": "Text Colour",
"create-modify": "Create & Modify Tags",
"description": "Select tags by clicking or dragging, use <code>CTRL</code> to select multiple tags.",
"create": "Create Tag",
"modify": "Modify Tags",

View File

@@ -192,5 +192,15 @@
"plugin-not-whitelisted": "Unable to install plugin &ndash; only plugins whitelisted by the NodeBB Package Manager can be installed via the ACP",
"topic-event-unrecognized": "Topic event '%1' unrecognized",
"cant-set-child-as-parent": "Can't set child as parent category",
"cant-set-self-as-parent": "Can't set self as parent category"
"cant-set-self-as-parent": "Can't set self as parent category",
"api.master-token-no-uid": "A master token was received without a corresponding `_uid` in the request body",
"api.400": "Something was wrong with the request payload you passed in.",
"api.401": "A valid login session was not found. Please log in and try again.",
"api.403": "You are not authorised to make this call",
"api.404": "Invalid API call",
"api.426": "HTTPS is required for requests to the write api, please re-send your request via HTTPS",
"api.429": "You have made too many requests, please try again later",
"api.500": "An unexpected error was encountered while attempting to service your request.",
"api.501": "The route you are trying to call is not implemented yet, please try again tomorrow",
"api.503": "The route you are trying to call is not currently available due to a server configuration"
}

View File

@@ -2,7 +2,6 @@
"none": "Tu foro todavía no tiene ningún tema con etiquetas (tags)",
"bg-color": "Color de Fondo",
"text-color": "Color del Texto",
"create-modify": "Crear & Modificar Etiquetas (tags)",
"description": "Select tags by clicking or dragging, use <code>CTRL</code> to select multiple tags.",
"create": "Crear Etiqueta (tag)",
"modify": "Modificar Etiquetas (tags)",

View File

@@ -192,5 +192,15 @@
"plugin-not-whitelisted": "Unable to install plugin &ndash; only plugins whitelisted by the NodeBB Package Manager can be installed via the ACP",
"topic-event-unrecognized": "Topic event '%1' unrecognized",
"cant-set-child-as-parent": "Can't set child as parent category",
"cant-set-self-as-parent": "Can't set self as parent category"
"cant-set-self-as-parent": "Can't set self as parent category",
"api.master-token-no-uid": "A master token was received without a corresponding `_uid` in the request body",
"api.400": "Something was wrong with the request payload you passed in.",
"api.401": "A valid login session was not found. Please log in and try again.",
"api.403": "You are not authorised to make this call",
"api.404": "Invalid API call",
"api.426": "HTTPS is required for requests to the write api, please re-send your request via HTTPS",
"api.429": "You have made too many requests, please try again later",
"api.500": "An unexpected error was encountered while attempting to service your request.",
"api.501": "The route you are trying to call is not implemented yet, please try again tomorrow",
"api.503": "The route you are trying to call is not currently available due to a server configuration"
}

View File

@@ -2,7 +2,6 @@
"none": "Your forum does not have any topics with tags yet.",
"bg-color": "Background Colour",
"text-color": "Text Colour",
"create-modify": "Create & Modify Tags",
"description": "Select tags by clicking or dragging, use <code>CTRL</code> to select multiple tags.",
"create": "Create Tag",
"modify": "Modify Tags",

View File

@@ -192,5 +192,15 @@
"plugin-not-whitelisted": "Unable to install plugin &ndash; only plugins whitelisted by the NodeBB Package Manager can be installed via the ACP",
"topic-event-unrecognized": "Topic event '%1' unrecognized",
"cant-set-child-as-parent": "Can't set child as parent category",
"cant-set-self-as-parent": "Can't set self as parent category"
"cant-set-self-as-parent": "Can't set self as parent category",
"api.master-token-no-uid": "A master token was received without a corresponding `_uid` in the request body",
"api.400": "Something was wrong with the request payload you passed in.",
"api.401": "A valid login session was not found. Please log in and try again.",
"api.403": "You are not authorised to make this call",
"api.404": "Invalid API call",
"api.426": "HTTPS is required for requests to the write api, please re-send your request via HTTPS",
"api.429": "You have made too many requests, please try again later",
"api.500": "An unexpected error was encountered while attempting to service your request.",
"api.501": "The route you are trying to call is not implemented yet, please try again tomorrow",
"api.503": "The route you are trying to call is not currently available due to a server configuration"
}

View File

@@ -2,7 +2,6 @@
"none": "Your forum does not have any topics with tags yet.",
"bg-color": "Background Colour",
"text-color": "Text Colour",
"create-modify": "Create & Modify Tags",
"description": "Select tags by clicking or dragging, use <code>CTRL</code> to select multiple tags.",
"create": "Create Tag",
"modify": "Modify Tags",

View File

@@ -192,5 +192,15 @@
"plugin-not-whitelisted": "Unable to install plugin &ndash; only plugins whitelisted by the NodeBB Package Manager can be installed via the ACP",
"topic-event-unrecognized": "Topic event '%1' unrecognized",
"cant-set-child-as-parent": "Can't set child as parent category",
"cant-set-self-as-parent": "Can't set self as parent category"
"cant-set-self-as-parent": "Can't set self as parent category",
"api.master-token-no-uid": "A master token was received without a corresponding `_uid` in the request body",
"api.400": "Something was wrong with the request payload you passed in.",
"api.401": "A valid login session was not found. Please log in and try again.",
"api.403": "You are not authorised to make this call",
"api.404": "Invalid API call",
"api.426": "HTTPS is required for requests to the write api, please re-send your request via HTTPS",
"api.429": "You have made too many requests, please try again later",
"api.500": "An unexpected error was encountered while attempting to service your request.",
"api.501": "The route you are trying to call is not implemented yet, please try again tomorrow",
"api.503": "The route you are trying to call is not currently available due to a server configuration"
}

View File

@@ -2,7 +2,6 @@
"none": "Your forum does not have any topics with tags yet.",
"bg-color": "Background Colour",
"text-color": "Text Colour",
"create-modify": "Create & Modify Tags",
"description": "Select tags by clicking or dragging, use <code>CTRL</code> to select multiple tags.",
"create": "Create Tag",
"modify": "Modify Tags",

View File

@@ -192,5 +192,15 @@
"plugin-not-whitelisted": "Unable to install plugin &ndash; only plugins whitelisted by the NodeBB Package Manager can be installed via the ACP",
"topic-event-unrecognized": "Topic event '%1' unrecognized",
"cant-set-child-as-parent": "Can't set child as parent category",
"cant-set-self-as-parent": "Can't set self as parent category"
"cant-set-self-as-parent": "Can't set self as parent category",
"api.master-token-no-uid": "A master token was received without a corresponding `_uid` in the request body",
"api.400": "Something was wrong with the request payload you passed in.",
"api.401": "A valid login session was not found. Please log in and try again.",
"api.403": "You are not authorised to make this call",
"api.404": "Invalid API call",
"api.426": "HTTPS is required for requests to the write api, please re-send your request via HTTPS",
"api.429": "You have made too many requests, please try again later",
"api.500": "An unexpected error was encountered while attempting to service your request.",
"api.501": "The route you are trying to call is not implemented yet, please try again tomorrow",
"api.503": "The route you are trying to call is not currently available due to a server configuration"
}

View File

@@ -2,7 +2,6 @@
"none": "Votre forum n'a pour l'instant aucun sujet avec mots-clés.",
"bg-color": "Couleur d'arrière plan",
"text-color": "Couleur du texte",
"create-modify": "Créer et modifier les mots-clés",
"description": "Pour une sélection multiple :\nSélectionnez des mots-clés en cliquant ou en sélectionnant avec votre souris ou utilisez la touche <code>CTRL</code> .",
"create": "Créer le mot-clés",
"modify": "Modifier les mots-clés",

View File

@@ -192,5 +192,15 @@
"plugin-not-whitelisted": "Impossible d'installer le plug-in &ndash; seuls les plugins mis en liste blanche dans le gestionnaire de packages NodeBB peuvent être installés via l'ACP",
"topic-event-unrecognized": "Événement du sujet '%1' non reconnu",
"cant-set-child-as-parent": "Cette catégorie ne peut être une catégorie principale",
"cant-set-self-as-parent": "Ne peut être définie comme catégorie principale"
"cant-set-self-as-parent": "Ne peut être définie comme catégorie principale",
"api.master-token-no-uid": "A master token was received without a corresponding `_uid` in the request body",
"api.400": "Something was wrong with the request payload you passed in.",
"api.401": "A valid login session was not found. Please log in and try again.",
"api.403": "You are not authorised to make this call",
"api.404": "Invalid API call",
"api.426": "HTTPS is required for requests to the write api, please re-send your request via HTTPS",
"api.429": "You have made too many requests, please try again later",
"api.500": "An unexpected error was encountered while attempting to service your request.",
"api.501": "The route you are trying to call is not implemented yet, please try again tomorrow",
"api.503": "The route you are trying to call is not currently available due to a server configuration"
}

View File

@@ -2,7 +2,6 @@
"none": "Your forum does not have any topics with tags yet.",
"bg-color": "Background Colour",
"text-color": "Text Colour",
"create-modify": "Create & Modify Tags",
"description": "Select tags by clicking or dragging, use <code>CTRL</code> to select multiple tags.",
"create": "Create Tag",
"modify": "Modify Tags",

View File

@@ -192,5 +192,15 @@
"plugin-not-whitelisted": "Unable to install plugin &ndash; only plugins whitelisted by the NodeBB Package Manager can be installed via the ACP",
"topic-event-unrecognized": "Topic event '%1' unrecognized",
"cant-set-child-as-parent": "Can't set child as parent category",
"cant-set-self-as-parent": "Can't set self as parent category"
"cant-set-self-as-parent": "Can't set self as parent category",
"api.master-token-no-uid": "A master token was received without a corresponding `_uid` in the request body",
"api.400": "Something was wrong with the request payload you passed in.",
"api.401": "A valid login session was not found. Please log in and try again.",
"api.403": "You are not authorised to make this call",
"api.404": "Invalid API call",
"api.426": "HTTPS is required for requests to the write api, please re-send your request via HTTPS",
"api.429": "You have made too many requests, please try again later",
"api.500": "An unexpected error was encountered while attempting to service your request.",
"api.501": "The route you are trying to call is not implemented yet, please try again tomorrow",
"api.503": "The route you are trying to call is not currently available due to a server configuration"
}

View File

@@ -7,11 +7,11 @@
"pid": "pid",
"nodejs": "nodejs",
"online": "מקוון",
"git": "git",
"git": "גיט",
"memory": "זיכרון",
"load": "system load",
"load": "טעינת מערכת",
"cpu-usage": "שימוש ב-CPU",
"uptime": "uptime",
"uptime": "משך זמן פעולת המערכת ללא השבתה",
"registered": "רשום",
"sockets": "Sockets",

View File

@@ -26,5 +26,5 @@
"container.placeholder": "Drag and drop a container or enter HTML here.",
"show-to-groups": "Show to groups",
"hide-from-groups": "הסתר מקבוצות",
"hide-on-mobile": "Hide on mobile"
"hide-on-mobile": "הסתר במובייל"
}

View File

@@ -1,21 +1,21 @@
{
"lead": "רשימה של נתונים סטטיסטיים וזמנים של מסירת תקציר מוצג להלן.",
"disclaimer": "לידיעתך, לא ניתן להבטיח משלוח דוא\"ל, בשל אופייה של טכנולוגיית הדוא\"ל. משתנים רבים גורמים לשאלה האם דוא\"ל שנשלח לשרת הנמען מועבר בסופו של דבר לתיבת הדואר הנכנס של המשתמש, כולל מוניטין של שרת, כתובות IP ברשימה השחורה והאם מוגדר DKIM / SPF / DMARC.",
"disclaimer-continued": "A successful delivery means the message was sent successfully by NodeBB and acknowledged by the recipient server. It does not mean the email landed in the inbox. For best results, we recommend using a third-party email delivery service such as <a href=\"https://sendgrid.com/why-sendgrid/\">SendGrid</a>.",
"disclaimer-continued": "שליחה מוצלחת אומר שההודעה נשלחה בהצלחה מNodeBB והוכר על ידי שרת הלקוח. זה לא אומר שהאימייל הגיע לתיבה שלו. לקבלת התוצאות הטובות ביותר אנו ממליצים להשתמש בשירות שליחת אימייל צד-שלישי כמו <a href=\"https://sendgrid.com/why-sendgrid/\">SendGrid</a>.",
"user": "משתמש",
"subscription": "Subscription Type",
"last-delivery": "Last successful delivery",
"default": "System default",
"default-help": "<em>System default</em> means the user has not explicitly overridden the global forum setting for digests, which is currently: &quot;<strong>%1</strong>&quot;",
"resend": "Resend Digest",
"subscription": "סוג מנוי",
"last-delivery": "שליחה מוצלחת אחרונה",
"default": "ברירת מחדל של המערכת",
"default-help": "<em>ברירת מחדל של המערכת</em> אומר שהמשתמש לא עקף במפורש את הגדרות הפורום הכלליים לתקצירים , שהם כעת: &quot;<strong>%1</strong>&quot;",
"resend": "שלח תקציר מחדש",
"resend-all-confirm": "האם אתה בטוח שברצונך לבצע באופן ידני הפעלת תקציר זו?",
"resent-single": "Manual digest resend completed",
"resent-day": "Daily digest resent",
"resent-week": "Weekly digest resent",
"resent-month": "Monthly digest resent",
"null": "<em>Never</em>",
"resent-single": "שליחת התקציר מחדש באופן ידני בוצע בהצלחה",
"resent-day": "תקציר יומי נשלח",
"resent-week": "תקציר שבועי נשלח",
"resent-month": "תקציר חודשי נשלח",
"null": "<em>אף פעם</em>",
"manual-run": "Manual digest run:",
"no-delivery-data": "No delivery data found"
"no-delivery-data": "לא נמצאו נתוני שליחה"
}

View File

@@ -25,7 +25,7 @@
"access-topics": "גישה לנושאים",
"create-topics": "יצירת נושאים",
"reply-to-topics": "תגובה לנושאים",
"schedule-topics": "Schedule Topics",
"schedule-topics": "תזמון נושאים",
"tag-topics": "תיוג נושאים",
"edit-posts": "עריכת פוסטים",
"view-edit-history": "הצגת היסטוריית עריכות",
@@ -41,8 +41,8 @@
"admin-privileges": "הרשאות",
"admin-users": "משתמשים",
"admin-admins-mods": "Admins &amp; Mods",
"admin-groups": "Groups",
"admin-tags": "Tags",
"admin-groups": "קבוצות",
"admin-tags": "תגיות",
"admin-settings": "הגדרות",
"alert.confirm-moderate": "<strong>האם אתה בטוח שברצונך להעניק הרשאות מודרטור לקבוצת משתמשים זו?</strong> הקבוצה היא ציבורית, וכל משתמש יכול להצטרף כרצונו.",

View File

@@ -11,7 +11,7 @@
"list.ip-spam": "Frequency: %1 Appears: %2",
"invitations": "הזמנות",
"invitations.description": "Below is a complete list of invitations sent. Use ctrl-f to search through the list by email or username. <br><br>The username will be displayed to the right of the emails for users who have redeemed their invitations.",
"invitations.description": "להלן רשימה של הזמנות שנשלחו. השתמש ב- Ctrl+F כדי לחפש בתוך הרשימה על פי אימייל או שם משתמש. <br><br>שם המשתמש יוצג בצד ימין של האימייל למשתמשים שממשו את הזמנתם.",
"invitations.inviter-username": "משתמש מזמין",
"invitations.invitee-email": "מייל מוזמן",
"invitations.invitee-username": "משתמש מוזמן (אם נרשם)",

View File

@@ -1,19 +1,18 @@
{
"none": "בפורום שלך אין עדיין נושאים עם תגים.\n",
"bg-color": "צבע רקע\n",
"text-color": "צבע טקסט\n",
"create-modify": "צור ושנה תגים",
"description": "Select tags by clicking or dragging, use <code>CTRL</code> to select multiple tags.",
"none": "בפורום שלך אין עדיין נושאים עם תגים.",
"bg-color": "צבע רקע",
"text-color": "צבע טקסט",
"description": "בחר תגיות על ידי לחיצה או גרירה, השתמש ב- <code>CTRL</code> כדי לבחור תגיות מרובות.",
"create": "צור תג",
"modify": "שנה תג",
"rename": "שנה שם של תג",
"delete": "מחק תגים שנבחרו",
"search": "חפש תג...",
"settings": "Tags Settings",
"settings": "הגדרות תגית",
"name": "שם תג",
"alerts.editing": "Editing tag(s)",
"alerts.editing": "ערוך תגי(ו",
"alerts.confirm-delete": "האם תרצה למחוק את התגים שנבחרו?",
"alerts.update-success": "תג עודכן!",
"reset-colors": "Reset colors"
"reset-colors": "אפס צבעים"
}

View File

@@ -1,6 +1,6 @@
{
"users": "משתמשים",
"edit": "Actions",
"edit": "פעולות",
"make-admin": "הפוך למנהל",
"remove-admin": "הסר הרשאת מנהל",
"validate-email": "סמן את דוא\"ל המשתמש/ים כמאומת",

View File

@@ -10,38 +10,38 @@
"title.show-in-header": "Show Site Title in Header",
"browser-title": "Browser Title",
"browser-title-help": "If no browser title is specified, the site title will be used",
"title-layout": "Title Layout",
"title-layout": "פריסת כותרת",
"title-layout-help": "Define how the browser title will be structured ie. &#123;pageTitle&#125; | &#123;browserTitle&#125;",
"description.placeholder": "A short description about your community",
"description": "Site Description",
"keywords": "Site Keywords",
"keywords-placeholder": "Keywords describing your community, comma-separated",
"logo": "Site Logo",
"logo": "לוגו האתר",
"logo.image": "תמונה",
"logo.image-placeholder": "Path to a logo to display on forum header",
"logo.upload": "Upload",
"logo.image-placeholder": "נתב ללוגו שיראה בכותרת הפורום",
"logo.upload": "העלה",
"logo.url": "URL",
"logo.url-placeholder": "The URL of the site logo",
"logo.url-help": "When the logo is clicked, send users to this address. If left blank, user will be sent to the forum index.",
"logo.url-placeholder": "כתובת לוגו האתר",
"logo.url-help": "בעת לחיצה על הלוגו, המשתמשים ינותבו לכתובת הזו. אם תשאיר ריק, המשתמשים ינותבו לאינדקס",
"logo.alt-text": "Alt Text",
"log.alt-text-placeholder": "Alternative text for accessibility",
"favicon": "Favicon",
"favicon.upload": "Upload",
"favicon.upload": "העלה",
"pwa": "Progressive Web App",
"touch-icon": "Touch Icon",
"touch-icon.upload": "Upload",
"touch-icon.upload": "העלה",
"touch-icon.help": "Recommended size and format: 512x512, PNG format only. If no touch icon is specified, NodeBB will fall back to using the favicon.",
"maskable-icon": "Maskable (Homescreen) Icon",
"maskable-icon.help": "Recommended size and format: 512x512, PNG format only. If no maskable icon is specified, NodeBB will fall back to the Touch Icon.",
"outgoing-links": "Outgoing Links",
"outgoing-links": "לינקים חיצוניים",
"outgoing-links.warning-page": "Use Outgoing Links Warning Page",
"search-default-sort-by": "Search default sort by",
"outgoing-links.whitelist": "Domains to whitelist for bypassing the warning page",
"site-colors": "Site Color Metadata",
"theme-color": "Theme Color",
"background-color": "Background Color",
"theme-color": "צבע ערכת נושא",
"background-color": "צבע רקע",
"background-color-help": "Color used for splash screen background when website is installed as a PWA",
"undo-timeout": "Undo Timeout",
"undo-timeout-help": "Some operations such as moving topics will allow for the moderator to undo their action within a certain timeframe. Set to 0 to disable undo completely.",
"topic-tools": "Topic Tools"
"topic-tools": "כלי נושא"
}

View File

@@ -1,6 +1,6 @@
{
"language-settings": "הגדרות שפה",
"description": "The default language determines the language settings for all users who are visiting your forum. <br />Individual users can override the default language on their account settings page.",
"description": "שפת ברירת מחדל מתייחס להגדרות שפה לכל המשתמשים המבקרים בפורום. <br />עדיין המשתמשים יכולים לשנות את שפת ברירת המחדל בדף הגדרות המשתמש.",
"default-language": "שפת ברירת מחדל",
"auto-detect": "זיהוי הגדרת שפה אוטומטית לאורחים"
}

View File

@@ -1,12 +1,12 @@
{
"pagination": "Pagination Settings",
"enable": "Paginate topics and posts instead of using infinite scroll.",
"posts": "Post Pagination",
"topics": "Topic Pagination",
"posts-per-page": "Posts per Page",
"max-posts-per-page": "Maximum posts per page",
"categories": "Category Pagination",
"topics-per-page": "Topics per Page",
"max-topics-per-page": "Maximum topics per page",
"categories-per-page": "Categories per page"
"pagination": "הגדרת חלוקת עמודים",
"enable": "חלק נושאים ופוסטים במקום עמוד גלילה אינסופית",
"posts": "חלוקת פוסטים",
"topics": "חלוקת נושאים",
"posts-per-page": "פוסטים לעמוד",
"max-posts-per-page": "מקסימום פוסטים לעמוד",
"categories": "חלוקת קטגוריות",
"topics-per-page": "נושאים לעמוד",
"max-topics-per-page": "מקסימום נושאים לעמוד",
"categories-per-page": "קטגוריות לעמוד"
}

View File

@@ -30,7 +30,7 @@
"session-time": "זמן סשן",
"session-time-days": "ימים",
"session-time-seconds": "שניות",
"session-time-help": "These values are used to govern how long a user stays logged in when they check &quot;Remember Me&quot; on login. Note that only one of these values will be used. If there is no <i>seconds</i> value we fall back to <i>days</i>. If there is no <i>days</i> value we default to <i>14 days</i>.",
"session-time-help": "ערכים אלו משמשים כדי להגדיר כמה זמן משתמשים יישארו מחוברים כאשר הם סימנו &quot;זכור אותי&quot; בהתחברות. שים לב שייעשה שימוש רק באחד מהערכים האלו. אם אין ערך <i>שניות</i> נשתמש בערך <i>ימים</i>. אם אין ערך <i>ימים</i> הערך יחזור לברירת מחדל <i>14 יום</i>.",
"online-cutoff": "דקות אחרי שהמשתמש נחשב לא פעיל",
"online-cutoff-help": "אם משתמש אינו מבצע פעולות במשך זמן זה, הוא נחשב כלא פעיל ואינו מקבל עדכונים בזמן אמת.",
"registration": "רישום משתמש",

View File

@@ -93,7 +93,7 @@
"upload-ratelimit-reached": "העלת יותר מידי קבצים בפעם אחת. אנא נסה שוב במועד מאוחר יותר",
"scheduling-to-past": "אנא בחר תאריך בעתיד",
"invalid-schedule-date": "אנא הזן תאריך ושעה תקינים",
"cant-pin-scheduled": "Scheduled topics cannot be (un)pinned.",
"cant-pin-scheduled": "נושא מתוזמן אינו יכול להיות (לא-) נעוץ",
"cant-merge-scheduled": "נושא מתוזמן אינו יכול להתמזג ",
"cant-move-posts-to-scheduled": "אינך יכול להעביר פוסטים לנושא מתוזמן",
"cant-move-from-scheduled-to-existing": "אינך יכול להעביר פוסטים מנושא מתוזמן לנושא קיים",
@@ -178,7 +178,7 @@
"invalid-session": "סשן לא תקין",
"invalid-session-text": "נראה שסשן ההתחברות שלך כבר לא פעיל. אנא טען מחדש את העמוד.",
"session-mismatch": "מושב לא תואם",
"session-mismatch-text": "It looks like your login session no longer matches with the server. Please refresh this page.",
"session-mismatch-text": "נראה שסשן ההתחברות שלך אינו תואם לשרת. נא רענן את הדף.",
"no-topics-selected": "לא נבחרו נושאים!",
"cant-move-to-same-topic": "אתה לא יכול להעביר פוסט לאותו נושא!",
"cant-move-topic-to-same-category": "לא ניתן להעביר נושא לאותה קטגוריה!",
@@ -192,5 +192,15 @@
"plugin-not-whitelisted": "לא ניתן להתקין את התוסף &ndash; ניתן להתקין דרך הניהול רק תוספים שנמצאים ברשימה הלבנה של מנהל החבילות של NodeBB.",
"topic-event-unrecognized": "Topic event '%1' unrecognized",
"cant-set-child-as-parent": "לא ניתן להגדיר קטגוריה משנה לקטגוריית אב",
"cant-set-self-as-parent": "Can't set self as parent category"
"cant-set-self-as-parent": "Can't set self as parent category",
"api.master-token-no-uid": "A master token was received without a corresponding `_uid` in the request body",
"api.400": "Something was wrong with the request payload you passed in.",
"api.401": "לא נמצא סשן התחברות פעיל. נא להתחבר ולנסות שוב.",
"api.403": "אינך מורשה לבצע את החיוג",
"api.404": "Invalid API call",
"api.426": "HTTPS is required for requests to the write api, please re-send your request via HTTPS",
"api.429": "יותר מידי בקשות, אנא נסה שוב מאוחר יותר",
"api.500": "An unexpected error was encountered while attempting to service your request.",
"api.501": "The route you are trying to call is not implemented yet, please try again tomorrow",
"api.503": "The route you are trying to call is not currently available due to a server configuration"
}

View File

@@ -27,7 +27,7 @@
"filter-cid-all": "כל הקטגוריות",
"apply-filters": "הפעל סינון",
"more-filters": "מסננים נוספים",
"fewer-filters": "Fewer Filters",
"fewer-filters": "פחות מסננים",
"quick-actions": "פעולות מהירות",
"flagged-user": "משתמש מסומן",

View File

@@ -60,5 +60,5 @@
"confirm": "כתובת המייל אושרה",
"maintenance.text": "%1 כרגע תחת עבודות תחזוקה. אנא חזור בזמן מאוחר יותר.",
"maintenance.messageIntro": "בנוסף, המנהל השאיר את ההודעה הזו:",
"throttled.text": "%1 לא זמן כעת עקב טעינת יתר. אנא חזור מאוחר יותר."
"throttled.text": "%1 לא זמין כעת עקב טעינת יתר. אנא חזור מאוחר יותר."
}

View File

@@ -166,7 +166,7 @@
"diffs.current-revision": "גרסה נוכחית",
"diffs.original-revision": "גרסה מקורית",
"diffs.restore": "שחזר גרסה זו",
"diffs.restore-description": "A new revision will be appended to this post's edit history after restoring.",
"diffs.restore-description": "יתווסף גרסה חדשה להיסטוריית העריכה אחרי השיחזור",
"diffs.post-restored": "הפוסט שוחזר בהצלחה לגרסה קודמת",
"diffs.delete": "מחק גרסה זו",
"diffs.deleted": "גרסה זו נמחקה",

View File

@@ -84,7 +84,7 @@
"remove_cover_picture_confirm": "האם אתה בטוח שאתה רוצה למחוק תמונת נושא?",
"crop_picture": "חתוך תמונה",
"upload_cropped_picture": "חתוך והעלה",
"avatar-background-colour": "Avatar background colour",
"avatar-background-colour": "צבע רקע של תמונת נושא",
"settings": "הגדרות",
"show_email": "הצג את כתובת האימייל שלי",
"show_fullname": "הצג את שמי המלא",
@@ -136,7 +136,7 @@
"homepage": "דף הבית",
"homepage_description": "בחר דף שיוגדר כדף הבית של הפורום או בחר ב\"כלום\" על מנת להשתמש בדף הבית הברירת מחדל.",
"custom_route": "נתיב דף הבית המותאם-אישית",
"custom_route_help": "Enter a route name here, without any preceding slash (e.g. \"recent\" or \"category/2/general-discussion\")",
"custom_route_help": "הזן שם נתיב כאן ללא קו נטוי לפני (לדוגמה \"recent\" או \"category/2/general-discussion\")",
"sso.title": "Single Sign-on Services",
"sso.associated": "משוייך עם",
"sso.not-associated": "לחץ כאן כדי לשייך",

View File

@@ -2,7 +2,6 @@
"none": "Vaš forum nema tema sa oznakama",
"bg-color": "Pozadinska boja",
"text-color": "Boja teksta",
"create-modify": "Napravi i uredi oznake",
"description": "Select tags by clicking or dragging, use <code>CTRL</code> to select multiple tags.",
"create": "Napravi oznaku",
"modify": "Uredi oznake",

View File

@@ -192,5 +192,15 @@
"plugin-not-whitelisted": "Unable to install plugin &ndash; only plugins whitelisted by the NodeBB Package Manager can be installed via the ACP",
"topic-event-unrecognized": "Topic event '%1' unrecognized",
"cant-set-child-as-parent": "Can't set child as parent category",
"cant-set-self-as-parent": "Can't set self as parent category"
"cant-set-self-as-parent": "Can't set self as parent category",
"api.master-token-no-uid": "A master token was received without a corresponding `_uid` in the request body",
"api.400": "Something was wrong with the request payload you passed in.",
"api.401": "A valid login session was not found. Please log in and try again.",
"api.403": "You are not authorised to make this call",
"api.404": "Invalid API call",
"api.426": "HTTPS is required for requests to the write api, please re-send your request via HTTPS",
"api.429": "You have made too many requests, please try again later",
"api.500": "An unexpected error was encountered while attempting to service your request.",
"api.501": "The route you are trying to call is not implemented yet, please try again tomorrow",
"api.503": "The route you are trying to call is not currently available due to a server configuration"
}

View File

@@ -2,7 +2,6 @@
"none": "Fórumod még nem rendelkezik egy címkékkel ellátott témakörrel sem.",
"bg-color": "Háttérszín",
"text-color": "Szövegszín",
"create-modify": "Címkék létrehozása és módosítása",
"description": "Válassz ki címkéket kattintással vagy húzással, használd a <code>CTRL-t</code> több cí>mke kiválasztásához.",
"create": "Címke létrehozása",
"modify": "Címkék módosítása",

View File

@@ -192,5 +192,15 @@
"plugin-not-whitelisted": "Ez a bővítmény nem telepíthető &ndash; csak olyan bővítmények telepíthetőek amiket a NodeBB Package Manager az ACP-n keresztül tud telepíteni",
"topic-event-unrecognized": "Témakör esemény '%1' ismeretlen",
"cant-set-child-as-parent": "Leszármazottat nem adhatsz meg szülő kategóriaként",
"cant-set-self-as-parent": "Saját magát nem adhatod meg szülő kategóriaként"
"cant-set-self-as-parent": "Saját magát nem adhatod meg szülő kategóriaként",
"api.master-token-no-uid": "A master token was received without a corresponding `_uid` in the request body",
"api.400": "Something was wrong with the request payload you passed in.",
"api.401": "A valid login session was not found. Please log in and try again.",
"api.403": "You are not authorised to make this call",
"api.404": "Invalid API call",
"api.426": "HTTPS is required for requests to the write api, please re-send your request via HTTPS",
"api.429": "You have made too many requests, please try again later",
"api.500": "An unexpected error was encountered while attempting to service your request.",
"api.501": "The route you are trying to call is not implemented yet, please try again tomorrow",
"api.503": "The route you are trying to call is not currently available due to a server configuration"
}

View File

@@ -2,7 +2,6 @@
"none": "Your forum does not have any topics with tags yet.",
"bg-color": "Background Colour",
"text-color": "Text Colour",
"create-modify": "Create & Modify Tags",
"description": "Select tags by clicking or dragging, use <code>CTRL</code> to select multiple tags.",
"create": "Create Tag",
"modify": "Modify Tags",

View File

@@ -192,5 +192,15 @@
"plugin-not-whitelisted": "Unable to install plugin &ndash; only plugins whitelisted by the NodeBB Package Manager can be installed via the ACP",
"topic-event-unrecognized": "Topic event '%1' unrecognized",
"cant-set-child-as-parent": "Can't set child as parent category",
"cant-set-self-as-parent": "Can't set self as parent category"
"cant-set-self-as-parent": "Can't set self as parent category",
"api.master-token-no-uid": "A master token was received without a corresponding `_uid` in the request body",
"api.400": "Something was wrong with the request payload you passed in.",
"api.401": "A valid login session was not found. Please log in and try again.",
"api.403": "You are not authorised to make this call",
"api.404": "Invalid API call",
"api.426": "HTTPS is required for requests to the write api, please re-send your request via HTTPS",
"api.429": "You have made too many requests, please try again later",
"api.500": "An unexpected error was encountered while attempting to service your request.",
"api.501": "The route you are trying to call is not implemented yet, please try again tomorrow",
"api.503": "The route you are trying to call is not currently available due to a server configuration"
}

View File

@@ -2,7 +2,6 @@
"none": "Il tuo forum non ha ancora discussioni con tag.",
"bg-color": "Colore di sfondo",
"text-color": "Colore del testo",
"create-modify": "Crea e modifica i tag",
"description": "Seleziona i tag facendo clic o trascinando, utilizza <code>CTRL</code> per selezionare più tag.",
"create": "Crea tag",
"modify": "Modifica i tag",

View File

@@ -192,5 +192,15 @@
"plugin-not-whitelisted": "Impossibile installare il plug-in &amp; solo i plugin nella whitelist del Gestione Pacchetti di NodeBB possono essere installati tramite ACP",
"topic-event-unrecognized": "Evento discussione '%1' non riconosciuto",
"cant-set-child-as-parent": "Impossibile impostare figlio come categoria padre",
"cant-set-self-as-parent": "Impossibile impostare se stessi come categoria padre"
"cant-set-self-as-parent": "Impossibile impostare se stessi come categoria padre",
"api.master-token-no-uid": "Un token master è stato ricevuto senza un corrispondente `_uid` nel corpo della richiesta",
"api.400": "C'era qualcosa di sbagliato nel payload della richiesta che hai passato.",
"api.401": "Non è stata trovata una sessione di accesso valida. Per favore, accedi e riprova.",
"api.403": "Non sei autorizzato a fare questa chiamata",
"api.404": "Chiamata API non valida",
"api.426": "HTTPS è necessario per le richieste all'API di scrittura, si prega di inviare nuovamente la richiesta via HTTPS",
"api.429": "Hai fatto troppe richieste, riprova più tardi",
"api.500": "È stato riscontrato un errore inaspettato durante il tentativo di soddisfare la tua richiesta.",
"api.501": "Il percorso che stai cercando di chiamare non è ancora implementato, riprova domani",
"api.503": "Il percorso che stai cercando di chiamare non è attualmente disponibile a causa di una configurazione del server"
}

View File

@@ -2,7 +2,6 @@
"none": "あなたのフォーラムにはまだタグが付いていません。",
"bg-color": "背景カラー",
"text-color": "テキストカラー",
"create-modify": "タグの作成と変更",
"description": "Select tags by clicking or dragging, use <code>CTRL</code> to select multiple tags.",
"create": "タグを作成",
"modify": "タグを変更",

View File

@@ -192,5 +192,15 @@
"plugin-not-whitelisted": "Unable to install plugin &ndash; only plugins whitelisted by the NodeBB Package Manager can be installed via the ACP",
"topic-event-unrecognized": "Topic event '%1' unrecognized",
"cant-set-child-as-parent": "Can't set child as parent category",
"cant-set-self-as-parent": "Can't set self as parent category"
"cant-set-self-as-parent": "Can't set self as parent category",
"api.master-token-no-uid": "A master token was received without a corresponding `_uid` in the request body",
"api.400": "Something was wrong with the request payload you passed in.",
"api.401": "A valid login session was not found. Please log in and try again.",
"api.403": "You are not authorised to make this call",
"api.404": "Invalid API call",
"api.426": "HTTPS is required for requests to the write api, please re-send your request via HTTPS",
"api.429": "You have made too many requests, please try again later",
"api.500": "An unexpected error was encountered while attempting to service your request.",
"api.501": "The route you are trying to call is not implemented yet, please try again tomorrow",
"api.503": "The route you are trying to call is not currently available due to a server configuration"
}

View File

@@ -2,7 +2,6 @@
"none": "현재 포럼에 태그가 달린 화제가 없습니다.",
"bg-color": "배경 색상",
"text-color": "텍스트 색상",
"create-modify": "태그 생성/수정",
"description": "클릭이나 드래그로 태그를 선택하고, <code>CTRL</code>로 여러 개의 태그를 선택하세요.",
"create": "태그 생성",
"modify": "태그 수정",

View File

@@ -192,5 +192,15 @@
"plugin-not-whitelisted": "플러그인을 설치할 수 없습니다. &ndash; ACP에서는 NodeBB 패키지 관리자에 의해 승인된 플러그인만 설치할 수 있습니다.",
"topic-event-unrecognized": "화제 이벤트 '%1'를 인식할 수 없습니다.",
"cant-set-child-as-parent": "하위 카테고리를 상위로 등록할 수 없습니다.",
"cant-set-self-as-parent": "같은 카테고리를 상위로 등록할 수 없습니다."
"cant-set-self-as-parent": "같은 카테고리를 상위로 등록할 수 없습니다.",
"api.master-token-no-uid": "A master token was received without a corresponding `_uid` in the request body",
"api.400": "Something was wrong with the request payload you passed in.",
"api.401": "A valid login session was not found. Please log in and try again.",
"api.403": "You are not authorised to make this call",
"api.404": "Invalid API call",
"api.426": "HTTPS is required for requests to the write api, please re-send your request via HTTPS",
"api.429": "You have made too many requests, please try again later",
"api.500": "An unexpected error was encountered while attempting to service your request.",
"api.501": "The route you are trying to call is not implemented yet, please try again tomorrow",
"api.503": "The route you are trying to call is not currently available due to a server configuration"
}

View File

@@ -2,7 +2,6 @@
"none": "Your forum does not have any topics with tags yet.",
"bg-color": "Background Colour",
"text-color": "Text Colour",
"create-modify": "Create & Modify Tags",
"description": "Select tags by clicking or dragging, use <code>CTRL</code> to select multiple tags.",
"create": "Create Tag",
"modify": "Modify Tags",

View File

@@ -192,5 +192,15 @@
"plugin-not-whitelisted": "Unable to install plugin &ndash; only plugins whitelisted by the NodeBB Package Manager can be installed via the ACP",
"topic-event-unrecognized": "Topic event '%1' unrecognized",
"cant-set-child-as-parent": "Can't set child as parent category",
"cant-set-self-as-parent": "Can't set self as parent category"
"cant-set-self-as-parent": "Can't set self as parent category",
"api.master-token-no-uid": "A master token was received without a corresponding `_uid` in the request body",
"api.400": "Something was wrong with the request payload you passed in.",
"api.401": "A valid login session was not found. Please log in and try again.",
"api.403": "You are not authorised to make this call",
"api.404": "Invalid API call",
"api.426": "HTTPS is required for requests to the write api, please re-send your request via HTTPS",
"api.429": "You have made too many requests, please try again later",
"api.500": "An unexpected error was encountered while attempting to service your request.",
"api.501": "The route you are trying to call is not implemented yet, please try again tomorrow",
"api.503": "The route you are trying to call is not currently available due to a server configuration"
}

View File

@@ -2,7 +2,6 @@
"none": "Forumā vēl nav tematu ar birkām.",
"bg-color": "Fona krāsa",
"text-color": "Teksta krāsa",
"create-modify": "Izveidot & rediģēt birkas",
"description": "Select tags by clicking or dragging, use <code>CTRL</code> to select multiple tags.",
"create": "Izveidot birku",
"modify": "Rediģēt birkas",

View File

@@ -192,5 +192,15 @@
"plugin-not-whitelisted": "Unable to install plugin &ndash; only plugins whitelisted by the NodeBB Package Manager can be installed via the ACP",
"topic-event-unrecognized": "Topic event '%1' unrecognized",
"cant-set-child-as-parent": "Can't set child as parent category",
"cant-set-self-as-parent": "Can't set self as parent category"
"cant-set-self-as-parent": "Can't set self as parent category",
"api.master-token-no-uid": "A master token was received without a corresponding `_uid` in the request body",
"api.400": "Something was wrong with the request payload you passed in.",
"api.401": "A valid login session was not found. Please log in and try again.",
"api.403": "You are not authorised to make this call",
"api.404": "Invalid API call",
"api.426": "HTTPS is required for requests to the write api, please re-send your request via HTTPS",
"api.429": "You have made too many requests, please try again later",
"api.500": "An unexpected error was encountered while attempting to service your request.",
"api.501": "The route you are trying to call is not implemented yet, please try again tomorrow",
"api.503": "The route you are trying to call is not currently available due to a server configuration"
}

View File

@@ -2,7 +2,6 @@
"none": "Your forum does not have any topics with tags yet.",
"bg-color": "Background Colour",
"text-color": "Text Colour",
"create-modify": "Create & Modify Tags",
"description": "Select tags by clicking or dragging, use <code>CTRL</code> to select multiple tags.",
"create": "Create Tag",
"modify": "Modify Tags",

View File

@@ -192,5 +192,15 @@
"plugin-not-whitelisted": "Unable to install plugin &ndash; only plugins whitelisted by the NodeBB Package Manager can be installed via the ACP",
"topic-event-unrecognized": "Topic event '%1' unrecognized",
"cant-set-child-as-parent": "Can't set child as parent category",
"cant-set-self-as-parent": "Can't set self as parent category"
"cant-set-self-as-parent": "Can't set self as parent category",
"api.master-token-no-uid": "A master token was received without a corresponding `_uid` in the request body",
"api.400": "Something was wrong with the request payload you passed in.",
"api.401": "A valid login session was not found. Please log in and try again.",
"api.403": "You are not authorised to make this call",
"api.404": "Invalid API call",
"api.426": "HTTPS is required for requests to the write api, please re-send your request via HTTPS",
"api.429": "You have made too many requests, please try again later",
"api.500": "An unexpected error was encountered while attempting to service your request.",
"api.501": "The route you are trying to call is not implemented yet, please try again tomorrow",
"api.503": "The route you are trying to call is not currently available due to a server configuration"
}

View File

@@ -2,7 +2,6 @@
"none": "Forumet ditt har ingen tråder med emneord.",
"bg-color": "Background Colour",
"text-color": "Text Colour",
"create-modify": "Create & Modify Tags",
"description": "Select tags by clicking or dragging, use <code>CTRL</code> to select multiple tags.",
"create": "Create Tag",
"modify": "Modify Tags",

View File

@@ -192,5 +192,15 @@
"plugin-not-whitelisted": "Ute av stand til å installere tillegget &ndash; bare tillegg som er hvitelistet av NodeBB sin pakkebehandler kan bli installert via administratorkontrollpanelet",
"topic-event-unrecognized": "Trådhendelse '%1' er ukjent",
"cant-set-child-as-parent": "Kan ikke sette underkategori til hovedkategori",
"cant-set-self-as-parent": "Kan ikke sette denne som hovedkategori"
"cant-set-self-as-parent": "Kan ikke sette denne som hovedkategori",
"api.master-token-no-uid": "A master token was received without a corresponding `_uid` in the request body",
"api.400": "Something was wrong with the request payload you passed in.",
"api.401": "A valid login session was not found. Please log in and try again.",
"api.403": "You are not authorised to make this call",
"api.404": "Invalid API call",
"api.426": "HTTPS is required for requests to the write api, please re-send your request via HTTPS",
"api.429": "You have made too many requests, please try again later",
"api.500": "An unexpected error was encountered while attempting to service your request.",
"api.501": "The route you are trying to call is not implemented yet, please try again tomorrow",
"api.503": "The route you are trying to call is not currently available due to a server configuration"
}

View File

@@ -2,7 +2,6 @@
"none": "Your forum does not have any topics with tags yet.",
"bg-color": "Background Colour",
"text-color": "Text Colour",
"create-modify": "Create & Modify Tags",
"description": "Select tags by clicking or dragging, use <code>CTRL</code> to select multiple tags.",
"create": "Create Tag",
"modify": "Modify Tags",

View File

@@ -192,5 +192,15 @@
"plugin-not-whitelisted": "Kan plugin niet installeren &ndash; alleen plugins toegestaan door de NodeBB Package Manager kunnen via de ACP geinstalleerd worden",
"topic-event-unrecognized": "Topic event '%1' unrecognized",
"cant-set-child-as-parent": "Can't set child as parent category",
"cant-set-self-as-parent": "Can't set self as parent category"
"cant-set-self-as-parent": "Can't set self as parent category",
"api.master-token-no-uid": "A master token was received without a corresponding `_uid` in the request body",
"api.400": "Something was wrong with the request payload you passed in.",
"api.401": "A valid login session was not found. Please log in and try again.",
"api.403": "You are not authorised to make this call",
"api.404": "Invalid API call",
"api.426": "HTTPS is required for requests to the write api, please re-send your request via HTTPS",
"api.429": "You have made too many requests, please try again later",
"api.500": "An unexpected error was encountered while attempting to service your request.",
"api.501": "The route you are trying to call is not implemented yet, please try again tomorrow",
"api.503": "The route you are trying to call is not currently available due to a server configuration"
}

View File

@@ -2,7 +2,6 @@
"none": "Twoje forum nie ma jeszcze żadnych tematów z tagami.",
"bg-color": "Kolor tła",
"text-color": "Kolor tekstu",
"create-modify": "Twórz i modyfikuj tagi",
"description": "Wybieraj tagi poprzez klikanie lub przeciąganie; użyj przycisku <code>CTRL</code> do zaznaczenia wielu.",
"create": "Utwórz tag",
"modify": "Modyfikuj tagi",

View File

@@ -192,5 +192,15 @@
"plugin-not-whitelisted": "Unable to install plugin &ndash; only plugins whitelisted by the NodeBB Package Manager can be installed via the ACP",
"topic-event-unrecognized": "Topic event '%1' unrecognized",
"cant-set-child-as-parent": "Can't set child as parent category",
"cant-set-self-as-parent": "Can't set self as parent category"
"cant-set-self-as-parent": "Can't set self as parent category",
"api.master-token-no-uid": "A master token was received without a corresponding `_uid` in the request body",
"api.400": "Something was wrong with the request payload you passed in.",
"api.401": "A valid login session was not found. Please log in and try again.",
"api.403": "You are not authorised to make this call",
"api.404": "Invalid API call",
"api.426": "HTTPS is required for requests to the write api, please re-send your request via HTTPS",
"api.429": "You have made too many requests, please try again later",
"api.500": "An unexpected error was encountered while attempting to service your request.",
"api.501": "The route you are trying to call is not implemented yet, please try again tomorrow",
"api.503": "The route you are trying to call is not currently available due to a server configuration"
}

View File

@@ -2,7 +2,6 @@
"none": "O seu fórum ainda não tem tópicos com tags.",
"bg-color": "Cor de Fundo",
"text-color": "Cor do Text",
"create-modify": "Criar & Modificar Tags",
"description": "Selecione as tags clicando ou arrastando, use <code>CTRL</code> para selecionar várias tags.",
"create": "Criar Tag",
"modify": "Modificar Tags",

View File

@@ -192,5 +192,15 @@
"plugin-not-whitelisted": "Não foi possível instalar o plugin - apenas os plug-ins permitidos pelo NodeBB Package Manager podem ser instalados através do ACP",
"topic-event-unrecognized": "Evento de tópico '%1' não reconhecido",
"cant-set-child-as-parent": "Não é possível definir filho como categoria pai",
"cant-set-self-as-parent": "Não é possível definir a si mesmo como categoria pai"
"cant-set-self-as-parent": "Não é possível definir a si mesmo como categoria pai",
"api.master-token-no-uid": "A master token was received without a corresponding `_uid` in the request body",
"api.400": "Something was wrong with the request payload you passed in.",
"api.401": "A valid login session was not found. Please log in and try again.",
"api.403": "You are not authorised to make this call",
"api.404": "Invalid API call",
"api.426": "HTTPS is required for requests to the write api, please re-send your request via HTTPS",
"api.429": "You have made too many requests, please try again later",
"api.500": "An unexpected error was encountered while attempting to service your request.",
"api.501": "The route you are trying to call is not implemented yet, please try again tomorrow",
"api.503": "The route you are trying to call is not currently available due to a server configuration"
}

View File

@@ -2,7 +2,6 @@
"none": "O teu fórum ainda não tem nenhum tópico com marcadores.",
"bg-color": "Cor de Fundo",
"text-color": "Cor do Texto",
"create-modify": "Criar e Modificar Marcadores",
"description": "Seleciona as etiquetas clicando ou arrastando, usa <code> CTRL</code> para selecionar múltiplas etiquetas.",
"create": "Criar Marcador",
"modify": "Modificar Marcadores",

View File

@@ -192,5 +192,15 @@
"plugin-not-whitelisted": "Unable to install plugin &ndash; only plugins whitelisted by the NodeBB Package Manager can be installed via the ACP",
"topic-event-unrecognized": "Topic event '%1' unrecognized",
"cant-set-child-as-parent": "Can't set child as parent category",
"cant-set-self-as-parent": "Can't set self as parent category"
"cant-set-self-as-parent": "Can't set self as parent category",
"api.master-token-no-uid": "A master token was received without a corresponding `_uid` in the request body",
"api.400": "Something was wrong with the request payload you passed in.",
"api.401": "A valid login session was not found. Please log in and try again.",
"api.403": "You are not authorised to make this call",
"api.404": "Invalid API call",
"api.426": "HTTPS is required for requests to the write api, please re-send your request via HTTPS",
"api.429": "You have made too many requests, please try again later",
"api.500": "An unexpected error was encountered while attempting to service your request.",
"api.501": "The route you are trying to call is not implemented yet, please try again tomorrow",
"api.503": "The route you are trying to call is not currently available due to a server configuration"
}

View File

@@ -2,7 +2,6 @@
"none": "Your forum does not have any topics with tags yet.",
"bg-color": "Background Colour",
"text-color": "Text Colour",
"create-modify": "Create & Modify Tags",
"description": "Select tags by clicking or dragging, use <code>CTRL</code> to select multiple tags.",
"create": "Create Tag",
"modify": "Modify Tags",

View File

@@ -192,5 +192,15 @@
"plugin-not-whitelisted": "Unable to install plugin &ndash; only plugins whitelisted by the NodeBB Package Manager can be installed via the ACP",
"topic-event-unrecognized": "Topic event '%1' unrecognized",
"cant-set-child-as-parent": "Can't set child as parent category",
"cant-set-self-as-parent": "Can't set self as parent category"
"cant-set-self-as-parent": "Can't set self as parent category",
"api.master-token-no-uid": "A master token was received without a corresponding `_uid` in the request body",
"api.400": "Something was wrong with the request payload you passed in.",
"api.401": "A valid login session was not found. Please log in and try again.",
"api.403": "You are not authorised to make this call",
"api.404": "Invalid API call",
"api.426": "HTTPS is required for requests to the write api, please re-send your request via HTTPS",
"api.429": "You have made too many requests, please try again later",
"api.500": "An unexpected error was encountered while attempting to service your request.",
"api.501": "The route you are trying to call is not implemented yet, please try again tomorrow",
"api.503": "The route you are trying to call is not currently available due to a server configuration"
}

View File

@@ -1,5 +1,5 @@
{
"alert.confirm-rebuild-and-restart": "Вы действительно хотите пересобрать и перезапустить NodeBB?",
"alert.confirm-rebuild-and-restart": "Вы уверены, что хотите пересобрать и перезапустить NodeBB?",
"alert.confirm-restart": "Вы уверены, что хотите перезапустить NodeBB?",
"acp-title": "%1 | Панель администратора NodeBB",

View File

@@ -1,5 +1,5 @@
{
"trending": "Trending",
"trending": "Популярные",
"installed": "Установлены",
"active": "Включены",
"inactive": "Отключены",
@@ -39,7 +39,7 @@
"alert.upgraded": "Плагин обновлён",
"alert.installed": "Плагин установлен",
"alert.uninstalled": "Плагин удалён",
"alert.activate-success": "Please rebuild and restart your NodeBB to fully activate this plugin",
"alert.activate-success": "Пожалуйста пересоберите и перезапустите ваш экземпляр NodeBB для полной активации этого плагина ",
"alert.deactivate-success": "Плагин успешно отключен",
"alert.upgrade-success": "Пожалуйста, пересоберите и перезапустите NodeBB чтобы полностью активировать этот плагин",
"alert.install-success": "Плагин успешно установлен. Пожалуйста, активируйте его.",

View File

@@ -19,7 +19,7 @@
"category-image": "Изображение категории",
"parent-category": "Родительская категория",
"optional-parent-category": "(Не обязательно) Родительская категория\n",
"top-level": "Top Level",
"top-level": "Верхний уровень",
"parent-category-none": "(Не указана)",
"copy-parent": "Скопировать из родительской",
"copy-settings": "Копировать настройки из",

View File

@@ -2,7 +2,6 @@
"none": "На вашем форуме пока нет тем с метками.",
"bg-color": "Цвет фона",
"text-color": "Цвет текста",
"create-modify": "Создать и изменить метки",
"description": "Нажмите на метку, чтобы выбрать её, или просто перетащите. Используйте клавишу <code>Ctrl</code>, чтобы выбрать несколько меток.",
"create": "Создать метку",
"modify": "Изменить метку",

View File

@@ -192,5 +192,15 @@
"plugin-not-whitelisted": "Не удалось установить плагин &ndash; только плагины, внесенные в белый список диспетчером пакетов NodeBB, могут быть установлены через ACP",
"topic-event-unrecognized": "Событие темы \"%1\" нераспознанно",
"cant-set-child-as-parent": "Невозможно установить дочернюю категорию в качестве родительской",
"cant-set-self-as-parent": "Нельзя установить категорию в качестве родительской для самой себя"
"cant-set-self-as-parent": "Нельзя установить категорию в качестве родительской для самой себя",
"api.master-token-no-uid": "A master token was received without a corresponding `_uid` in the request body",
"api.400": "Something was wrong with the request payload you passed in.",
"api.401": "A valid login session was not found. Please log in and try again.",
"api.403": "You are not authorised to make this call",
"api.404": "Invalid API call",
"api.426": "HTTPS is required for requests to the write api, please re-send your request via HTTPS",
"api.429": "You have made too many requests, please try again later",
"api.500": "An unexpected error was encountered while attempting to service your request.",
"api.501": "The route you are trying to call is not implemented yet, please try again tomorrow",
"api.503": "The route you are trying to call is not currently available due to a server configuration"
}

View File

@@ -2,7 +2,6 @@
"none": "Your forum does not have any topics with tags yet.",
"bg-color": "Background Colour",
"text-color": "Text Colour",
"create-modify": "Create & Modify Tags",
"description": "Select tags by clicking or dragging, use <code>CTRL</code> to select multiple tags.",
"create": "Create Tag",
"modify": "Modify Tags",

View File

@@ -192,5 +192,15 @@
"plugin-not-whitelisted": "Unable to install plugin &ndash; only plugins whitelisted by the NodeBB Package Manager can be installed via the ACP",
"topic-event-unrecognized": "Topic event '%1' unrecognized",
"cant-set-child-as-parent": "Can't set child as parent category",
"cant-set-self-as-parent": "Can't set self as parent category"
"cant-set-self-as-parent": "Can't set self as parent category",
"api.master-token-no-uid": "A master token was received without a corresponding `_uid` in the request body",
"api.400": "Something was wrong with the request payload you passed in.",
"api.401": "A valid login session was not found. Please log in and try again.",
"api.403": "You are not authorised to make this call",
"api.404": "Invalid API call",
"api.426": "HTTPS is required for requests to the write api, please re-send your request via HTTPS",
"api.429": "You have made too many requests, please try again later",
"api.500": "An unexpected error was encountered while attempting to service your request.",
"api.501": "The route you are trying to call is not implemented yet, please try again tomorrow",
"api.503": "The route you are trying to call is not currently available due to a server configuration"
}

View File

@@ -2,7 +2,6 @@
"none": "Your forum does not have any topics with tags yet.",
"bg-color": "Background Colour",
"text-color": "Text Colour",
"create-modify": "Create & Modify Tags",
"description": "Select tags by clicking or dragging, use <code>CTRL</code> to select multiple tags.",
"create": "Create Tag",
"modify": "Modify Tags",

View File

@@ -192,5 +192,15 @@
"plugin-not-whitelisted": "Unable to install plugin &ndash; only plugins whitelisted by the NodeBB Package Manager can be installed via the ACP",
"topic-event-unrecognized": "Topic event '%1' unrecognized",
"cant-set-child-as-parent": "Can't set child as parent category",
"cant-set-self-as-parent": "Can't set self as parent category"
"cant-set-self-as-parent": "Can't set self as parent category",
"api.master-token-no-uid": "A master token was received without a corresponding `_uid` in the request body",
"api.400": "Something was wrong with the request payload you passed in.",
"api.401": "A valid login session was not found. Please log in and try again.",
"api.403": "You are not authorised to make this call",
"api.404": "Invalid API call",
"api.426": "HTTPS is required for requests to the write api, please re-send your request via HTTPS",
"api.429": "You have made too many requests, please try again later",
"api.500": "An unexpected error was encountered while attempting to service your request.",
"api.501": "The route you are trying to call is not implemented yet, please try again tomorrow",
"api.503": "The route you are trying to call is not currently available due to a server configuration"
}

View File

@@ -2,7 +2,6 @@
"none": "Vaše fórum zatiaľ neobsahuje žiadne témy.",
"bg-color": "Farba pozadia",
"text-color": "Farba textu",
"create-modify": "Vytvoriť a upraviť značky",
"description": "Select tags by clicking or dragging, use <code>CTRL</code> to select multiple tags.",
"create": "Vytvoriť značku",
"modify": "upraviť značky",

View File

@@ -192,5 +192,15 @@
"plugin-not-whitelisted": "Unable to install plugin &ndash; only plugins whitelisted by the NodeBB Package Manager can be installed via the ACP",
"topic-event-unrecognized": "Topic event '%1' unrecognized",
"cant-set-child-as-parent": "Can't set child as parent category",
"cant-set-self-as-parent": "Can't set self as parent category"
"cant-set-self-as-parent": "Can't set self as parent category",
"api.master-token-no-uid": "A master token was received without a corresponding `_uid` in the request body",
"api.400": "Something was wrong with the request payload you passed in.",
"api.401": "A valid login session was not found. Please log in and try again.",
"api.403": "You are not authorised to make this call",
"api.404": "Invalid API call",
"api.426": "HTTPS is required for requests to the write api, please re-send your request via HTTPS",
"api.429": "You have made too many requests, please try again later",
"api.500": "An unexpected error was encountered while attempting to service your request.",
"api.501": "The route you are trying to call is not implemented yet, please try again tomorrow",
"api.503": "The route you are trying to call is not currently available due to a server configuration"
}

View File

@@ -2,7 +2,6 @@
"none": "Your forum does not have any topics with tags yet.",
"bg-color": "Background Colour",
"text-color": "Text Colour",
"create-modify": "Create & Modify Tags",
"description": "Select tags by clicking or dragging, use <code>CTRL</code> to select multiple tags.",
"create": "Create Tag",
"modify": "Modify Tags",

View File

@@ -192,5 +192,15 @@
"plugin-not-whitelisted": "Unable to install plugin &ndash; only plugins whitelisted by the NodeBB Package Manager can be installed via the ACP",
"topic-event-unrecognized": "Topic event '%1' unrecognized",
"cant-set-child-as-parent": "Can't set child as parent category",
"cant-set-self-as-parent": "Can't set self as parent category"
"cant-set-self-as-parent": "Can't set self as parent category",
"api.master-token-no-uid": "A master token was received without a corresponding `_uid` in the request body",
"api.400": "Something was wrong with the request payload you passed in.",
"api.401": "A valid login session was not found. Please log in and try again.",
"api.403": "You are not authorised to make this call",
"api.404": "Invalid API call",
"api.426": "HTTPS is required for requests to the write api, please re-send your request via HTTPS",
"api.429": "You have made too many requests, please try again later",
"api.500": "An unexpected error was encountered while attempting to service your request.",
"api.501": "The route you are trying to call is not implemented yet, please try again tomorrow",
"api.503": "The route you are trying to call is not currently available due to a server configuration"
}

View File

@@ -2,7 +2,6 @@
"none": "Your forum does not have any topics with tags yet.",
"bg-color": "Background Colour",
"text-color": "Text Colour",
"create-modify": "Create & Modify Tags",
"description": "Select tags by clicking or dragging, use <code>CTRL</code> to select multiple tags.",
"create": "Create Tag",
"modify": "Modify Tags",

View File

@@ -192,5 +192,15 @@
"plugin-not-whitelisted": "Инсталација додатне компоненте &ndash није могућа; преко ACP-а могу се инсталирати само додатне компоненте које је на белој листи ставио NodeBB Package Manager",
"topic-event-unrecognized": "Догађај из теме „%1“ није препознат",
"cant-set-child-as-parent": "Није могуће поставити подређену категорију као надређену",
"cant-set-self-as-parent": "Није могуће поставити себе као надређену категорију"
"cant-set-self-as-parent": "Није могуће поставити себе као надређену категорију",
"api.master-token-no-uid": "A master token was received without a corresponding `_uid` in the request body",
"api.400": "Something was wrong with the request payload you passed in.",
"api.401": "A valid login session was not found. Please log in and try again.",
"api.403": "You are not authorised to make this call",
"api.404": "Invalid API call",
"api.426": "HTTPS is required for requests to the write api, please re-send your request via HTTPS",
"api.429": "You have made too many requests, please try again later",
"api.500": "An unexpected error was encountered while attempting to service your request.",
"api.501": "The route you are trying to call is not implemented yet, please try again tomorrow",
"api.503": "The route you are trying to call is not currently available due to a server configuration"
}

View File

@@ -2,7 +2,6 @@
"none": "Ditt forum har inte några ämnen med etiketter ännu.",
"bg-color": "Bakgrundsfärg",
"text-color": "Textfärg",
"create-modify": "Skapa & Redigera Etiketter",
"description": "Välj etiketter genom att klicka eller dra. Använd <code>CTRL</code> för att välja flera etiketter.",
"create": "Skapa Etikett",
"modify": "Redigera Etikett",

View File

@@ -192,5 +192,15 @@
"plugin-not-whitelisted": "Unable to install plugin &ndash; only plugins whitelisted by the NodeBB Package Manager can be installed via the ACP",
"topic-event-unrecognized": "Topic event '%1' unrecognized",
"cant-set-child-as-parent": "Can't set child as parent category",
"cant-set-self-as-parent": "Can't set self as parent category"
"cant-set-self-as-parent": "Can't set self as parent category",
"api.master-token-no-uid": "A master token was received without a corresponding `_uid` in the request body",
"api.400": "Something was wrong with the request payload you passed in.",
"api.401": "A valid login session was not found. Please log in and try again.",
"api.403": "You are not authorised to make this call",
"api.404": "Invalid API call",
"api.426": "HTTPS is required for requests to the write api, please re-send your request via HTTPS",
"api.429": "You have made too many requests, please try again later",
"api.500": "An unexpected error was encountered while attempting to service your request.",
"api.501": "The route you are trying to call is not implemented yet, please try again tomorrow",
"api.503": "The route you are trying to call is not currently available due to a server configuration"
}

View File

@@ -2,7 +2,6 @@
"none": "Your forum does not have any topics with tags yet.",
"bg-color": "Background Colour",
"text-color": "Text Colour",
"create-modify": "Create & Modify Tags",
"description": "Select tags by clicking or dragging, use <code>CTRL</code> to select multiple tags.",
"create": "Create Tag",
"modify": "Modify Tags",

Some files were not shown because too many files have changed in this diff Show More