Merge commit '925883bf4c586dfce1ddf7948158be714acda1ed' into v1.17.x

This commit is contained in:
Misty (Bot)
2021-05-26 15:40:45 +00:00
336 changed files with 2845 additions and 1856 deletions

View File

@@ -1,3 +1,612 @@
#### v1.17.0 (2021-04-22)
##### Breaking Changes
* add additional flag hooks [breaking] (00a68a95)
* remove deprecated `User.emailConfirm` [breaking] (fb84c785)
* remove deprecated plugin hook `filter:privileges:isUserAllowedTo` [breaking] (5a775e09)
* remove deprecated plugin hook methods [breaking] (d41de481)
* more removals of thumb specific backwards-compatibility [breaking] (cc0d562e)
* remove deprecated `filter:admin/header.build` hook [breaking] (5f9f241e)
* remove deprecated v2 style responses for thumbs upload route [breaking] (84dfdfe6)
* remove deprecated getObject routes [breaking] (2ad0d0d0)
* remove 'filters' and 'categories' from flag details API return [breaking] (8b72479f)
* filtering logic of flags [breaking] (1603566b)
* feature flag for auto-resolving a user's flags on ban [breaking] (6b1c97db)
* allow interstitial callbacks to be async functions [breaking] (280285cd)
##### Chores
* **deps:**
* update dependency jsdom to v16.5.3 (0f249aa7)
* update dependency eslint to v7.24.0 (60c0c16f)
* update dependency husky to v6 (f155f326)
* update commitlint monorepo to v12.1.1 (b4d01388)
* update dependency jsdom to v16.5.2 (5e2e7a58)
* update dependency eslint to v7.23.0 (d600cd94)
* update dependency husky to v5.2.0 (77f551a4)
* update dependency jsdom to v16.5.1 (28ed579b)
* update dependency eslint to v7.22.0 (775c3b91)
* update dependency mocha to v8.3.2 (3ce731d8)
* update dependency jsdom to v16.5.0 (fd926d61)
* update dependency mocha to v8.3.1 (651c629f)
* update dependency husky to v5.1.3 (8791b44e)
* update dependency husky to v5.1.2 (5f061b94)
* update commitlint monorepo to v12 (42f7cd52)
* update dependency eslint to v7.21.0 (59518437)
* update dependency husky to v5.1.1 (2551295c)
* update dependency husky to v5.1.0 (dc06fe22)
* update dependency eslint to v7.20.0 (9ec0b2ed)
* update dependency mocha to v8.3.0 (73f07958)
* update dependency husky to v5 (d89ccf26)
* update dependency lint-staged to v10.5.4 (030ecffa)
* update dependency eslint to v7.19.0 (3696a199)
* incrementing version number - v1.17.0-beta.5 (42c4f963)
* fix indent (6406e527)
* benchpress 2.4.1 (3403635c)
* remove log (a1ee1a2a)
* incrementing version number - v1.17.0-beta.4 (91992240)
* bump composer-default (289bfc0b)
* up themes (d14ba1f4)
* remove node 10 (8d3ec234)
* bump composer-default to 6.5.20 (33fbfdfe)
* incrementing version number - v1.17.0-beta.3 (6e8b1bb9)
* add multiparty dep (ef3ec96a)
* incrementing version number - v1.17.0-beta.2 (0c1945dc)
* incrementing version number - v1.17.0-beta.1 (31872aac)
* bump composer (30954789)
* bump deps (#9335) (b9fd2c87)
* incrementing version number - v1.17.0-beta.0 (b61257ef)
* incrementing version number - v1.16.3-beta.0 (477157cc)
* extra console.log (1ae8dda8)
* up composer (1c9acef6)
* eslint max-len (cc9d6fd0)
* eslint no-restricted-syntax (5c2f0f05)
* eslint prefer-rest-params, prefer-spread (115d19e2)
* eslint prefer-destructuring (23f212a4)
* eslint object-curly-newline (8d1462ff)
* eslint function-paren-newline (62869bae)
* eslint no-var, vars-on-top (dab3b235)
* eslint prefer-arrow-callback (b56d9e12)
* eslint prefer-template (707b55b6)
* eslint import/newline-after-import (4ee0f145)
* eslint no-script-url (9f6a682c)
* eslint no-bitwise (dad01e30)
* eslint rules matching existing styles (58528d1a)
* fallbacks (74be1a59)
* deprecation notices for plugins using plugin old hook methods (3052256d)
* add deprecation notice in comments for ajaxify.loadExtraScripts (8b09292e)
* incrementing version number - v1.16.2 (ea7f8381)
* update changelog for v1.16.2 (d3883d4b)
##### Documentation Changes
* fixed typo (e7550673)
* added comment re: #9305 (65c57c73)
* update deprecation-removal version for plugin hook helper methods in 1.18.0 (15ba0abb)
##### New Features
* lang strings (9b71b087)
* rate limit file uploads (a9978fcf)
* filter flags by username #8489 (#9451) (8faa6e45)
* roll session identifier on login, as security best practice (697ed3bf)
* allow different slugs (4494728c)
* remove sort again (fd3bc605)
* update hook (f65d2162)
* add reverse of recent to getSortedTopics (05f22361)
* allow exists methods to work with arrays and single id (285aa365)
* pass all data to filter:category.get (d16b45fd)
* add action:posts.loaded (dbb59228)
* rescheduling (editing ST) (#9445) (aa0137b1)
* upgrade sharp (#9442) (f7f46e7c)
* optional urlMethod param for loginStrategies (9e1f72a4)
* add hooks to language loading (#9426) (344575dd)
* doggy.gif (b06f0ea2)
* allow adding sorted-list items from forms outside of modal (a3e95e79)
* scheduled topics (#9399) (077330b7)
* show link if category is a link (a94d9651)
* make info page full width (dd12c83f)
* allow optional fields argument on db.getObject(s) (#9385) (4327a09d)
* closes #9380, add category filtering and topic tools to tag page (668508cc)
* allow sync function (#9379) (34b9aaed)
* allow filter functions that return promises or the data directly (e6c52cf2)
* add resolve flag to post tools (52082e12)
* hide revert button in ACP > Privileges until privileges change (4cbd13fd)
* bring back static hook timeout (46270f9f)
* upgrade connect-mongo, closes https://github.com/NodeBB/NodeBB/pull/9367 (3c60ccfd)
* pass interstital errors to individual partials as well as to registerComplete (f71cb0e4)
* add filter:plugins.firehook (5eb3132d)
* copy default favicon if it doesn't exist (754283d3)
* add missing translation keys (17184bfa)
* allow missing (or non-array) middlewares argument in route helper methods (4b545085)
* pass modified params, only affects filter hooks (e74df539)
* add back topic id input (696c4895)
* expose username validation logic to user lib, new hook `filter:username.check` (bfd512b9)
* add $.deserialize to client side (e5133a78)
* allow for settings.save/settings.load on client side (66196d2c)
* remove promise-pollyfil (902a88c2)
* category privilege API routes (c1b3079d)
* change uploadCroppedPicture to use updateProfile as well (0af9d26f)
* use updateProfile for picture change (a598abcd)
* allow payload to be passed to emailer test method (1155b0c4)
* add uid of user who created flag to action:flags.create (069ac60f)
* new client-side hook `filter:api.options` to allow plugins to modify api requests (7d391d47)
* keep notifs for one month, load 50 notifications instead of 30 (02f08111)
* also pass in uid to `filter:email.prepare` (86b0c57d)
* new hook `filter:email.prepare` (27ea3dcb)
* new hook static:email.send (bf90d158)
* show time info for upgrade scripts (14a6c349)
* add dashboard sub-pages to ACP menu (73dc64d9)
* recent logins sessions table in dashbaord subpage (2f89b0d7)
* topics dashboard details subpage (e1ed514b)
* update user list in dashboard/users on graph update (c57c7703)
* show list of recent users in dashboard/users (cc938224)
* req.query parsing and dynamically loading data instead (6fdcae73)
* new hooks for notifications get/getCount (079a13d4)
* allow hook unregistration, and temporary page-based hooks (d0136074)
* report login statistics from analytics data, instead of its own zset (16d3c457)
* track login sessions for admin dashboard reporting (9a9f366d)
* track successful logins in analytics (504fd107)
* pass user picture object into change_picture_modal (c96fd3b1)
* add logout to invalid session (beb14273)
* category search test (a592ebd1)
* pass post object to filter:post.tools (ed3d9dcb)
* allow defining a list of system tags (0e07f3c9)
* add category search test, #9307 (bbaaead0)
* add tag filter to getSortedTopics (9ce6f8ad)
* ability to re-order topic thumbnails (7223074f)
* add close button to topic thumbnail modal (db027170)
* #9304, add category/topic/username to post queue notification emails (0738dae8)
* add failing test for list append/prepend with list (#9303) (8f0386d9)
* link to post-queue from topic event (a4b4a556)
* post-queue topic event (8fd78ce5)
* add post-queue cache (3f35fd33)
* newsletter opt-in/out in UCP, closes #21 (3c7cd9a6)
* load user posts/topics via xhr on infinitescroll (35954734)
* #9294, put new categories at top (4b2bf12f)
* add invalid event name to error message (670cde78)
* new notifications load/loaded hooks on client side (7edc8f45)
* pass req.session into buildReqObject (a6fa351b)
* new hook `action:login.continue` (4f976390)
* banned-users group (53e0d4d2)
* #9109, ability to delete a post's diffs (eb642f40)
* add .delete() method to api module (501441b7)
* doc add description (cc560ca3)
* add doc for query param (ed11e171)
* #9234, add pagination to /api/recent/posts/:term? (fffdc4e0)
* allow sorted-lists on multiple pages (d5d24594)
* #9232, add profile picture into exported zip (f6cd2862)
* new hook `filter:login.override`, deprecate `action:auth.overrideLogin` (b820d234)
* guard password fields in login/register against accidental caps lock (4bb3b032)
* ability to search categories, #8813 (34c42c6f)
* restore action:script.load, allow modifying loaded module via static:script.init (05be1c66)
* async/await redis connection (fdfbc902)
* async/await psql connection (33bf1b0e)
* add group name to csv event (672959c1)
* **user:** icon background selector in change picture modal (95502124)
* **remountable-routes:**
* allow category and account routes to be remounted (9021f071)
* allow /admin and /post to be remountable (f01af62b)
* **topic-events:**
* topic events GET route in write API (dc84559d)
* server-side tests for topic events (449c379d)
* clear out topic events when a topic is purged (0d4a3775)
* client-side handling on topic event log (8e93bf73)
* handle newest_to_oldest sort in topic events, WIP (882e6a15)
* generic css for timeline-event (2293a07a)
* support for uids in topic event payloads (611d1f87)
* work in progress topic events logic and client-side implementation (ab2e1ecb)
* **hooks:**
* update action:ajaxify.end to use new hooks module (1d775721)
* client-side hooks module (01c9b184)
##### Bug Fixes
* regress. rescheduling shouldn't add to sets that pinning removed… (#9477) (8b79c7f1)
* logic is hard (4dd38446)
* run in series (bc0ca61c)
* wrong variable for cache (2e9efc0e)
* accidentally committed this (13fa983e)
* tests (eb240c90)
* eslint (fa0c92a7)
* use req.ip instead, since guests can upload as well (ea22cd30)
* #9492, keep query params on redirect (36f119a9)
* stripTags for editing sorted list items as well (93598982)
* #9487, session data gathered during a session is lost upon login (1fee6a70)
* failure on session reroll 🍣 test (f4c5050a)
* registration interstitials not handling promise rejections properly (e845c34b)
* stripHTMLTags for sorted list entries (75073c0e)
* restore original behavior for up/downvoting when logged out (e50408b4)
* let recent replies respect oldest/newest sort settings (60eed8d8)
* #9483, fix events count display (6907837f)
* escape flag reason (161081e9)
* copy change on plugin activate to instruct admins to rebuild as well as restart (95d5359c)
* updateCategoryTagsCount (2dc3283f)
* #9473 (#9476) (036f935f)
* #9474, load hooks on page load (1af34b43)
* spec (d09cdc04)
* #9466, don't call leaveRoom in maintenance mode (f32ea173)
* exempt ST from being del/res via last main posts (#9468) (a0dd9080)
* #9462, on install copy default favicon (784600d9)
* #9463 (c5ae8a70)
* #9465 (4041e786)
* #9450 express session saved even if saveUninitialized explicitly passed in (9c52fd2e)
* acp crash (cb53a64c)
* #9447, include query params in previousUrl (536591f8)
* thumb count not updated when uploading multiple thumbs at a time (1ad1787e)
* change email button stays disabled if user submitted an invalid email (01f63e5d)
* use app.logout() to clear session after deleting user (cfdef77b)
* ./nodebb help with commander@7 (#9434) (2a03012e)
* hide titleRaw for deleted topics as well (edf80cfb)
* #9410, fix post queue (c5dda64f)
* privilege tables (9052db93)
* #9420, paginate after loading notifications (67b09cba)
* hooks for alert animate, no more fadein/fadeout for reconnect alert (d9e20290)
* #9414, use posts:view_deleted (e42b152f)
* preserve order when changing parent (2ceda70a)
* #9411 (3c4e93a3)
* #9412 (cef58d1d)
* #9406, update flag post tools (93c595d9)
* typo in switch..case (d8ff9851)
* #9404, show signatures if the target user has signature privilege (801570e4)
* selector (ee69c1f8)
* sorting when filtering by uid (75553b24)
* allow local (and overridden) login strategies to pass Error objects back (98b72ca5)
* category search not using uid (6aa60b63)
* inf scroll with subfolder install (262e059f)
* flicker on dashboard (2041b808)
* #9398, crash on post flag (90d64fe1)
* #9395, pass all data from client to Topics.reply (#9396) (a8f7b244)
* lint (4ac38ab2)
* #9394, fix guest handles (eb360351)
* #9387, don't try to load undefined images (03e30634)
* #9389, allow admins to add themselves to private groups (5c59354c)
* #9386, add missing translation string (482641e3)
* #9383, don't show deleted topic titles in inf scroll (e789fe8d)
* #9378, crash on verifyToken if API Token settings not saved (null case error) (cc489708)
* closes #9382, fix digest topic links (35700d16)
* spec (1e1127bd)
* regression from filter hook change (53f67ff3)
* crash if unreadTopics is undefined (617f4730)
* dont crash if login el doesnt exist (f45c0aab)
* regression via c1b3079d93fb4c49ba62a4be5279b7bff8e5a54d (2a939aad)
* change notification updateCount to use client-side hooks (84725130)
* tests (39b0e0fb)
* #9370, show correct teaser index if sorting is newest to oldest (9382fc6d)
* don't copy if src doesn't exist (ebccc794)
* #9362 best not to check file exists on every page load; copying favicon to uploads/system folder instead (771a8955)
* #9362 (ad565495)
* regression where login redirect for admin routes didn't go to local=1 (678e8f0f)
* lint (f4f61b92)
* if no in passed use "titles" to match header search (e787e6ea)
* add back middleware.authenticateOrGuest (166d65a1)
* request authentication called twice in account routes (e3b2c00d)
* #9354, don't close quicksearch results if mouse is down on them (8a4c361e)
* #9339, only log email errors once per digest, notification push (3aa26c4d)
* winston.info (3f42d40c)
* #9351 bad logic when inserting rows to privilege tables, also a missing tfoot :foot: (c5e25788)
* app.parseAndTranslate to always return promise (c2650169)
* bug where fallback window trigger was not firing if there were no hook listeners attached (1e579428)
* bad assignment (c8b78654)
* #9348 incorrect redirect via connect-ensure-login (fbe9215b)
* bug where loginSeconds setting was ignored for local login (f806befd)
* remove old dep (b58bacaf)
* notif pruning (2737f653)
* notification prune test (ca817631)
* user icon text overflow in some cases (2b7d0b5a)
* use components for toggleNavbar instead (114e3a1e)
* allow interstitial callbacks to be functional (no cb required) (9bf94ad5)
* don't publish before pubClient is connected (cdf5d18f)
* remove unused async (48f1e265)
* in setupPageRoute helper, buildHeader after plugin hooks have fired (984c9dd9)
* timeago missing on table update (655e2c67)
* wrong qs param, allow string to be passed to util.getDaysArray (f8e1a74c)
* wrong call to sortedSetAdd (dbe5f702)
* session not persisting to database in some scenarios (020f0b83)
* allow hidden inputs in user settings page (beaac0a1)
* use root context if buildAvatar context is undefined (b4c0b32b)
* use bootbox module (fa91525a)
* #9307, use _.flatten (25c8f026)
* awaiting res.render in send404 controller > > A plugin wanted to use `response:rotuer.page` to 404 a specific page on some condition. res.render returns early in send404 and so must be awaited otherwise multiple responses will be sent (2fef4627)
* do not overwrite `config.port` from URL, if it's already set (34096b73)
* switch back to getSortedSetRange (8686fbfa)
* settings v3 (91734a64)
* another topic thumb test fix (782bef5e)
* thumbs.associate logic fix + tests (7ebb6d30)
* missing awaits, possible test fix (7665adf7)
* #9301, dont call sitemapstream if there are no entries in categories/pages/topics.xml (9a6cf3d9)
* properly incase its the same path (807b0d43)
* numThumbs count on associate (76bcc0c9)
* missing cache deletion calls for post-queue cache (1490b32d)
* use of removed URL to get post data (36e8d251)
* init topic events from webserver.js (b81508c4)
* check null topics (b753c69c)
* guard against null topics (58cd797e)
* tests, new categories go to top now (fc90f32e)
* #9292, messageobj.content already parsed (c953b1b3)
* clear category cache on copy parent (765db86d)
* delete category cache key on category create (ed3e9ce2)
* typo (c61cc37b)
* wait for event.log to finish before killing process (a5fa212f)
* tests, only generate csrf_token on 404 gets (b6493f89)
* #9287, generate csrf_token on 404 (94f72d60)
* do not blindly escape a notification's bodyLong (783786cf)
* pass jquery object in to action:notifications.loaded hook (16610b2d)
* #9275, (0cca6893)
* don't use global bootbox obj (cfa0d423)
* remove console.log (550cd995)
* move service worker back to relative_path/service-worker.js (fca17cb7)
* spec (ab0ef442)
* markread selector (a4878a5b)
* position when scrolling up (3090a2ae)
* cache key collision (e40af441)
* tests breakage due to 67e3fb64981fe2310b17515e1f18c32021a5e983 (5c21c33e)
* register returnTo logic to match login route (67e3fb64)
* tests (492cbc62)
* posts.uploads.sync dissociates uploaded thumbs of the main pid (f79aeef8)
* update grammar on unban text (68da1c55)
* privileges page - tweak icon position and width, group name wrapping (c729adeb)
* autofocus on search field in ACP > Manage > Plugins (4af9c2fc)
* openapi test specs (cabec378)
* include admins (7c9674de)
* include admins, limit to category mods, correct privilege name (eaf9d2e4)
* http 200 test for api routes (bd583963)
* invalid API call when unfollowing a user (58655e9a)
* example (833c73e8)
* #9127, scope service worker to relative_path for the forum (#9239) (2bc74cff)
* update docs (4c12e0aa)
* broken test after sorted-lists logic change (d6f60f45)
* clear all locks on restart (9834f72f)
* `action:admin.settingsLoaded` to use new hooks lib (5131eb6b)
* crash on firing action hook that had no listeners registered (b0f5d5a5)
* bug where `action:settings.sorted-list.loaded` fired early (1a04ec64)
* regression where `filter:settings.set` no longer received sorted-lists (a8be6fb8)
* #9231, fix redis pubsub connection (5bc1f5b4)
* don't translate message on every ajaxify (a29dd21d)
* tests (05c53394)
* improper override of req.body.username in login logic (74199220)
* full settings hash not passed through to action:settings.set (473d5f4a)
* #9223, don't overwrite stmp settings (a5bf9779)
* multiple sorted-lists do not save to the correct set (4029ec37)
* pass module name to `static:script.init`, +comments (f8bf9e99)
* handle delete and update for categories:name zset (e8429f50)
* tests remove old routes (faeb6373)
* removed object routes (d41ce873)
* removed methods (647d3ba8)
* incorrect return for Thumbs.get() if thumbs were disabled (7b090c58)
* script failure if client-side page script does not exist (7da1b43f)
* bug where `action:ajaxify.end` was never called if there were no init scripts (faf59603)
* update js concatenation logic to bundle scripts.rjs into minfile regardless of build environment (8ff07bc1)
* #7125, allow list for page route, configurable via plugin hook (f975063b)
* error on flag list if no flag filters were saved in session (942d9247)
* mod cid filter accidentally saved in session (35c92d0c)
* more tests for #9217 (ce7c74b2)
* tests for #9217 (f2a5cd0b)
* missing return for #9217 (27cae0d5)
* #9217, render 400 error page on bad access to /register (b2b1450e)
* redis check compat tests (78896fc6)
* registration completion overriding returnTo if it was already set (a186ea0f)
* add missing user delete event types (5c1b7429)
* missing option for user-deleteAccount on ACP Events page (1c420602)
* **deps:**
* update dependency html-to-text to v7.1.1 (427e4f47)
* update dependency redis to v3.1.2 (35a4d0be)
* update dependency validator to v13.6.0 (e3d5d8d7)
* update dependency nodebb-plugin-composer-default to v6.5.27 (1b846271)
* update dependency redis to v3.1.1 (286a63e3)
* update dependency nodebb-theme-persona to v11.0.17 (51d58ce6)
* update dependency nodebb-theme-vanilla to v12.0.7 (16a1ba57)
* update dependency postcss to v8.2.10 (31cec2de)
* update dependency nodebb-plugin-mentions to v2.13.9 (fe087806)
* update dependency mongodb to v3.6.6 (#9467) (4264b236)
* update dependency sharp to v0.28.1 (34cbc9e2)
* update dependency nodebb-theme-persona to v11.0.16 (a8330b6d)
* update dependency nodebb-theme-vanilla to v12.0.6 (c02310b8)
* update dependency nodebb-theme-persona to v11.0.15 (316c71d7)
* update socket.io packages to v4.0.1 (e7776f8d)
* update dependency redis to v3.1.0 (fd9ff334)
* update dependency nodebb-plugin-composer-default to v6.5.26 (#9446) (8d9afbc6)
* update dependency postcss to v8.2.9 (6f51c460)
* update dependency nodebb-theme-persona to v11.0.14 (#9443) (fecfcd81)
* update dependency nodebb-theme-persona to v11.0.13 (#9437) (e5cc6e40)
* update dependency nodebb-theme-slick to v1.4.6 (dfdb0050)
* update dependency nodebb-theme-persona to v11.0.11 (27de58f2)
* update dependency benchpressjs to v2.4.3 (382f75bc)
* update dependency nodebb-plugin-composer-default to v6.5.25 (24236718)
* update dependency nodebb-theme-vanilla to v12.0.5 (89973d80)
* update dependency nodebb-plugin-composer-default to v6.5.24 (dec34446)
* update dependency nodebb-theme-persona to v11.0.10 (f78b4ba6)
* update dependency nodebb-plugin-composer-default to v6.5.23 (#9422) (e35d0741)
* update dependency nodebb-theme-persona to v11.0.8 (124cb9d9)
* update dependency benchpressjs to v2.4.2 (1dddcb49)
* update dependency nodebb-plugin-mentions to v2.13.8 (d511216c)
* update dependency connect-mongo to v4.4.1 (29ff5bb9)
* update dependency nodebb-theme-persona to v11.0.7 (c5734063)
* update dependency nodebb-theme-vanilla to v12.0.4 (#9409) (870e6c2c)
* update dependency nodebb-theme-slick to v1.4.5 (#9408) (24be8642)
* update dependency nodebb-theme-persona to v11.0.6 (#9407) (b50739c1)
* update dependency nodebb-plugin-spam-be-gone to v0.7.9 (#9405) (9359cae9)
* update dependency nodebb-theme-persona to v11.0.5 (47b2b97f)
* update dependency nodebb-plugin-composer-default to v6.5.21 (#9401) (2f70ac5a)
* update dependency mongodb to v3.6.5 (fcd887fd)
* update dependency nodebb-plugin-composer-default to v6.5.19 (#9391) (1631f159)
* update dependency nodebb-plugin-composer-default to v6.5.17 (#9384) (8d401760)
* update dependency nodebb-theme-persona to v11.0.3 (27facadb)
* update dependency socket.io-redis to v6.1.0 (adaddde6)
* update dependency nodebb-plugin-composer-default to v6.5.16 (a98e92b4)
* update dependency nodebb-plugin-markdown to v8.12.7 (#9371) (56b0bfd5)
* update dependency nodebb-theme-vanilla to v12.0.2 (#9369) (8923d34c)
* update dependency nodebb-theme-persona to v11.0.2 (#9368) (fa71c483)
* update socket.io packages to v4 (#9363) (13f3c504)
* update dependency postcss to v8.2.8 (680cf5ef)
* update dependency nodebb-theme-persona to v10.5.17 (2645bf55)
* update dependency connect-mongo to v4.3.1 (59459074)
* update dependency connect-mongo to v4.3.0 (f388086a)
* update dependency autoprefixer to v10.2.5 (4f4cdacc)
* update dependency postcss to v8.2.7 (72db3754)
* update dependency nodebb-plugin-composer-default to v6.5.13 (017af7cb)
* update dependency jquery to v3.6.0 (dd6082a0)
* update dependency connect-mongo to v4.2.2 (ec0912cc)
* update dependency nodebb-plugin-spam-be-gone to v0.7.8 (#9337) (536bae70)
* update dependency nodebb-plugin-composer-default to v6.5.12 (2674de01)
* update socket.io packages to v3.1.2 (510eb1f9)
* update dependency nodebb-theme-persona to v10.5.16 (217d3afd)
* update dependency nodebb-plugin-emoji-android to v2.0.5 (e8209341)
* update dependency sharp to v0.27.2 (c5231f10)
* update dependency nodebb-theme-vanilla to v11.4.5 (8596dcc4)
* update dependency nodebb-theme-persona to v10.5.15 (753ab0a0)
* update dependency nodebb-theme-persona to v10.5.14 (ed503b80)
* update dependency nodebb-theme-persona to v10.5.12 (ddd8fa31)
* update dependency benchpressjs to v2.4.1 (4ee3a8e8)
* update dependency nodebb-theme-persona to v10.5.10 (7f8fd4b0)
* update dependency nodebb-theme-persona to v10.5.9 (5dd748c6)
* require xregexp 5.0.1 (86e911ba)
* update dependency xregexp to v5 (513cd1c3)
* update dependency nodebb-theme-persona to v10.5.8 (54b4dc1d)
* update dependency postcss to v8.2.6 (4d92af5a)
* update dependency nodebb-theme-persona to v10.5.7 (#9288) (c2459fd5)
* update dependency nodebb-plugin-composer-default to v6.5.10 (b312725f)
* update dependency nodebb-theme-persona to v10.5.6 (4599144f)
* update dependency nodebb-widget-essentials to v5.0.3 (#9284) (eb9f058f)
* update dependency nodebb-plugin-composer-default to v6.5.9 (6e14014b)
* update dependency nodebb-plugin-composer-default to v6.5.8 (674a31d1)
* update dependency nodebb-theme-slick to v1.4.3 (#9278) (d3923585)
* update dependency nodebb-theme-vanilla to v11.4.4 (#9279) (1f28e8c3)
* update dependency nodebb-theme-persona to v10.5.5 (#9277) (a7b46adc)
* update dependency connect-redis to v5.1.0 (#9276) (83a0b6b8)
* update dependency nodebb-theme-persona to v10.5.4 (#9270) (dc145284)
* update dependency nodebb-theme-vanilla to v11.4.3 (#9272) (2fda6774)
* update dependency nodebb-theme-slick to v1.4.2 (2b12905d)
* update dependency nodebb-theme-lavender to v5.2.1 (fb2f1143)
* update dependency nodebb-theme-slick to v1.4.1 (#9262) (2cfab367)
* update socket.io packages to v3.1.1 (#9253) (2147d386)
* update dependency postcss to v8.2.5 (1fa0d4f4)
* update dependency nodebb-plugin-emoji-android to v2.0.1 (42e365d9)
* update dependency nodebb-plugin-markdown to v8.12.6 (4fd6027b)
* update dependency nodebb-plugin-mentions to v2.13.7 (8a2fe3d9)
* update dependency nodebb-theme-vanilla to v11.4.2 (2326e9a6)
* update dependency nodebb-theme-persona to v10.5.3 (9245ffaf)
* update dependency nodebb-plugin-dbsearch to v4.2.0 (389690c3)
* update dependency nodebb-plugin-composer-default to v6.5.7 (13e12c95)
* update dependency json2csv to v5.0.6 (0aa8e03f)
* bump theme deps for #9244 (44019e28)
* update dependency mongodb to v3.6.4 (56e4e56b)
* update dependency nodebb-theme-persona to v10.5.1 (04411449)
* update dependency nodebb-theme-vanilla to v11.4.0 (#9238) (897d29ec)
* update dependency nodebb-theme-slick to v1.4.0 (#9237) (8e2deab4)
* update dependency nodebb-theme-persona to v10.5.0 (#9236) (4f842a79)
* update dependency nodebb-theme-lavender to v5.2.0 (47fd1634)
* update dependency nodebb-plugin-dbsearch to v4.1.3 (1e10ebfb)
* update dependency nodebb-plugin-composer-default to v6.5.6 (0e2b329b)
* update dependency autoprefixer to v10.2.4 (6c3b1fde)
* update dependency nodebb-plugin-markdown to v8.12.5 (05901fcd)
* update dependency nodebb-theme-persona to v10.4.1 (a9b3fb37)
* update dependency sharp to v0.27.1 (a90773a6)
* bump persona to get timeline style (ca14c0e2)
* update dependency postcss to v8.2.4 (5b2f0be0)
* update dependency autoprefixer to v10.2.3 (d99cb1cf)
* update dependency postcss-clean to v1.2.0 (4232d97b)
* **#9315:** api v3 post, put, del JSON (0d59fe3d)
* **remountable-routes:**
* more fixes to remountable routes (9d17f397)
* bug with user routes remounting to itself (bc68e990)
* **#9252:** pass site domain to nodemailer (#9254) (5e5d37c3)
* **topic-events:**
* topicEvents.init() test (aa8b84bb)
* repeated invocations of Posts.addTopicEvents caused dupes to be added to DOM (df2fdd56)
* **hooks:**
* bug where hook firing would fail if there were no listeners (efff8e2a)
* fallback handling for core invocations of hooks.fire (412d2858)
##### Other Changes
* schema docs for new ACP dashboard subpage routes (0804d547)
##### Performance Improvements
* increase batch size for notifs, run parallel (728ac5ff)
* faster category tags upgrade script (0dad568c)
* use setObjectBulk (95033ef7)
* make upgrade script faster (a07509f7)
* make upgrade script faster (0959b124)
* cache base_url (cf4002bc)
* single call to get digest topics, dont send duplicate topics (5ce28207)
* single db call to add all uids (90d5c9da)
* make digests a little bit faster (0185ea1b)
* only load thumbs for topics that actually have thumbs (7eebcbdb)
##### Refactors
* make debug handler async (1db8920b)
* widgets (#9471) (397baf02)
* style, no need to convert length to string (d00268c9)
* deprecate action:script.load, use filter:script.load instead (d1685600)
* remove uncessary check (f316c4d4)
* remove async.each/reduce from hooks for better stack traces (d05d7091)
* use hooks.fire (0d3979ef)
* fix variable name (1982edfd)
* account edit logic and template, closes #9364 (98bf4064)
* automatically authenticate all requests setup through route helpers (#9357) (7da061f0)
* async listen testSocket (0021c601)
* remove startsWith/endsWith (48bc23c0)
* app.parseAndTranslate to return promise if no callback passed (b5a6a314)
* privileges, export modules directly (#9325) (293b7c26)
* have Graph.init and Graph.update return promises (3fa2e3ce)
* abstract out some client side dashboard code into modules, analytics subpages for users, topics, and logins (f561799f)
* move picture change client-side logic to its own rjs module (28f6931e)
* remove dupe code (5286f208)
* thumbs.associate accepts both relative path and url in path arg (3e6640ef)
* move post queue retrival code to posts.getQueuedPosts (36f20211)
* call topic events init from within file itself (6074a0fb)
* improvements (970bd06f)
* update dom after diff deletion better (a2a7557c)
* removed 3 lines (4447a64e)
* use Map to track sorted lists in Settings.set() (65de2e76)
* **user:** all plugins to change list of icon background colours (fbccf6e2)
* **remountable-routes:**
* rename `src/routes/accounts.js` to `src/routes/user.js` to better match the route prefix (1f28713f)
* allow certain route prefixes to be mounted elsewhere (92758ec5)
* **topic-events:**
* expose addTopicEvents method in topic posts lib (9559fad8)
* break out some logic in events.get into local modifyEvent method (cec3fc93)
* fire topic event logging in topics/tools instead, pass uid into payload (425eca14)
* **hooks:**
* deprecate `action:script.load` client-side hook (8e5687a4)
* better error handling (e7bd038d)
##### Reverts
* revert tag sort (f9df6431)
* change toPid truthy (56523aa1)
* bring back backwards compat (a1c01446)
##### Code Style Changes
* eslint (b5ce8d25)
* **remountable-routes:** abstract removable routes code to a separate local fn (16c1d6e9)
##### Tests
* remove logs (435067aa)
* clear cache between runs, require middleware later in helpers (2ea468da)
* log (d15e2710)
* remove equals (354e0a82)
* test times (2f401d7d)
* log (80ef1082)
* added test for session id reroll on login (a3a7ab3a)
* add missing test (8ef38cb2)
* double filter test (70a653d0)
* admin/manage/users tests (0e67ab01)
* fix spec for topic thumbs (4c078084)
* added missing properties to topicObject (1d9ade4c)
* added missing test file (b31f6dd2)
* topic reordering tests (ad54b174)
* additional tests for topic thumbs (50664487)
* added more topic thumbnail tests (28b30134)
* post diff deletion tests (72b050b4)
* **user:** added additional tests for icon background colour (d3a9e76a)
#### v1.16.2 (2021-01-21)
##### Breaking Changes

View File

@@ -49,7 +49,7 @@
"connect-mongo": "4.4.1",
"connect-multiparty": "^2.2.0",
"connect-pg-simple": "^6.2.1",
"connect-redis": "5.1.0",
"connect-redis": "5.2.0",
"cookie-parser": "^1.4.5",
"cron": "^1.8.2",
"cropperjs": "^1.5.11",
@@ -78,25 +78,25 @@
"material-design-lite": "^1.3.0",
"mime": "^2.5.2",
"mkdirp": "^1.0.4",
"mongodb": "3.6.6",
"mongodb": "3.6.8",
"morgan": "^1.10.0",
"mousetrap": "^1.6.5",
"multiparty": "4.2.2",
"@nodebb/bootswatch": "3.4.2",
"nconf": "^0.11.2",
"nodebb-plugin-composer-default": "6.5.27",
"nodebb-plugin-dbsearch": "4.2.0",
"nodebb-plugin-composer-default": "6.5.29",
"nodebb-plugin-dbsearch": "5.0.2",
"nodebb-plugin-emoji": "^3.5.0",
"nodebb-plugin-emoji-android": "2.0.5",
"nodebb-plugin-markdown": "8.12.7",
"nodebb-plugin-mentions": "2.13.9",
"nodebb-plugin-markdown": "8.12.10",
"nodebb-plugin-mentions": "2.13.11",
"nodebb-plugin-spam-be-gone": "0.7.9",
"nodebb-rewards-essentials": "0.1.4",
"nodebb-theme-lavender": "5.2.1",
"nodebb-theme-persona": "11.0.17",
"nodebb-theme-slick": "1.4.6",
"nodebb-theme-vanilla": "12.0.7",
"nodebb-widget-essentials": "5.0.3",
"nodebb-theme-persona": "11.0.20",
"nodebb-theme-slick": "1.4.7",
"nodebb-theme-vanilla": "12.0.8",
"nodebb-widget-essentials": "5.0.4",
"nodemailer": "^6.5.0",
"nprogress": "0.2.0",
"passport": "^0.4.1",
@@ -104,10 +104,10 @@
"passport-local": "1.0.0",
"pg": "^8.5.1",
"pg-cursor": "^2.5.2",
"postcss": "8.2.10",
"postcss": "8.3.0",
"postcss-clean": "1.2.0",
"prompt": "^1.1.0",
"redis": "3.1.2",
"ioredis": "4.27.3",
"request": "2.88.2",
"request-promise-native": "^1.0.9",
"requirejs": "2.3.6",
@@ -116,17 +116,17 @@
"sanitize-html": "^2.3.2",
"semver": "^7.3.4",
"serve-favicon": "^2.5.0",
"sharp": "0.28.1",
"sitemap": "^6.4.0",
"sharp": "0.28.3",
"sitemap": "^7.0.0",
"slideout": "1.0.1",
"socket.io": "4.0.1",
"socket.io": "4.1.2",
"socket.io-adapter-cluster": "^1.0.1",
"socket.io-client": "4.0.1",
"socket.io-redis": "6.1.0",
"socket.io-client": "4.1.2",
"@socket.io/redis-adapter": "7.0.0",
"sortablejs": "1.13.0",
"spdx-license-list": "^6.4.0",
"spider-detector": "2.0.0",
"textcomplete": "^0.17.1",
"textcomplete": "^0.18.0",
"textcomplete.contenteditable": "^0.1.1",
"timeago": "^1.6.7",
"tinycon": "0.6.8",
@@ -142,18 +142,18 @@
},
"devDependencies": {
"@apidevtools/swagger-parser": "10.0.2",
"@commitlint/cli": "12.1.1",
"@commitlint/config-angular": "12.1.1",
"@commitlint/cli": "12.1.4",
"@commitlint/config-angular": "12.1.4",
"coveralls": "3.1.0",
"eslint": "7.24.0",
"eslint": "7.27.0",
"eslint-config-airbnb-base": "14.2.1",
"eslint-plugin-import": "2.22.1",
"grunt": "1.3.0",
"grunt": "1.4.1",
"grunt-contrib-watch": "1.1.0",
"husky": "6.0.0",
"jsdom": "16.5.3",
"lint-staged": "10.5.4",
"mocha": "8.3.2",
"jsdom": "16.6.0",
"lint-staged": "11.0.0",
"mocha": "8.4.0",
"mocha-lcov-reporter": "1.3.0",
"mockdate": "3.0.5",
"nyc": "15.1.0",
@@ -182,4 +182,4 @@
"url": "https://github.com/barisusakli"
}
]
}
}

View File

@@ -33,6 +33,7 @@
"analytics": "Analytics",
"view-category": "View category",
"set-order": "Set order",
"set-order-help": "Setting the order of the category will move this category to that order and update the order of other categories as necessary. Minimum order is 1 which puts the category at the top.",
"select-category": "Select Category",
"set-parent-category": "Set Parent Category",

View File

@@ -174,8 +174,10 @@
"cant-kick-self": "لا يمكنك طرد نفسك من المجموعة.",
"no-users-selected": "لا يوجد مستخدم محدد.",
"invalid-home-page-route": "Invalid home page route",
"invalid-session": "Session Mismatch",
"invalid-session-text": "يبدو أن فترة التسجيل لم تعد قائمة او هي غير مطابقة مع الخادم. يرجى إعادة تحميل هذه الصفحة.",
"invalid-session": "Invalid Session",
"invalid-session-text": "It looks like your login session is no longer active. Please refresh this page.",
"session-mismatch": "Session Mismatch",
"session-mismatch-text": "It looks like your login session no longer matches with the server. Please refresh this page.",
"no-topics-selected": "No topics selected!",
"cant-move-to-same-topic": "Can't move post to same topic!",
"cant-move-topic-to-same-category": "Can't move topic to the same category!",

View File

@@ -47,6 +47,8 @@
"posts-exported": "<strong>%1</strong> posts exported, click to download",
"uploads-exported": "<strong>%1</strong> uploads exported, click to download",
"users-csv-exported": "Users csv exported, click to download",
"post-queue-accepted": "Your queued post has been accepted. Click here to see your post.",
"post-queue-rejected": "Your queued post has been rejected.",
"email-confirmed": "تم التحقق من عنوان البريد الإلكتروني",
"email-confirmed-message": "شكرًا على إثبات صحة عنوان بريدك الإلكتروني. صار حسابك مفعلًا بالكامل.",
"email-confirm-error-message": "حدث خطأ أثناء التحقق من عنوان بريدك الإلكتروني. ربما رمز التفعيل خاطئ أو انتهت صلاحيته.",

View File

@@ -1,7 +1,7 @@
{
"success": "نجاح",
"topic-post": "لقد تمت الإضافة بنجاح.",
"post-queued": "Your post is queued for approval.",
"post-queued": "Your post is queued for approval. You will get a notification when it is accepted or rejected.",
"authentication-successful": "تم تسجيل الدخول بنجاح",
"settings-saved": "تم حفظ التغييرات!"
}

View File

@@ -33,6 +33,7 @@
"analytics": "Анализи",
"view-category": "Преглед на категорията",
"set-order": "Запазване на реда",
"set-order-help": "Задаването на позиция за категорията ще я премести на желаното място и ще промени местата на другите категории, ако е необходимо. Най-малкият възможен номер е 1, което ще постави категорията най-отгоре.",
"select-category": "Изберете категория",
"set-parent-category": "Задайте базова категория",

View File

@@ -174,8 +174,10 @@
"cant-kick-self": "Не можете да изритате себе си от групата",
"no-users-selected": "Няма избран(и) потребител(и)",
"invalid-home-page-route": "Грешен път към началната страница",
"invalid-session": "Несъответствие в сесията",
"invalid-session-text": "Изглежда сесията Ви на вписване вече е изтекла или не съответства на сървъра. Моля, опреснете страницата.",
"invalid-session": "Изтекла сесия",
"invalid-session-text": "Изглежда сесията Ви на вписване вече е изтекла. Моля, опреснете страницата.",
"session-mismatch": "Несъответствие в сесията",
"session-mismatch-text": "Изглежда сесията Ви на вписване вече не съответства на сървъра. Моля, опреснете страницата.",
"no-topics-selected": "Няма избрани теми!",
"cant-move-to-same-topic": "Публикацията не може да бъде преместена в същата тема!",
"cant-move-topic-to-same-category": "Темата не може да бъде преместена в същата категория!",

View File

@@ -47,6 +47,8 @@
"posts-exported": "Публикациите на <strong>%1</strong> са изнесени, щракнете за сваляне",
"uploads-exported": "Качванията на <strong>%1</strong> са изнесени, щракнете за сваляне",
"users-csv-exported": "Потребителите са изнесени във формат „csv“, щракнете за сваляне",
"post-queue-accepted": "Вашата публикация, която чакаше в опашката, беше приета. Натиснете тук, за да я видите.",
"post-queue-rejected": "Вашата публикация, която чакаше в опашката, беше отхвърлена.",
"email-confirmed": "Е-пощата беше потвърдена",
"email-confirmed-message": "Благодарим Ви, че потвърдихте е-пощата си. Акаунтът Ви е вече напълно активиран.",
"email-confirm-error-message": "Възникна проблем при потвърждаването на е-пощата Ви. Може кодът да е грешен или давността му да е изтекла.",

View File

@@ -1,7 +1,7 @@
{
"success": "Готово",
"topic-post": "Вие публикувахте успешно.",
"post-queued": "Публикацията Ви е добавена в опашката за одобрение.",
"post-queued": "Публикацията Ви е поставена в опашка за одобрение. Ще получите известие, когато тя бъде одобрена или отхвърлена.",
"authentication-successful": "Успешно удостоверяване",
"settings-saved": "Настройките са запазени!"
}

View File

@@ -33,6 +33,7 @@
"analytics": "Analytics",
"view-category": "View category",
"set-order": "Set order",
"set-order-help": "Setting the order of the category will move this category to that order and update the order of other categories as necessary. Minimum order is 1 which puts the category at the top.",
"select-category": "Select Category",
"set-parent-category": "Set Parent Category",

View File

@@ -174,8 +174,10 @@
"cant-kick-self": "You can't kick yourself from the group",
"no-users-selected": "No user(s) selected",
"invalid-home-page-route": "Invalid home page route",
"invalid-session": "Session Mismatch",
"invalid-session-text": "It looks like your login session is no longer active, or no longer matches with the server. Please refresh this page.",
"invalid-session": "Invalid Session",
"invalid-session-text": "It looks like your login session is no longer active. Please refresh this page.",
"session-mismatch": "Session Mismatch",
"session-mismatch-text": "It looks like your login session no longer matches with the server. Please refresh this page.",
"no-topics-selected": "No topics selected!",
"cant-move-to-same-topic": "Can't move post to same topic!",
"cant-move-topic-to-same-category": "Can't move topic to the same category!",

View File

@@ -47,6 +47,8 @@
"posts-exported": "<strong>%1</strong> posts exported, click to download",
"uploads-exported": "<strong>%1</strong> uploads exported, click to download",
"users-csv-exported": "Users csv exported, click to download",
"post-queue-accepted": "Your queued post has been accepted. Click here to see your post.",
"post-queue-rejected": "Your queued post has been rejected.",
"email-confirmed": "ইমেইল নিশ্চিত করা হয়েছে",
"email-confirmed-message": "আপনার ইমেইল যাচাই করার জন্য আপনাকে ধন্যবাদ। আপনার অ্যাকাউন্টটি এখন সম্পূর্ণরূপে সক্রিয়।",
"email-confirm-error-message": "আপনার ইমেল ঠিকানার বৈধতা যাচাইয়ে একটি সমস্যা হয়েছে। সম্ভবত কোডটি ভুল ছিল অথবা কোডের মেয়াদ শেষ হয়ে গিয়েছে।",

View File

@@ -1,7 +1,7 @@
{
"success": "সফল হয়েছে",
"topic-post": "আপনি সফলভাবে পোষ্ট করেছেন। ",
"post-queued": "Your post is queued for approval.",
"post-queued": "Your post is queued for approval. You will get a notification when it is accepted or rejected.",
"authentication-successful": "অথেন্টিকেশন সফল হয়েছে",
"settings-saved": "সেটিংস সেভ করা হয়েছে। "
}

View File

@@ -1,6 +1,6 @@
{
"uploading-file": "Uploading the file...",
"select-file-to-upload": "Select a file to upload!",
"uploading-file": "ফাইল পাঠানো হচ্ছে...",
"select-file-to-upload": "পাঠানোর জন্য নথি নির্বাচন",
"upload-success": "File uploaded successfully!",
"maximum-file-size": "Maximum %1 kb",
"no-uploads-found": "No uploads found",

View File

@@ -33,6 +33,7 @@
"analytics": "Analytika",
"view-category": "Zobrazit kategorii",
"set-order": "Set order",
"set-order-help": "Setting the order of the category will move this category to that order and update the order of other categories as necessary. Minimum order is 1 which puts the category at the top.",
"select-category": "Vyberte kategorii",
"set-parent-category": "Nastavit nadřazenou kategorii",

View File

@@ -174,8 +174,10 @@
"cant-kick-self": "Nemůžete vyhodit sami sebe ze skupiny",
"no-users-selected": "Žádný uživatel/é nebyl/y vybrán/i",
"invalid-home-page-route": "Neplatná cesta k domovské stránkce",
"invalid-session": "Nesoulad v relacích",
"invalid-session-text": "Zdá se, že vše relace s přihlášením již není aktivní nebo již neodpovídá s relací na serveru. Obnovte prosím tuto stránku.",
"invalid-session": "Invalid Session",
"invalid-session-text": "It looks like your login session is no longer active. Please refresh this page.",
"session-mismatch": "Session Mismatch",
"session-mismatch-text": "It looks like your login session no longer matches with the server. Please refresh this page.",
"no-topics-selected": "Žádná vybraná témata.",
"cant-move-to-same-topic": "Není možné přesunout příspěvek do stejného tématu!",
"cant-move-topic-to-same-category": "Can't move topic to the same category!",

View File

@@ -47,6 +47,8 @@
"posts-exported": "<strong>%1</strong> posts exported, click to download",
"uploads-exported": "<strong>%1</strong> uploads exported, click to download",
"users-csv-exported": "Users csv exported, click to download",
"post-queue-accepted": "Your queued post has been accepted. Click here to see your post.",
"post-queue-rejected": "Your queued post has been rejected.",
"email-confirmed": "E-mail potvrzen",
"email-confirmed-message": "Děkujeme za ověření vaší e-mailové adresy. Váš účet je nyní aktivní.",
"email-confirm-error-message": "Nastal problém s ověřením vaší e-mailové adresy. Kód je pravděpodobně neplatný nebo jeho platnost vypršela.",

View File

@@ -1,7 +1,7 @@
{
"success": "Úspěšné",
"topic-post": "Příspěvek úspěšně přidán.",
"post-queued": "Váš příspěvek byl přidán do fronty na schválení.",
"post-queued": "Your post is queued for approval. You will get a notification when it is accepted or rejected.",
"authentication-successful": "Úspěšné přihlášení",
"settings-saved": "Nastavení byla uložena."
}

View File

@@ -33,6 +33,7 @@
"analytics": "Analytics",
"view-category": "View category",
"set-order": "Set order",
"set-order-help": "Setting the order of the category will move this category to that order and update the order of other categories as necessary. Minimum order is 1 which puts the category at the top.",
"select-category": "Select Category",
"set-parent-category": "Set Parent Category",

View File

@@ -174,8 +174,10 @@
"cant-kick-self": "You can't kick yourself from the group",
"no-users-selected": "No user(s) selected",
"invalid-home-page-route": "Invalid home page route",
"invalid-session": "Session Mismatch",
"invalid-session-text": "It looks like your login session is no longer active, or no longer matches with the server. Please refresh this page.",
"invalid-session": "Invalid Session",
"invalid-session-text": "It looks like your login session is no longer active. Please refresh this page.",
"session-mismatch": "Session Mismatch",
"session-mismatch-text": "It looks like your login session no longer matches with the server. Please refresh this page.",
"no-topics-selected": "No topics selected!",
"cant-move-to-same-topic": "Can't move post to same topic!",
"cant-move-topic-to-same-category": "Can't move topic to the same category!",

View File

@@ -47,6 +47,8 @@
"posts-exported": "<strong>%1</strong> posts exported, click to download",
"uploads-exported": "<strong>%1</strong> uploads exported, click to download",
"users-csv-exported": "Users csv exported, click to download",
"post-queue-accepted": "Your queued post has been accepted. Click here to see your post.",
"post-queue-rejected": "Your queued post has been rejected.",
"email-confirmed": "Email bekræftet",
"email-confirmed-message": "Tak fordi du validerede din email. Din konto er nu fuldt ud aktiveret.",
"email-confirm-error-message": "Der var et problem med valideringen af din emailadresse. Bekræftelses koden var muligvis forkert eller udløbet.",

View File

@@ -1,7 +1,7 @@
{
"success": "Udført",
"topic-post": "Du har indsendt et indlæg.",
"post-queued": "Your post is queued for approval.",
"post-queued": "Your post is queued for approval. You will get a notification when it is accepted or rejected.",
"authentication-successful": "Du blev autentificeret",
"settings-saved": "Indstillinger gemt!"
}

View File

@@ -33,6 +33,7 @@
"analytics": "Analytics",
"view-category": "View category",
"set-order": "Set order",
"set-order-help": "Setting the order of the category will move this category to that order and update the order of other categories as necessary. Minimum order is 1 which puts the category at the top.",
"select-category": "Kategorie auswählen",
"set-parent-category": "Übergeordnete Kategorie festlegen",

View File

@@ -174,8 +174,10 @@
"cant-kick-self": "Du kannst dich nicht selber aus der Gruppe entfernen.",
"no-users-selected": "Kein(e) Benutzer ausgewählt",
"invalid-home-page-route": "Ungültiger Startseitenpfad",
"invalid-session": "Sitzungsdiskrepanz",
"invalid-session-text": "Es scheint als wäre deine Login-Sitzung nicht mehr aktiv oder sie passt nicht mehr mit der des Servers. Bitte aktualisiere diese Seite.",
"invalid-session": "Invalid Session",
"invalid-session-text": "It looks like your login session is no longer active. Please refresh this page.",
"session-mismatch": "Session Mismatch",
"session-mismatch-text": "It looks like your login session no longer matches with the server. Please refresh this page.",
"no-topics-selected": "Keine Beiträge ausgewählt!",
"cant-move-to-same-topic": "Du kannst den Beitrag nicht in das selbe Thema schieben!",
"cant-move-topic-to-same-category": "Das Thema kann nicht zur selben Kategorie verschoben werden!",

View File

@@ -47,6 +47,8 @@
"posts-exported": "<strong>%1</strong> Posts exportiert, klicke zum downloaden",
"uploads-exported": "<strong>%1</strong> Uploads exportiert, klicke zum downloaden",
"users-csv-exported": "Users csv exported, click to download",
"post-queue-accepted": "Your queued post has been accepted. Click here to see your post.",
"post-queue-rejected": "Your queued post has been rejected.",
"email-confirmed": "E-Mail bestätigt",
"email-confirmed-message": "Vielen Dank für Ihre E-Mail-Validierung. Ihr Konto ist nun vollständig aktiviert.",
"email-confirm-error-message": "Es gab ein Problem bei der Validierung Ihrer E-Mail-Adresse. Möglicherweise ist der Code ungültig oder abgelaufen.",

View File

@@ -1,7 +1,7 @@
{
"success": "Fertig",
"topic-post": "Beitrag erfolgreich erstellt.",
"post-queued": "Dein Beitrag wurde zur Genehmigung eingereicht",
"post-queued": "Your post is queued for approval. You will get a notification when it is accepted or rejected.",
"authentication-successful": "Authentifizierung erfolgreich!",
"settings-saved": "Einstellungen gespeichert!"
}

View File

@@ -33,6 +33,7 @@
"analytics": "Analytics",
"view-category": "View category",
"set-order": "Set order",
"set-order-help": "Setting the order of the category will move this category to that order and update the order of other categories as necessary. Minimum order is 1 which puts the category at the top.",
"select-category": "Select Category",
"set-parent-category": "Set Parent Category",

View File

@@ -174,8 +174,10 @@
"cant-kick-self": "You can't kick yourself from the group",
"no-users-selected": "No user(s) selected",
"invalid-home-page-route": "Invalid home page route",
"invalid-session": "Session Mismatch",
"invalid-session-text": "It looks like your login session is no longer active, or no longer matches with the server. Please refresh this page.",
"invalid-session": "Invalid Session",
"invalid-session-text": "It looks like your login session is no longer active. Please refresh this page.",
"session-mismatch": "Session Mismatch",
"session-mismatch-text": "It looks like your login session no longer matches with the server. Please refresh this page.",
"no-topics-selected": "No topics selected!",
"cant-move-to-same-topic": "Can't move post to same topic!",
"cant-move-topic-to-same-category": "Can't move topic to the same category!",

View File

@@ -47,6 +47,8 @@
"posts-exported": "<strong>%1</strong> posts exported, click to download",
"uploads-exported": "<strong>%1</strong> uploads exported, click to download",
"users-csv-exported": "Users csv exported, click to download",
"post-queue-accepted": "Your queued post has been accepted. Click here to see your post.",
"post-queue-rejected": "Your queued post has been rejected.",
"email-confirmed": "Email Confirmed",
"email-confirmed-message": "Thank you for validating your email. Your account is now fully activated.",
"email-confirm-error-message": "There was a problem validating your email address. Perhaps the code was invalid or has expired.",

View File

@@ -1,7 +1,7 @@
{
"success": "Επιτυχία",
"topic-post": "Δημοσίευσες με επιτυχία.",
"post-queued": "Your post is queued for approval.",
"post-queued": "Your post is queued for approval. You will get a notification when it is accepted or rejected.",
"authentication-successful": "Επιτυχής Ταυτοποίηση",
"settings-saved": "Οι επιλογές αποθηκεύτηκαν!"
}

View File

@@ -33,6 +33,7 @@
"analytics": "Analytics",
"view-category": "View category",
"set-order": "Set order",
"set-order-help": "Setting the order of the category will move this category to that order and update the order of other categories as necessary. Minimum order is 1 which puts the category at the top.",
"select-category": "Select Category",
"set-parent-category": "Set Parent Category",

View File

@@ -206,8 +206,11 @@
"no-users-selected": "No user(s) selected",
"invalid-home-page-route": "Invalid home page route",
"invalid-session": "Session Mismatch",
"invalid-session-text": "It looks like your login session is no longer active, or no longer matches with the server. Please refresh this page.",
"invalid-session": "Invalid Session",
"invalid-session-text": "It looks like your login session is no longer active. Please refresh this page.",
"session-mismatch": "Session Mismatch",
"session-mismatch-text": "It looks like your login session no longer matches with the server. Please refresh this page.",
"no-topics-selected": "No topics selected!",
"cant-move-to-same-topic": "Can't move post to same topic!",

View File

@@ -51,6 +51,8 @@
"posts-exported": "<strong>%1</strong> posts exported, click to download",
"uploads-exported": "<strong>%1</strong> uploads exported, click to download",
"users-csv-exported": "Users csv exported, click to download",
"post-queue-accepted": "Your queued post has been accepted. Click here to see your post.",
"post-queue-rejected": "Your queued post has been rejected.",
"email-confirmed": "Email Confirmed",
"email-confirmed-message": "Thank you for validating your email. Your account is now fully activated.",

View File

@@ -1,7 +1,7 @@
{
"success": "Success",
"topic-post": "You have successfully posted.",
"post-queued": "Your post is queued for approval.",
"post-queued": "Your post is queued for approval. You will get a notification when it is accepted or rejected.",
"authentication-successful": "Authentication Successful",
"settings-saved": "Settings saved!"
}

View File

@@ -33,6 +33,7 @@
"analytics": "Analytics",
"view-category": "View category",
"set-order": "Set order",
"set-order-help": "Setting the order of the category will move this category to that order and update the order of other categories as necessary. Minimum order is 1 which puts the category at the top.",
"select-category": "Select Category",
"set-parent-category": "Set Parent Category",

View File

@@ -174,8 +174,10 @@
"cant-kick-self": "You can't kick yourself from the group",
"no-users-selected": "No user(s) selected",
"invalid-home-page-route": "Invalid home page route",
"invalid-session": "Session Mismatch",
"invalid-session-text": "It looks like your login session is no longer active, or no longer matches with the server. Please refresh this page.",
"invalid-session": "Invalid Session",
"invalid-session-text": "It looks like your login session is no longer active. Please refresh this page.",
"session-mismatch": "Session Mismatch",
"session-mismatch-text": "It looks like your login session no longer matches with the server. Please refresh this page.",
"no-topics-selected": "No topics selected!",
"cant-move-to-same-topic": "Can't move post to same topic!",
"cant-move-topic-to-same-category": "Can't move topic to the same category!",

View File

@@ -47,6 +47,8 @@
"posts-exported": "<strong>%1</strong> posts exported, click to download",
"uploads-exported": "<strong>%1</strong> uploads exported, click to download",
"users-csv-exported": "Users csv exported, click to download",
"post-queue-accepted": "Your queued post has been accepted. Click here to see your post.",
"post-queue-rejected": "Your queued post has been rejected.",
"email-confirmed": "Email Confirmed",
"email-confirmed-message": "Thank you for validating your email. Your account is now fully activated.",
"email-confirm-error-message": "There was a problem validating your email address. Perhaps the code was invalid or has expired.",

View File

@@ -1,7 +1,7 @@
{
"success": "Success",
"topic-post": "You have successfully posted.",
"post-queued": "Your post is queued for approval.",
"post-queued": "Your post is queued for approval. You will get a notification when it is accepted or rejected.",
"authentication-successful": "Authentication Successful",
"settings-saved": "Settings saved!"
}

View File

@@ -33,6 +33,7 @@
"analytics": "Analytics",
"view-category": "View category",
"set-order": "Set order",
"set-order-help": "Setting the order of the category will move this category to that order and update the order of other categories as necessary. Minimum order is 1 which puts the category at the top.",
"select-category": "Select Category",
"set-parent-category": "Set Parent Category",

View File

@@ -174,8 +174,10 @@
"cant-kick-self": "You can't kick yourself from the group",
"no-users-selected": "No user(s) selected",
"invalid-home-page-route": "Invalid home page route",
"invalid-session": "Session Mismatch",
"invalid-session-text": "It looks like your login session is no longer active, or no longer matches with the server. Please refresh this page.",
"invalid-session": "Invalid Session",
"invalid-session-text": "It looks like your login session is no longer active. Please refresh this page.",
"session-mismatch": "Session Mismatch",
"session-mismatch-text": "It looks like your login session no longer matches with the server. Please refresh this page.",
"no-topics-selected": "No topics selected!",
"cant-move-to-same-topic": "Can't move post to same topic!",
"cant-move-topic-to-same-category": "Can't move topic to the same category!",

View File

@@ -47,6 +47,8 @@
"posts-exported": "<strong>%1</strong> posts exported, click to download",
"uploads-exported": "<strong>%1</strong> uploads exported, click to download",
"users-csv-exported": "Users csv exported, click to download",
"post-queue-accepted": "Your queued post has been accepted. Click here to see your post.",
"post-queue-rejected": "Your queued post has been rejected.",
"email-confirmed": "Email Confirmed",
"email-confirmed-message": "Thank you for validating your email. Your account is now fully activated.",
"email-confirm-error-message": "There was a problem validating your email address. Perhaps the code was invalid or has expired.",

View File

@@ -1,7 +1,7 @@
{
"success": "Success",
"topic-post": "You have successfully posted.",
"post-queued": "Your post is queued for approval.",
"post-queued": "Your post is queued for approval. You will get a notification when it is accepted or rejected.",
"authentication-successful": "Authentication Successful",
"settings-saved": "Settings saved!"
}

View File

@@ -33,6 +33,7 @@
"analytics": "Analytics",
"view-category": "View category",
"set-order": "Set order",
"set-order-help": "Setting the order of the category will move this category to that order and update the order of other categories as necessary. Minimum order is 1 which puts the category at the top.",
"select-category": "Seleccionar Categoría",
"set-parent-category": "Fijar Categoría Superior",

View File

@@ -174,8 +174,10 @@
"cant-kick-self": "No te puedes expulsar a ti mismo del grupo",
"no-users-selected": "Ningun usuario(s) seleccionado",
"invalid-home-page-route": "Ruta de página de inicio invalida",
"invalid-session": "No concuerdan los datos de sesión",
"invalid-session-text": "Parece que su sesión ha expirado o no concuerda con el servidor. Por favor vuelva a cargar la página.",
"invalid-session": "Invalid Session",
"invalid-session-text": "It looks like your login session is no longer active. Please refresh this page.",
"session-mismatch": "Session Mismatch",
"session-mismatch-text": "It looks like your login session no longer matches with the server. Please refresh this page.",
"no-topics-selected": "¡No se han seleccionado temas!",
"cant-move-to-same-topic": "¡No puedes mover el mensaje al mismo tema!",
"cant-move-topic-to-same-category": "Can't move topic to the same category!",

View File

@@ -47,6 +47,8 @@
"posts-exported": "<strong>%1</strong> posts exported, click to download",
"uploads-exported": "<strong>%1</strong> uploads exported, click to download",
"users-csv-exported": "Users csv exported, click to download",
"post-queue-accepted": "Your queued post has been accepted. Click here to see your post.",
"post-queue-rejected": "Your queued post has been rejected.",
"email-confirmed": "Correo electrónico confirmado",
"email-confirmed-message": "Gracias por validar tu correo electrónico. Tu cuenta ya está completamente activa.",
"email-confirm-error-message": "Hubo un problema al validar tu cuenta de correo electrónico. Quizá el código era erróneo o expiró...",

View File

@@ -1,7 +1,7 @@
{
"success": "¡Éxito!",
"topic-post": "Mensaje publicado satisfactoriamente.",
"post-queued": "Tu post está en cola para su aprobación.",
"post-queued": "Your post is queued for approval. You will get a notification when it is accepted or rejected.",
"authentication-successful": "Identificado satisfactoriamente",
"settings-saved": "¡Ajustes guardados satisfactoriamente!"
}

View File

@@ -4,5 +4,5 @@
"enter_tags_here": "Introduce aquí las etiquetas, entre %1 y %2 caracteres cada una.",
"enter_tags_here_short": "Introduzca las etiquetas...",
"no_tags": "Aún no hay etiquetas.",
"select_tags": "Select Tags"
"select_tags": "Seleccionar Etiquetas"
}

View File

@@ -1,6 +1,6 @@
{
"topic": "Tema",
"title": "Title",
"title": "Título",
"no_topics_found": "¡No se encontraron temas!",
"no_posts_found": "¡No se encontraron publicaciones!",
"post_is_deleted": "¡Esta publicación está eliminada!",
@@ -31,18 +31,18 @@
"locked": "Cerrado",
"pinned": "Fijo",
"pinned-with-expiry": "Pinned until %1",
"scheduled": "Scheduled",
"scheduled": "Programado",
"moved": "Movido",
"moved-from": "Moved from %1",
"copy-ip": "Copiar IP",
"ban-ip": "Banear IP",
"view-history": "Editar Historial",
"locked-by": "Locked by",
"unlocked-by": "Unlocked by",
"locked-by": "Bloqueado por",
"unlocked-by": "Desbloqueado por",
"pinned-by": "Pinned by",
"unpinned-by": "Unpinned by",
"deleted-by": "Deleted by",
"restored-by": "Restored by",
"deleted-by": "Borrado por",
"restored-by": "Restaurado por",
"queued-by": "Post queued for approval &rarr;",
"bookmark_instructions": "Haz click aquí para volver a tu último mensaje leído en este tema",
"flag-post": "Flag this post",

View File

@@ -33,6 +33,7 @@
"analytics": "Analytics",
"view-category": "View category",
"set-order": "Set order",
"set-order-help": "Setting the order of the category will move this category to that order and update the order of other categories as necessary. Minimum order is 1 which puts the category at the top.",
"select-category": "Select Category",
"set-parent-category": "Set Parent Category",

View File

@@ -174,8 +174,10 @@
"cant-kick-self": "Sa ei saa ennast ära visata gruppist",
"no-users-selected": "Ühtki kasutajat pole valitud",
"invalid-home-page-route": "Vigane avalehe suunamine",
"invalid-session": "Session Mismatch",
"invalid-session-text": "It looks like your login session is no longer active, or no longer matches with the server. Please refresh this page.",
"invalid-session": "Invalid Session",
"invalid-session-text": "It looks like your login session is no longer active. Please refresh this page.",
"session-mismatch": "Session Mismatch",
"session-mismatch-text": "It looks like your login session no longer matches with the server. Please refresh this page.",
"no-topics-selected": "No topics selected!",
"cant-move-to-same-topic": "Can't move post to same topic!",
"cant-move-topic-to-same-category": "Can't move topic to the same category!",

View File

@@ -47,6 +47,8 @@
"posts-exported": "<strong>%1</strong> posts exported, click to download",
"uploads-exported": "<strong>%1</strong> uploads exported, click to download",
"users-csv-exported": "Users csv exported, click to download",
"post-queue-accepted": "Your queued post has been accepted. Click here to see your post.",
"post-queue-rejected": "Your queued post has been rejected.",
"email-confirmed": "Emaili aadress kinnitatud",
"email-confirmed-message": "Täname, et kinnitasite oma emaili aadressi. Teie kasutaja on nüüd täielikult aktiveeritud.",
"email-confirm-error-message": "Emaili aadressi kinnitamisel tekkis viga. Võibolla kinnituskood oli vale või aegunud.",

View File

@@ -1,7 +1,7 @@
{
"success": "Õnnestus",
"topic-post": "Edukalt postitatud.",
"post-queued": "Your post is queued for approval.",
"post-queued": "Your post is queued for approval. You will get a notification when it is accepted or rejected.",
"authentication-successful": "Sisse logimine õnnestus!",
"settings-saved": "Seaded salvestatud!"
}

View File

@@ -33,6 +33,7 @@
"analytics": "Analytics",
"view-category": "View category",
"set-order": "Set order",
"set-order-help": "Setting the order of the category will move this category to that order and update the order of other categories as necessary. Minimum order is 1 which puts the category at the top.",
"select-category": "Select Category",
"set-parent-category": "Set Parent Category",

View File

@@ -174,8 +174,10 @@
"cant-kick-self": "شما نمی توانید خودتان را از گروه کیک کنید",
"no-users-selected": "هیچ کاربر(های) انتخاب نشده",
"invalid-home-page-route": "مسیر صفحه اصلی نامعتبر است",
"invalid-session": "عدم تطابق جلسه",
"invalid-session-text": "به نظر می‌رسد این جلسه برای ورود دیگر فعال نیست و یا با سرور هماهنگ نیست. لطفا این صفحه را رفرش کنید.",
"invalid-session": "Invalid Session",
"invalid-session-text": "It looks like your login session is no longer active. Please refresh this page.",
"session-mismatch": "Session Mismatch",
"session-mismatch-text": "It looks like your login session no longer matches with the server. Please refresh this page.",
"no-topics-selected": "هیچ موضوعی انتخاب نشده است !",
"cant-move-to-same-topic": "نمی توان پست یک موضوع را به همان موضوع انتقال داد !",
"cant-move-topic-to-same-category": "Can't move topic to the same category!",

View File

@@ -47,6 +47,8 @@
"posts-exported": "<strong>%1</strong> posts exported, click to download",
"uploads-exported": "<strong>%1</strong> uploads exported, click to download",
"users-csv-exported": "Users csv exported, click to download",
"post-queue-accepted": "Your queued post has been accepted. Click here to see your post.",
"post-queue-rejected": "Your queued post has been rejected.",
"email-confirmed": "ایمیل تایید شد",
"email-confirmed-message": "بابت تایید ایمیلتان سپاس‌گزاریم. حساب کاربری شما اکنون به صورت کامل فعال شده است.",
"email-confirm-error-message": "خطایی در تایید آدرس ایمیل شما پیش آمده است. ممکن است کد نا‌معتبر و یا منقضی شده باشد.",

View File

@@ -1,7 +1,7 @@
{
"success": "موفقیت‌آمیز",
"topic-post": "پست شما باموفقیت فرستاده شد.",
"post-queued": "پست شما برای تأیید در صف قرار گرفت.",
"post-queued": "Your post is queued for approval. You will get a notification when it is accepted or rejected.",
"authentication-successful": "اعتبارسنجی موفق",
"settings-saved": "تنظیمات ذخیره شد."
}

View File

@@ -33,6 +33,7 @@
"analytics": "Analytics",
"view-category": "View category",
"set-order": "Set order",
"set-order-help": "Setting the order of the category will move this category to that order and update the order of other categories as necessary. Minimum order is 1 which puts the category at the top.",
"select-category": "Select Category",
"set-parent-category": "Set Parent Category",

View File

@@ -174,8 +174,10 @@
"cant-kick-self": "You can't kick yourself from the group",
"no-users-selected": "No user(s) selected",
"invalid-home-page-route": "Invalid home page route",
"invalid-session": "Session Mismatch",
"invalid-session-text": "It looks like your login session is no longer active, or no longer matches with the server. Please refresh this page.",
"invalid-session": "Invalid Session",
"invalid-session-text": "It looks like your login session is no longer active. Please refresh this page.",
"session-mismatch": "Session Mismatch",
"session-mismatch-text": "It looks like your login session no longer matches with the server. Please refresh this page.",
"no-topics-selected": "Ei aiheita valittuna",
"cant-move-to-same-topic": "Can't move post to same topic!",
"cant-move-topic-to-same-category": "Can't move topic to the same category!",

View File

@@ -47,6 +47,8 @@
"posts-exported": "<strong>%1</strong> posts exported, click to download",
"uploads-exported": "<strong>%1</strong> uploads exported, click to download",
"users-csv-exported": "Users csv exported, click to download",
"post-queue-accepted": "Your queued post has been accepted. Click here to see your post.",
"post-queue-rejected": "Your queued post has been rejected.",
"email-confirmed": "Sähköpostiosoite vahvistettu",
"email-confirmed-message": "Kiitos sähköpostiosoitteesi vahvistamisesta. Käyttäjätilisi on nyt täysin aktivoitu.",
"email-confirm-error-message": "Ongelma sähköpostiosoitteen vahvistamisessa. Ehkäpä koodi oli virheellinen tai vanhentunut.",

View File

@@ -1,7 +1,7 @@
{
"success": "Onnistui",
"topic-post": "Viestin lähettäminen onnistui.",
"post-queued": "Viestisi on jonossa odottamassa hyväksyntää",
"post-queued": "Your post is queued for approval. You will get a notification when it is accepted or rejected.",
"authentication-successful": "Tunnistautuminen onnistui",
"settings-saved": "Asetukset tallennettu!"
}

View File

@@ -33,6 +33,7 @@
"analytics": "Statistiques",
"view-category": "Voir la catégorie",
"set-order": "Définir l'ordre",
"set-order-help": "Configuration des catégories. Vous pouvez déplacer vos catégories dans l'ordre que vous le souhaitez. La commande minimum est de 1, ce qui place la catégorie au sommet.",
"select-category": "Sélectionner une catégorie",
"set-parent-category": "Définissez une catégorie parente",

View File

@@ -21,9 +21,9 @@
"topic-thumb-size": "Miniature du sujet",
"allowed-file-extensions": "Extensions de fichier autorisés",
"allowed-file-extensions-help": "Entrer une liste dextensions de fichier séparés par une virgule (ex : <code>pdf,xls,doc</code>). Une liste vide signifie que toutes les extensions sont autorisées.",
"upload-limit-threshold": "Rate limit user uploads to:",
"upload-limit-threshold-per-minute": "Per %1 Minute",
"upload-limit-threshold-per-minutes": "Per %1 Minutes",
"upload-limit-threshold": "Limite d'envoi de fichiers par utilisateurs:",
"upload-limit-threshold-per-minute": "Par %1 Minute",
"upload-limit-threshold-per-minutes": "Par %1 Minutes",
"profile-avatars": "Avatar",
"allow-profile-image-uploads": "Autoriser les utilisateurs à télécharger des avatars",
"convert-profile-image-png": "Convertir les avatars téléchargés au format PNG",

View File

@@ -89,7 +89,7 @@
"file-too-big": "La taille maximale autorisée pour un fichier est de %1 ko. Veuillez envoyer un fichier plus petit.",
"guest-upload-disabled": "L'envoi de fichiers a été désactivé pour les invités",
"cors-error": "Impossible d'envoyer l'image en raison d'une erreur de configuration CORS",
"upload-ratelimit-reached": "You have uploaded too many files at one time. Please try again later.",
"upload-ratelimit-reached": "Vous avez envoyé trop de fichiers à la fois. Veuillez réessayer plus tard.",
"scheduling-to-past": "Veuillez sélectionner une date ultérieure.",
"invalid-schedule-date": "Veuillez saisir une date et une heure valide.",
"cant-pin-scheduled": "Les sujets planifiés ne peuvent pas être (dé)épinglés.",
@@ -174,8 +174,10 @@
"cant-kick-self": "Vous ne pouvez pas vous exclure vous-même du groupe",
"no-users-selected": "Aucun utilisateur sélectionné",
"invalid-home-page-route": "Chemin vers la page d'accueil invalide",
"invalid-session": "Session interrompue",
"invalid-session-text": "Il semble que votre session ne soit plus active, ou que le serveur ne la reconnaisse plus. Merci de rafraichir cette page.",
"invalid-session": "Session Invalide",
"invalid-session-text": "Il semblerait que votre session de connexion ne soit plus active. Merci de rafraîchir cette page.",
"session-mismatch": "Session Interrompue",
"session-mismatch-text": "Il semble que votre session ne soit plus active, ou que le serveur ne la reconnaisse plus. Merci de rafraîchir cette page.",
"no-topics-selected": "Aucun sujet sélectionné !",
"cant-move-to-same-topic": "Impossible de déplacer le message dans le même sujet !",
"cant-move-topic-to-same-category": "Impossible de déplacer le sujet dans la même catégorie !",

View File

@@ -47,6 +47,8 @@
"posts-exported": "<strong>%1</strong> messages exportés, cliquez pour les télécharger",
"uploads-exported": "<strong>%1</strong> envois exportés, cliquez pour les télécharger",
"users-csv-exported": "Utilisateurs exportés en CSV, cliquez pour télécharger",
"post-queue-accepted": "Votre message a été accepté. Cliquez ici pour voir votre message.",
"post-queue-rejected": "Votre message a été rejeté.",
"email-confirmed": "Email vérifié",
"email-confirmed-message": "Merci pour la validation de votre adresse email. Votre compte est désormais activé.",
"email-confirm-error-message": "Il y a un un problème dans la vérification de votre adresse email. Le code est peut être invalide ou a expiré.",

View File

@@ -1,7 +1,7 @@
{
"success": "Terminé",
"topic-post": "Le message a bien été envoyé.",
"post-queued": "Votre message est en attente d'approbation.",
"post-queued": "Votre message est en attente d'approbation. Vous recevrez une notification lorsqu'il sera accepté ou rejeté.",
"authentication-successful": "Authentification réussie",
"settings-saved": "Paramètres enregistrés !"
}

View File

@@ -33,6 +33,7 @@
"analytics": "Analytics",
"view-category": "View category",
"set-order": "Set order",
"set-order-help": "Setting the order of the category will move this category to that order and update the order of other categories as necessary. Minimum order is 1 which puts the category at the top.",
"select-category": "Select Category",
"set-parent-category": "Set Parent Category",

View File

@@ -174,8 +174,10 @@
"cant-kick-self": "Non te podes expulsar a ti mesmo do grupo",
"no-users-selected": "Ningún usuario seleccionado",
"invalid-home-page-route": "Ruta de páxina de inicio inválida",
"invalid-session": "Non concordan os datos da sesión",
"invalid-session-text": "Parece que a súa sesión expirou ou non concorda co servidor. Por favor, recarge a páxina.",
"invalid-session": "Invalid Session",
"invalid-session-text": "It looks like your login session is no longer active. Please refresh this page.",
"session-mismatch": "Session Mismatch",
"session-mismatch-text": "It looks like your login session no longer matches with the server. Please refresh this page.",
"no-topics-selected": "No topics selected!",
"cant-move-to-same-topic": "Can't move post to same topic!",
"cant-move-topic-to-same-category": "Can't move topic to the same category!",

View File

@@ -47,6 +47,8 @@
"posts-exported": "<strong>%1</strong> posts exported, click to download",
"uploads-exported": "<strong>%1</strong> uploads exported, click to download",
"users-csv-exported": "Users csv exported, click to download",
"post-queue-accepted": "Your queued post has been accepted. Click here to see your post.",
"post-queue-rejected": "Your queued post has been rejected.",
"email-confirmed": "Correo confirmado",
"email-confirmed-message": "Grazas por validar o teu correo. A túa conta agora está activada.",
"email-confirm-error-message": "Houbo un problema validando o teu correo. Poida que o código fose inválido ou expirase. ",

View File

@@ -1,7 +1,7 @@
{
"success": "Éxito",
"topic-post": "Publicaches con éxito.",
"post-queued": "Your post is queued for approval.",
"post-queued": "Your post is queued for approval. You will get a notification when it is accepted or rejected.",
"authentication-successful": "Autenticación exitosa",
"settings-saved": "Configuración gardada!"
}

View File

@@ -21,8 +21,8 @@
"mongo.bytes-in": "ביטים נכנסים",
"mongo.bytes-out": "ביטים יוצאים",
"mongo.num-requests": "מספר בקשות",
"mongo.raw-info": "מידע לא מעובד מMongoDB",
"mongo.unauthorized": "NodeBB לא הצליחה לקבל את המידע הדרוש מMongoDB. אנא בדוק שלמשתמש יש הרשאת clusterMonitor לadmin database.",
"mongo.raw-info": "מידע לא מעובד מ-MongoDB",
"mongo.unauthorized": "NodeBB לא הצליחה לקבל את המידע הדרוש מ-MongoDB. אנא בדוק שלמשתמש יש הרשאת clusterMonitor ל-admin database.",
"redis": "Redis",
"redis.version": "גרסת Redis",
@@ -37,8 +37,8 @@
"redis.total-connections-recieved": "סך כל החיבורים שהתקבלו",
"redis.total-commands-processed": "סך כל הפקודות שעובדו",
"redis.iops": "אפשרויות מידיות לשניה",
"redis.iinput": "Instantaneous Input Per Second",
"redis.ioutput": "Instantaneous Output Per Second",
"redis.iinput": "קלט מיידי לשנייה",
"redis.ioutput": "פלט מיידי לשנייה",
"redis.total-input": "סך הכל מידע נכנס",
"redis.total-output": "סך הכל מידע יוצא",

View File

@@ -33,6 +33,7 @@
"analytics": "נתח",
"view-category": "הצג קטגוריה",
"set-order": "Set order",
"set-order-help": "Setting the order of the category will move this category to that order and update the order of other categories as necessary. Minimum order is 1 which puts the category at the top.",
"select-category": "בחר קטגוריה",
"set-parent-category": "הגדר קטגוריית אב",

View File

@@ -1,9 +1,9 @@
{
"section-dashboard": "Dashboards",
"dashboard/overview": "Overview",
"dashboard/logins": "Logins",
"dashboard/users": "Users",
"dashboard/topics": "Topics",
"section-dashboard": "לוח מחוונים",
"dashboard/overview": "סקירה כללית",
"dashboard/logins": "כניסות",
"dashboard/users": "משתמשים",
"dashboard/topics": "נושאים",
"section-general": "כללי",
"section-manage": "ניהול",

View File

@@ -16,25 +16,25 @@
"allow-account-deletion": "אפשר מחיקת חשבונות",
"hide-fullname": "החבא שם מלא ממשתמשים",
"hide-email": "החבא כתובת מייל ממשתמשים",
"show-fullname-as-displayname": "Show user's full name as their display name if available",
"show-fullname-as-displayname": "הצג את השם המלא של המשתמש כשם התצוגה שלו אם הוא זמין",
"themes": "ערכות נושא",
"disable-user-skins": "אל תאפשר למשתמשים לבחור ערכת נושא",
"account-protection": "Account Protection",
"admin-relogin-duration": "Admin relogin duration (minutes)",
"admin-relogin-duration-help": "After a set amount of time accessing the admin section will require re-login, set to 0 to disable",
"login-attempts": "Login attempts per hour",
"login-attempts-help": "If login attempts to a user&apos;s account exceeds this threshold, that account will be locked for a pre-configured amount of time",
"lockout-duration": "Account Lockout Duration (minutes)",
"login-days": "Days to remember user login sessions",
"password-expiry-days": "Force password reset after a set number of days",
"session-time": "Session Time",
"session-time-days": "Days",
"session-time-seconds": "Seconds",
"account-protection": "הגנת חשבון",
"admin-relogin-duration": "משך חיבור של מנהל מערכת (דקות)",
"admin-relogin-duration-help": "לאחר פרק זמן מוגדר של גישה למקטע הניהול ידרוש כניסה מחדש, הגדר ל- 0 על-מנת להפוך ללא זמין",
"login-attempts": "נסיונות כניסה לשעה",
"login-attempts-help": "אם ניסיונות כניסה ל user&apos;s חורג מסף זה, החשבון יינעל לפרק זמן שנקבע מראש",
"lockout-duration": "משך נעילת חשבון (דקות)",
"login-days": "ימים לזכירת התחברות כניסה של משתמשים",
"password-expiry-days": "כפיית איפוס סיסמה לאחר מספר ימים מוגדר",
"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>.",
"online-cutoff": "Minutes after user is considered inactive",
"online-cutoff-help": "If user performs no actions for this duration, they are considered inactive and they do not receive realtime updates.",
"registration": "User Registration",
"registration-type": "סוג השרמה",
"online-cutoff-help": "אם משתמש אינו מבצע פעולות במשך זמן זה, הוא נחשב כלא פעיל ואינו מקבל עדכונים בזמן אמת.",
"registration": "רישום משתמש",
"registration-type": "סוג הרשמה",
"registration-approval-type": "סוג אישור הרשמה",
"registration-type.normal": "רגיל",
"registration-type.admin-approval": "אישור מנהל",
@@ -44,14 +44,14 @@
"registration-type.disabled": "בטל הרשמה",
"registration-type.help": "רגיל - משתמשים יכולים להירשם על ידי שימוש בדף /register.<br/>\nהזמנה בלבד - משתמשים אחרים יכולים להזמין משתמשים מדף <a href=\"%1/users\" target=\"_blank\">המשתמש.<br/>\nהזמנת מנהל בלבד - רק מנהלים יכולים להזמין משתמשים אחרים מדף <a href=\"%1/users\" target=\"_blank\">המשתמש</a> ודף <a href=\"%1/admin/manage/users\">ההנהלת משתמשים</a>.<br/>\nבטל הרשמה - לא ניתן להירשם.<br/>ד",
"registration-approval-type.help": "רגיל - משתמשים נרשמים באופן מיידי.<br/>\nאישור מנהל - משתמשים אשר נרשמו מוכנים לתוך <a href=\"%1/admin/manage/registration\">רשימת אישור</a> למנהלים.<br/>\nאישור מנהל לכתובות IP - רגיל למשתמשים חדשים, אישור מנהל לכתובות IP אשר כבר מקושר אליהם חשבון.<br/>",
"registration-queue-auto-approve-time": "Automatic Approval Time",
"registration-queue-auto-approve-time-help": "Hours before user is approved automatically. 0 to disable.",
"registration-queue-show-average-time": "Show users average time it takes to approve a new user",
"registration-queue-auto-approve-time": "זמן אישור אוטומטי",
"registration-queue-auto-approve-time-help": "שעות לפני שהמשתמש מאושר באופן אוטומטי. רשום 0 על-מנת להשבית.",
"registration-queue-show-average-time": "הצג למשתמשים זמן ממוצע שנדרש על-מנת לאשר משתמש חדש",
"registration.max-invites": "מרב ההזמנות למשתמש",
"max-invites": "מרב ההזמנות למשתמש",
"max-invites-help": "0 בשביל לבטל הגבלה. מנהלים מקבלים אינסוף הזמנות<br>תקף רק ל-\"הזמנה בלבד\"",
"invite-expiration": "תוקף ההזמנה",
"invite-expiration-help": "הזמנות יפוגו ב# ימים.",
"invite-expiration-help": "הזמנות יפוגו ב-# ימים.",
"min-username-length": "Minimum Username Length",
"max-username-length": "Maximum Username Length",
"min-password-length": "Minimum Password Length",

View File

@@ -174,8 +174,10 @@
"cant-kick-self": "אינך יכול להסיר את עצמך מהקבוצה",
"no-users-selected": "לא נבחרו משתמשים",
"invalid-home-page-route": "כתובת דף הבית הינה שגויה",
"invalid-session": "מושב לא תואם",
"invalid-session-text": "נראה שסשן ההתחברות שלך כבר לא פעיל. אנא טען מחדש את העמוד.",
"invalid-session": "Invalid Session",
"invalid-session-text": "It looks like your login session is no longer active. Please refresh this page.",
"session-mismatch": "Session Mismatch",
"session-mismatch-text": "It looks like your login session no longer matches with the server. Please refresh this page.",
"no-topics-selected": "לא נבחרו נושאים!",
"cant-move-to-same-topic": "אתה לא יכול להעביר פוסט לאותו נושא!",
"cant-move-topic-to-same-category": "לא ניתן להעביר נושא לאותה קטגוריה!",

View File

@@ -47,6 +47,8 @@
"posts-exported": "<strong>%1</strong> פוסטים יוצאו, לחץ כדי להוריד.",
"uploads-exported": "<strong>%1</strong> העלאות יוצאו, לחץ כדי להוריד.",
"users-csv-exported": "משתמשים יוצאו כ-csv, לחץ כאן להורדה.",
"post-queue-accepted": "Your queued post has been accepted. Click here to see your post.",
"post-queue-rejected": "Your queued post has been rejected.",
"email-confirmed": "כתובת המייל אושרה",
"email-confirmed-message": "תודה שאישרת את כתובת המייל שלך. החשבון שלך פעיל כעת.",
"email-confirm-error-message": "אירעה שגיאה בעת אישור המייל שלך. ייתכן כי הקוד היה שגוי או פג תוקף.",

View File

@@ -1,7 +1,7 @@
{
"success": "הצלחה",
"topic-post": "העלת פוסט בהצלחה.",
"post-queued": "הפוסט שלך ממתין לאישור.",
"post-queued": "Your post is queued for approval. You will get a notification when it is accepted or rejected.",
"authentication-successful": "הנתונים אומתו בהצלחה",
"settings-saved": "הנתונים נשמרו!"
}

View File

@@ -33,6 +33,7 @@
"analytics": "Analytics",
"view-category": "View category",
"set-order": "Set order",
"set-order-help": "Setting the order of the category will move this category to that order and update the order of other categories as necessary. Minimum order is 1 which puts the category at the top.",
"select-category": "Odabri kategoriju",
"set-parent-category": "Postavi roditeljsku kategoriju ",

View File

@@ -174,8 +174,10 @@
"cant-kick-self": "Ne možete sebe izbaciti iz grupe",
"no-users-selected": "Korisnici nisu odabrani",
"invalid-home-page-route": "Netočna putanja naslovnice",
"invalid-session": "Pogreška sesije",
"invalid-session-text": "Vaša sesija nije više aktivna ili se više ne poklapa sa serverom. Molimo osvježite stranicu.",
"invalid-session": "Invalid Session",
"invalid-session-text": "It looks like your login session is no longer active. Please refresh this page.",
"session-mismatch": "Session Mismatch",
"session-mismatch-text": "It looks like your login session no longer matches with the server. Please refresh this page.",
"no-topics-selected": "No topics selected!",
"cant-move-to-same-topic": "Can't move post to same topic!",
"cant-move-topic-to-same-category": "Can't move topic to the same category!",

View File

@@ -47,6 +47,8 @@
"posts-exported": "<strong>%1</strong> posts exported, click to download",
"uploads-exported": "<strong>%1</strong> uploads exported, click to download",
"users-csv-exported": "Users csv exported, click to download",
"post-queue-accepted": "Your queued post has been accepted. Click here to see your post.",
"post-queue-rejected": "Your queued post has been rejected.",
"email-confirmed": "Email potvrđen",
"email-confirmed-message": "Hvala na potvrdi emaila. Vaš račun je sada aktivan.",
"email-confirm-error-message": "Nastao je problem pri potvrdi Vaše email adrese. Provjerite kod ili zatražite novi.",

View File

@@ -1,7 +1,7 @@
{
"success": "Uspijeh",
"topic-post": "Uspješna objava",
"post-queued": "Your post is queued for approval.",
"post-queued": "Your post is queued for approval. You will get a notification when it is accepted or rejected.",
"authentication-successful": "Autentifikacija uspješna",
"settings-saved": "Postavke spremljene!"
}

View File

@@ -39,7 +39,7 @@
"alert.upgraded": "Beépülő frissítve",
"alert.installed": "Beépülő telepítve",
"alert.uninstalled": "Beépülő eltávolítva",
"alert.activate-success": "Please rebuild and restart your NodeBB to fully activate this plugin",
"alert.activate-success": "Kérlek építsd újra és indítsd újra a NodeBB-t, hogy teljesen engedélyezd ezt a beépülőt",
"alert.deactivate-success": "A beépülő sikeresen deaktiválva",
"alert.upgrade-success": "A beépülő teljes frissítéséhez kérlek építsd újra majd indítsd újra a NodeBB-t.",
"alert.install-success": "A beépülő sikeresen telepítve, kérlek aktiváld.",

View File

@@ -33,6 +33,7 @@
"analytics": "Analitika",
"view-category": "Kategória megtekintése",
"set-order": "Sorrend beállítása",
"set-order-help": "Setting the order of the category will move this category to that order and update the order of other categories as necessary. Minimum order is 1 which puts the category at the top.",
"select-category": "Kategória kiválasztása",
"set-parent-category": "Szülő kategória beállítása",

View File

@@ -21,9 +21,9 @@
"topic-thumb-size": "Témakörkép mérete",
"allowed-file-extensions": "Megengedett fájlkiterjesztések",
"allowed-file-extensions-help": "Itt adj meg fájlkiterjesztési listát, vesszővel elválasztva (pl. <code>pdf,xls,doc</code>). Az üres lista azt jelenti, hogy minden kiterjesztés megengedett.",
"upload-limit-threshold": "Rate limit user uploads to:",
"upload-limit-threshold-per-minute": "Per %1 Minute",
"upload-limit-threshold-per-minutes": "Per %1 Minutes",
"upload-limit-threshold": "Felhasználó limit feltöltésekre:",
"upload-limit-threshold-per-minute": "%1 percenként",
"upload-limit-threshold-per-minutes": "%1 percenként",
"profile-avatars": "Profil avatárok",
"allow-profile-image-uploads": "Profilképek feltöltésének engedélyezése a felhasználók számára",
"convert-profile-image-png": "Profilkép feltöltések átkonvertálása PNG-be",

View File

@@ -89,7 +89,7 @@
"file-too-big": "A maximális megengedett fájl méret %1 kB - kérlek kisebb méretű fájlt tölts fel",
"guest-upload-disabled": "Vendég általi feltöltés kikapcsolva",
"cors-error": "Nem sikerült a kép feltöltés a rosszul konfigurált CORS miatt",
"upload-ratelimit-reached": "You have uploaded too many files at one time. Please try again later.",
"upload-ratelimit-reached": "Egyszerre túl sok fájlt töltöttél fel. Kérlek próbáld újra később.",
"scheduling-to-past": "Kérlek adj meg egy jövőbeli időpontot.",
"invalid-schedule-date": "Kérlek valós dátumot és időt adj meg.",
"cant-pin-scheduled": "Időzített témakörök rögzítése nem oldható fel.",
@@ -174,8 +174,10 @@
"cant-kick-self": "Nem rúghatod ki magad a csoportból",
"no-users-selected": "Nincs felhasználó kiválasztva",
"invalid-home-page-route": "Érvénytelen főoldal elérési útvonal",
"invalid-session": "Eltérő munkamenet",
"invalid-session-text": "A bejelentkezés munkamenete már nem aktív vagy már nem illik össze a szerverrel. Kérlek frissítsd az oldalt.",
"invalid-session": "Invalid Session",
"invalid-session-text": "It looks like your login session is no longer active. Please refresh this page.",
"session-mismatch": "Session Mismatch",
"session-mismatch-text": "It looks like your login session no longer matches with the server. Please refresh this page.",
"no-topics-selected": "Nincs témakör kiválasztva",
"cant-move-to-same-topic": "Nem mozgathatsz hozzászólást azonos témakörbe!",
"cant-move-topic-to-same-category": "Nem mozgathatod a témakört azonos kategóriába!",

View File

@@ -27,7 +27,7 @@
"filter-cid-all": "Minden kategória",
"apply-filters": "Szűrők alkalmazása",
"more-filters": "Több szűrő",
"fewer-filters": "Fewer Filters",
"fewer-filters": "Kevesebb szűrő",
"quick-actions": "Gyors akciók",
"flagged-user": "Megjelölt felhasználó",

View File

@@ -47,6 +47,8 @@
"posts-exported": "<strong>%1</strong> posts exported, click to download",
"uploads-exported": "<strong>%1</strong> uploads exported, click to download",
"users-csv-exported": "A Users csv exportálva, kattints ide a letöltéshez",
"post-queue-accepted": "Your queued post has been accepted. Click here to see your post.",
"post-queue-rejected": "Your queued post has been rejected.",
"email-confirmed": "E-mail megerősítve",
"email-confirmed-message": "Köszönjük az e-mail címed megerősítését. A fiókod mostantól teljesen aktiválva van.",
"email-confirm-error-message": "Probléma lépett fel az e-mail címed megerősítésekor. Talán a kód érvénytelen volt vagy lejárt.",

View File

@@ -1,7 +1,7 @@
{
"success": "Sikeres",
"topic-post": "Sikeres hozzászólás.",
"post-queued": "A hozzászólásod jóváhagyásra vár.",
"post-queued": "Your post is queued for approval. You will get a notification when it is accepted or rejected.",
"authentication-successful": "Sikeres hitelesítés",
"settings-saved": "Beállítások mentve!"
}

View File

@@ -33,6 +33,7 @@
"analytics": "Analytics",
"view-category": "View category",
"set-order": "Set order",
"set-order-help": "Setting the order of the category will move this category to that order and update the order of other categories as necessary. Minimum order is 1 which puts the category at the top.",
"select-category": "Select Category",
"set-parent-category": "Set Parent Category",

View File

@@ -174,8 +174,10 @@
"cant-kick-self": "You can't kick yourself from the group",
"no-users-selected": "No user(s) selected",
"invalid-home-page-route": "Invalid home page route",
"invalid-session": "Session Mismatch",
"invalid-session-text": "It looks like your login session is no longer active, or no longer matches with the server. Please refresh this page.",
"invalid-session": "Invalid Session",
"invalid-session-text": "It looks like your login session is no longer active. Please refresh this page.",
"session-mismatch": "Session Mismatch",
"session-mismatch-text": "It looks like your login session no longer matches with the server. Please refresh this page.",
"no-topics-selected": "No topics selected!",
"cant-move-to-same-topic": "Can't move post to same topic!",
"cant-move-topic-to-same-category": "Can't move topic to the same category!",

View File

@@ -47,6 +47,8 @@
"posts-exported": "<strong>%1</strong> posts exported, click to download",
"uploads-exported": "<strong>%1</strong> uploads exported, click to download",
"users-csv-exported": "Users csv exported, click to download",
"post-queue-accepted": "Your queued post has been accepted. Click here to see your post.",
"post-queue-rejected": "Your queued post has been rejected.",
"email-confirmed": "Email telah Dikonfirmasi",
"email-confirmed-message": "Terimakasih telah melakukan validasi email. Akunmu saat ini telah aktif sepenuhnya.",
"email-confirm-error-message": "Terjadi masalah saat melakukan validasi emailmu. Mungkin terjadi kesalahan kode atau waktu habis.",

View File

@@ -1,7 +1,7 @@
{
"success": "Sukses",
"topic-post": "Kamu berhasil melakukan posting.",
"post-queued": "Your post is queued for approval.",
"post-queued": "Your post is queued for approval. You will get a notification when it is accepted or rejected.",
"authentication-successful": "Otentikasi Sukses",
"settings-saved": "Pengaturan disimpan!"
}

View File

@@ -33,6 +33,7 @@
"analytics": "Analitica",
"view-category": "Visualizza categoria",
"set-order": "Imposta ordine",
"set-order-help": "L'impostazione dell'ordine della categoria sposterà questa categoria in quell'ordine e aggiornerà l'ordine delle altre categorie, se necessario. L'ordine minimo è 1 che mette la categoria in cima.",
"select-category": "Seleziona Categoria",
"set-parent-category": "Imposta la Categoria Padre",

View File

@@ -174,8 +174,10 @@
"cant-kick-self": "Non puoi espellerti dal gruppo",
"no-users-selected": "Nessun utente selezionato",
"invalid-home-page-route": "Percorso della pagina iniziale non valido",
"invalid-session": "Discrepanza della sessione",
"invalid-session-text": "Sembra che la tua sessione non sia più attiva, oppure non corrisponde con il server. Per favore ricarica la pagina.",
"invalid-session": "Sessione non valida",
"invalid-session-text": "Sembra che la tua sessione di accesso non sia più attiva. Si prega di aggiornare questa pagina.",
"session-mismatch": "Mancata corrispondenza della sessione",
"session-mismatch-text": "Sembra che la tua sessione di accesso non corrisponda più al server. Si prega di aggiornare questa pagina.",
"no-topics-selected": "Nessuna discussione selezionata!",
"cant-move-to-same-topic": "Non puoi spostare il post nella stessa discussione!",
"cant-move-topic-to-same-category": "Non si può spostare la discussione nella stessa categoria!",

View File

@@ -47,6 +47,8 @@
"posts-exported": "<strong>%1</strong> post esportati, clicca per scaricare",
"uploads-exported": "<strong>%1</strong> caricamenti esportati, clicca per scaricare",
"users-csv-exported": "Utenti esportati in CSV, clicca per scaricare",
"post-queue-accepted": "Your queued post has been accepted. Click here to see your post.",
"post-queue-rejected": "Il tuo post in coda è stato rifiutato.",
"email-confirmed": "Email Confermata",
"email-confirmed-message": "Grazie per aver validato la tua email. Il tuo account è ora completamente attivato.",
"email-confirm-error-message": "C'è stato un problema nella validazione del tuo indirizzo email. Potrebbe essere il codice non valido o scaduto.",

View File

@@ -1,7 +1,7 @@
{
"success": "Riuscito",
"topic-post": "Hai postato correttamente.",
"post-queued": "Il tuo post è in attesa di approvazione.",
"post-queued": "Il tuo post è in coda per l'approvazione. Riceverai una notifica quando sarà accettato o rifiutato.",
"authentication-successful": "Autenticazione Riuscita",
"settings-saved": "Impostazioni salvate!"
}

View File

@@ -33,6 +33,7 @@
"analytics": "Analytics",
"view-category": "View category",
"set-order": "Set order",
"set-order-help": "Setting the order of the category will move this category to that order and update the order of other categories as necessary. Minimum order is 1 which puts the category at the top.",
"select-category": "カテゴリを選択",
"set-parent-category": "親カテゴリとして設定",

View File

@@ -174,8 +174,10 @@
"cant-kick-self": "あなたは、グループから自分自身をキックすることが出来ません",
"no-users-selected": "ユーザー(s)が選択されていません",
"invalid-home-page-route": "ホームページのルートが無効",
"invalid-session": "セッションの不一致",
"invalid-session-text": "ログインセッションの期限切れ、またはサーバーとの未接続が長すぎると思われます。このページを更新してみてください。",
"invalid-session": "Invalid Session",
"invalid-session-text": "It looks like your login session is no longer active. Please refresh this page.",
"session-mismatch": "Session Mismatch",
"session-mismatch-text": "It looks like your login session no longer matches with the server. Please refresh this page.",
"no-topics-selected": "スレッドが選択されていません!!",
"cant-move-to-same-topic": "同じスレッドに投稿を移動することはできません!",
"cant-move-topic-to-same-category": "Can't move topic to the same category!",

View File

@@ -47,6 +47,8 @@
"posts-exported": "<strong>%1</strong> posts exported, click to download",
"uploads-exported": "<strong>%1</strong> uploads exported, click to download",
"users-csv-exported": "Users csv exported, click to download",
"post-queue-accepted": "Your queued post has been accepted. Click here to see your post.",
"post-queue-rejected": "Your queued post has been rejected.",
"email-confirmed": "Eメールが確認されました",
"email-confirmed-message": "メールアドレス検証をして頂き、ありがとうございます。あなたのアカウントは完全にアクティブになりました。",
"email-confirm-error-message": "あなたのEメールアドレス検証に問題があります。コードが無効か、期限切れです。",

View File

@@ -1,7 +1,7 @@
{
"success": "成功しました",
"topic-post": "投稿に成功しました",
"post-queued": "あなたの投稿は承認待ちです。",
"post-queued": "Your post is queued for approval. You will get a notification when it is accepted or rejected.",
"authentication-successful": "認証に成功しました",
"settings-saved": "設定を保存しました。"
}

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