Merge commit 'd098e26f82096188a8ef910561c5ebc7a784a399' into v1.19.x

v1.18.x
Misty (Bot) 3 years ago
commit a24a108a66

@ -2,8 +2,8 @@
NodeBB's security policy is based around a private bug bounty program. Users are invited to explore NodeBB for vulnerabilities, and report them to the NodeBB team so that they can be patched.
If you have found a security vulnerability, **do not post it onto our GitHub tracker**. Some security vulnerabilities are quite severe and discretion is recommended. Email the NodeBB Security Team at security@nodebb.org, instead.
If you have found a security vulnerability, **do not post it onto our GitHub tracker**. Some security vulnerabilities are quite severe and discretion is recommended. Email the NodeBB Security Team at security@nodebb.org, instead, even if you are not sure whether something qualifies.
# Bug Bounty Program
Security vulnerability reports may be eligible for a bounty based on severity and confirmation from NodeBB team members. For full details regarding our bug bounty program, including the bounty amounts, please consult the following page: https://blog.nodebb.org/bounty
Security vulnerability reports may be eligible for a bounty based on severity and confirmation from NodeBB team members. For full details regarding our bug bounty program, including the bounty amounts, please consult the [dedicated page for our Bug Bounty Program](https://nodebb.org/bounty).

3
.gitignore vendored

@ -68,4 +68,5 @@ test/files/normalise-resized.jpg
package-lock.json
/package.json
*.mongodb
link-plugins.sh
link-plugins.sh
test.sh

@ -1,3 +1,354 @@
#### v1.19.0 (2022-01-13)
##### Breaking Changes
* `GET /chats/:roomId/users` [breaking] (6eea6451)
* remove socket.emit('user.exists') (1f063058)
* remove socket.emit('user.changeUsernameEmail') (6b45dee9)
* #10077, store nav items in objects (69c96078)
* remove socket.emit('topics.follow') (f918a381)
* remove socket.emit('topics.post') (6ad04721)
* remove socket.emit('user.banUsers'); (49641a32)
* remove socket.emit('posts.reply') (4604a572)
* remove socket.emit('user.changePicture') (6d95684b)
* remove socket.emit('user.search') (0d694c78)
* remove socketHelpers.setDefaultPostData (99f865c6)
* remove deprecated groups socket calls (02ea17ea)
* remove deprecated methods (0d1e57dc)
* remove socket.emit('posts.delete') (bd1cb2d4)
* remove socket.emit('posts.upvote') (ec1d5e38)
* remove socket.emit('posts.move') (8427c5d9)
* remove socket.emit('posts.edit') (4247f624)
* remove socket.emit('posts.bookmark/unbookmark') (f7418ccd)
* remove deprecated admin.groups methods (07e2741e)
* remove socket.emit('categories.getCategory') (45d755b6)
* remove socket.emit('admin.categories.setPrivilege') and socket.emit('admin.categories.getPrivilegeSettings') (cc3f82bc)
* remove deprecated socket.emit('admin.categories.update') (0b9c01f9)
* remove deprecated socket.emit('admin.categories.purge') (ba5d2e7b)
* remove deprecated socket.emit('admin.categories.create') (b3353723)
* remove deprecated socket.emit('admin.categories.getAll') (10c19af2)
* remove getTopicPosts(tid, ...) usage (170e5dd9)
* remove deprecated post diff socket calls (8117b7f2)
* remove deprecated user middlewares (1a7fffc7)
* remove action:category.loaded, use action:topics.loading (36aa6034)
* remove setTopicSort/setCategorySort (6dcdf1d3)
* remove deprecated socket user create/delete functions (a7d1dfb6)
* remove deprecated uploads.delete (c93d7fdb)
* remove deprecated methods (79de48c5)
* remove socket.io/flags.js (c5f08fdc)
##### Chores
* org; merge consecutive await calls into one Promise.all (be4dbe34)
* fix #9213 (0a5420ed)
* revert engines change in install/package.json (487f25ba)
* update renovate config (f95acce3)
* update renovate range strategy... (bc0f33df)
* remove debug logs in test/api.js (82768fcf)
* use apiv3 for room rename tests (e745e212)
* trigger lang (540eeae9)
* up themes (71fa8175)
* right dropdown (7aa85882)
* right dropdown (a998cc1c)
* update readme mongodb version (af5393ec)
* incrementing version number - v1.18.6 (3a78a151)
* update changelog for v1.18.6 (3c8109e2)
* **deps:**
* update commitlint monorepo (56d134c3)
* update dependency lint-staged to v12.1.7 (40e7007f)
* update dependency lint-staged to v12.1.6 (f78108ac)
* update dependency eslint-plugin-import to v2.25.4 (a69afdb6)
* update dependency lint-staged to v12.1.5 (12038039)
* update dependency eslint to v8.6.0 (b546ff4e)
* update dependency lint-staged to v12.1.4 (87779fc8)
* update dependency jsdom to v19 (#10053) (ee05b762)
* update dependency lint-staged to v12.1.3 (c0dd8dcb)
* update dependency eslint to v8.5.0 (55b9fab1)
* update dependency eslint to v8.4.1 (ba02f015)
* update dependency eslint to v8.4.0 (4b113715)
* update dependency lint-staged to v12 (b3423389)
* update dependency eslint to v8 (e9aadde1)
* update commitlint monorepo to v15 (f6c6425d)
* update dependency jsdom to v18.1.1 (87433b79)
* bump compare-versions from 3.6.0 to 4.1.1 in /install (ea9f2c73)
* update dependency jsdom to v18.1.0 (d7c2a311)
* **i18n:**
* fallback strings for new resources: nodebb.user (d79d7e80)
* fallback strings for new resources: nodebb.admin-settings-uploads (e6a46ef6)
* fallback strings for new resources: nodebb.error (207ae8cd)
* fallback strings for new resources: nodebb.post-queue (edba10e2)
* fallback strings for new resources: nodebb.modules, nodebb.notifications (fd939f8b)
* fallback strings for new resources: nodebb.admin-admin (4a53adf6)
* fallback strings for new resources: nodebb.admin-admin (b052a8e7)
* fallback strings for new resources: nodebb.topic (23c915ba)
* fallback strings for new resources: nodebb.admin-settings-user, nodebb.login (eecd02fb)
* fallback strings for new resources: nodebb.admin-settings-email (72e1c281)
##### Documentation Changes
* comment hint :shipit: (ffdf26af)
* fix description for route (47ab9526)
* roomId is number (0aa25f20)
* openAPI documentation for routes (55e68e2f)
* use social media card in readme header (33c8b197)
* add social media card (f7b3f69f)
* add docs link higher up (1a85aaad)
* update readme blurb (e325aa93)
##### New Features
* bundling nodebb-plugin-2factor with all NodeBB installations, v1.19.0 onwards :tada: (31b4b8fd)
* revoke user sessions on successful password reset (6ca216ab)
* allow % in tags, #10135 (a75a043b)
* allow isCluster, isPrimary, and jobsDisabled to be passed in as numbers in addition to string/bool (b5b188fd)
* `GET /api/v3/chats/:roomId/messages` (2fe53cf8)
* `DELETE /api/v3/chats/:roomId/users` and `DELETE /api/v3/chats/:roomId/users/:uid` (fe17c94c)
* `POST /chats/:roomId/users` (d62ee846)
* `POST /chats/:roomId/:mid` and `DELETE /chats/:roomId/:mid` (d5fd098e)
* middleware.assert.message (90fcbe44)
* `GET /chats/:roomId/:mid` (b2929605)
* `PUT /chats/:roomId/:mid` (f48ed365)
* allow API checkRequired middleware error to be internationalized (74f1905e)
* `PUT /api/v3/chats/:roomId` (9a4fd5dc)
* `POST /api/v3/chats/:roomId` (eeffb9d9)
* `GET /api/v3/chats/:roomId` (09cf9c77)
* `POST /api/v3/chats`, chat room creation, plus openAPI docs update (40b4544e)
* `GET /api/v3/chats` (94bead71)
* stub code for v3 chats api (02e878be)
* #9506, allow seeing and editing your queued posts (c4042c70)
* pass in all query params to category search filter (599bffd8)
* add data param to filter:categories.search (c4156bdd)
* ensure that all requests handled by NodeBB fall under the relative_path as configured (a3bdb706)
* show 10 members (d9c42c00)
* closes #10018 (1e535528)
* #10018 add href (06bfec88)
* #10018 , wip (0f14f23b)
* autocomplete for activate/reset (f0d192fb)
* #10008, add history entry for note deletion (c26870d2)
* #9957, don't remove existing fields form config.json (0532c1b2)
* add feature flag to disable verification emails, closes #9996 (09e0c6d5)
##### Bug Fixes
* **deps:**
* update dependency nodebb-plugin-markdown to v8.14.6 (ad6f6051)
* update dependency winston to v3.4.0 (#10150) (2fee1d07)
* update dependency ioredis to v4.28.3 (#10151) (bfad04ab)
* pin dependencies (da2bb340)
* pin dependency socket.io-adapter-cluster to 1.0.1 (#10146) (15bf3db2)
* update dependency nodebb-theme-vanilla to v12.1.15 (#10149) (2fa3cd0d)
* update dependency nodebb-theme-slick to v1.4.23 (#10148) (762de2d8)
* update dependency nodebb-theme-persona to v11.3.13 (#10147) (385d4c71)
* update dependency winston to v3.3.4 (4bada01b)
* update dependency autoprefixer to v10.4.2 (a47883e8)
* update dependency mongodb to v4.3.0 (50eb4556)
* update socket.io packages to v4.4.1 (9eb00cb2)
* update dependency nodebb-rewards-essentials to v0.2.1 (0a15c99e)
* update dependency autoprefixer to v10.4.1 (f1aa5f7d)
* update dependency yargs to v17.3.1 (5c3335b7)
* update dependency nodebb-theme-vanilla to v12.1.14 (#10102) (dd8b1f75)
* update dependency nodebb-theme-slick to v1.4.22 (#10101) (dd1633ff)
* update dependency nodebb-theme-lavender to v5.3.2 (#10099) (eccdfc9d)
* update dependency nodebb-theme-persona to v11.3.12 (#10100) (4f6fc10b)
* update dependency nodebb-theme-persona to v11.3.11 (32cbf760)
* update dependency nodebb-theme-slick to v1.4.21 (9253519c)
* update dependency nodebb-theme-slick to v1.4.20 (#10084) (019804e1)
* update dependency nodebb-theme-vanilla to v12.1.13 (#10085) (66c759ed)
* update dependency nodebb-theme-persona to v11.3.10 (#10083) (d276c9cd)
* update dependency nodebb-plugin-composer-default to v7.0.17 (#10082) (0ef9c7ab)
* update dependency nodebb-theme-vanilla to v12.1.12 (dda7c075)
* update dependency nodebb-theme-slick to v1.4.19 (4577600e)
* update dependency nodebb-theme-persona to v11.3.8 (5e2281c3)
* update dependency mongodb to v4.2.2 (0551a19e)
* update dependency postcss to v8.4.5 (16398dd9)
* update dependency compare-versions to v4.1.2 (de1ed01d)
* bump persona (16c88a97)
* bump persona (c90a8926)
* update dependency nodebb-plugin-mentions to v3.0.4 (#10063) (07217762)
* update dependency nodebb-plugin-spam-be-gone to v0.7.12 (#10064) (a5840c5a)
* update dependency nodebb-theme-slick to v1.4.18 (#10065) (5477cf32)
* update dependency nodebb-plugin-markdown to v8.14.5 (#10062) (60d778f0)
* update dependency nodebb-theme-persona to v11.3.5 (#10059) (8695d370)
* update dependency nodebb-plugin-dbsearch to v5.1.1 (70068d6c)
* update dependency nodebb-plugin-composer-default to v7.0.15 (84b03a34)
* update dependency nodebb-theme-persona to v11.3.3 (8cbe0df2)
* bump emoji plugin (14e35247)
* update dependency ioredis to v4.28.2 (597d826b)
* update dependency yargs to v17.3.0 (115de4e5)
* update dependency mime to v3 (#9963) (49813cce)
* update dependency mongodb to v4.2.1 (f72af319)
* update dependency @socket.io/redis-adapter to v7.1.0 (ed4b0cf7)
* update dependency postcss to v8.4.4 (b34b8aa9)
* update dependency postcss to v8.4.3 (2dadf786)
* update dependency postcss to v8.4.1 (6a273798)
* update dependency postcss to v8.4.0 (29345275)
* update dependency ioredis to v4.28.1 (9966a00f)
* update dependency nodebb-theme-persona to v11.3.1 (fdae6991)
* update socket.io packages to v4.4.0 (f05d308a)
* update dependency nodebb-theme-vanilla to v12.1.10 (68dddbd9)
* update dependency nodebb-theme-persona to v11.2.22 (3eb91a20)
* update dependency nodebb-plugin-mentions to v3.0.3 (5ec32c31)
* update dependency mongodb to v4.2.0 (#10011) (2378fc84)
* update dependency @socket.io/redis-adapter to v7.0.1 (aae7be02)
* update dependency sharp to v0.29.3 (46162537)
* lint (c9592e17)
* icon alignment issue that was also bugging me :shipit: (37a71291)
* #10143, add back ace editor searchbox (42caef7f)
* #10095, add login info to email interstitial (5eb02f59)
* #10121, fix error messages in user creation (8ad64ec0)
* #10115, fix chat autocomplete hook (69a7634a)
* notice links in subfolder installs (cc27a324)
* move authenticateRequest before interstitial and maintenance mode middlewares, allowed plugins to disable authentication on certain routes (d89fc44c)
* retry incrObjtFieldBy (07232a8c)
* use component instead of class name (b179f0fc)
* assertion check to ensure messages are in the room when editing/deleting, etc (d95b4ee2)
* rename language key for incorrect parameter type error (aeb43b9b)
* deprecate chats.leave (16ba16cd)
* re-allow kicking of the other party in a 1-to-1 chat (6294beea)
* isFinite check for room assertion, more test migrating (140f9d24)
* #10096, don't display preview for links if hostname doesnt match (a115b771)
* only render preview on topic page (a9f81215)
* don't crash server if analytics fails to save (8fb89d76)
* upgrade script to handle strings as well (e332acf3)
* #10090, remove left over necro posts messages (fdaf8274)
* #10086, if pidfile is empty delete (59214ca2)
* utils method (91e21ecc)
* prevent crash if groups is not valid json (cc0a087a)
* upgrade script (968d4616)
* delete left over nav items after removal of some (737e1c19)
* targetBlank/dropdown not getting cleared (10e890e4)
* prettier bulk method usage (3b0c42a5)
* bug where groupChat property was not set for chat rooms (42959df0)
* #9484 show user history only to admins and gmods (bc7707aa)
* no need to pass 'img' to teaser tags stripping as images are already converted to alt text (45c9dde3)
* #10069, don't modify fields array (a8afdc60)
* #10068, update data-index values after sort (236d4e80)
* #10068, baseIndex should be read before sort update fix off by one error (9af23351)
* tests (45d8157f)
* #10067, count posts instead of incr/decr (830166d1)
* handle start=0 stop=0 for topics.getTopicPosts (906dc567)
* wrong usage of is ACP (4f423610)
* don't throw on invalid session, just return early so socket is not opened. (fa01801f)
* #10052, dont use spaces in tag class name (a2953583)
* don't crash if tid is falsy (1cdb0b1e)
* regression from https://github.com/NodeBB/NodeBB/commit/27c05448e1532ce466658513af0e2ff65576b410 (50063fe2)
* keep query params on /me redirects (941ecaf8)
* 403/400/500 page not generating csrf_token (65c55041)
* error pages dont have config.csrf_token (3dd681eb)
* quote button staying on screen on slow computers (d378bf4c)
* removed unused var (e0caa5e0)
* #10027, properly auto confirm first user (2473d5d8)
* cli password reset (71e34be5)
* #10023, bump persona (a10ea03c)
* #10020, /api/post/upload returns v3 style response (242f8e95)
* consolidate plugin reset logic (449366ca)
* search crash (9245f71a)
* #10010, handle reverse sorting for topic events (d5bfd512)
* #10006, dont allow new rooms or adding to a room if target is blocked (047f031d)
##### Other Changes
* remove unused (afc75ba4)
* fix (682f6089)
* missing ; (20e76699)
* remove unused (cbf198fe)
* remove unused (a20abdce)
* fix (0a6eeb93)
* remove unused utils (82b72f7e)
* fix (fa1ac04d)
##### Performance Improvements
* only add middleware if relativePath is set (41db9436)
* don't load all set members to get count (0414356c)
* create user tooltips on demand (23147235)
* closes #9994, bulk methods for settings (d412ba44)
* remove createUserTooltips (facc10e4)
##### Refactors
* remove unused language key (5278b11a)
* put message api calls behind `/messages` prefix, #10097 (aaa6f752)
* rewrite messaging tests to use API v3 calls when available, rewrote a bunch of tests to async..await (c990211c)
* only write analytics data on nbb that has runJobs=true (35fea58a)
* remove knonwOwner param (42781467)
* remove console.log (a7644466)
* remove unused validator (4e1d4217)
* only pass qs (b8896d13)
* change error message (1e60ae87)
* use hasOwnProperty (9f1b8a3b)
* remove object.create (dbba0c39)
* remove unused args (3d3ae82f)
* remove comment (633061f4)
* use .map to return promises (d4f3ee67)
* async (cfd47448)
* async (f0394c49)
* use async (8491f67d)
* remove unused (e3c0f0be)
* always returns array (9627fa90)
* use async/await (f4aa249d)
* change var name (36eb47d9)
* alerts (621c142f)
* use alerts.error/success (cba78aee)
* use lang keys, fix typo (dd02c49f)
* use alerts module (1980feed)
* dont need local function (2bb0828a)
* DRY (324262cb)
* use routePrefixMap instead of routeRegexpMap, +tests (#10035) (6c07433d)
* use hasOwnProprety (daf385cd)
* tab rules (fb363957)
* change category feed so it is not updated on every reply (697dd376)
* dont expost entire res._locals to client side (e368feef)
* shorter meta.settings.get (190532b3)
* clone settings before returning (51cbeccb)
* remove another async.series (27c05448)
* remove tabs after declaration (4359e5c9)
* update dates (6d38eab6)
* clone before returning (f729e519)
* add filter:topic.getPosts (258f368e)
* setObjectBulk to match sortedSetAddBulk (8379c11b)
* remove more async.eachSeries/mapSeries (d1964095)
* make a single call to set widgets per template (8750ee04)
* remove jshint, remove async.parallel (80f9963b)
##### Code Style Changes
* eslint (d960f601)
##### Tests
* fix util test (6c1e184c)
* update tag tests, fix linux symlink error (9b75b1ed)
* fix restore test (0d9ec9d3)
* fix user tests calling deprecated socket methods (e747998c)
* add email interstitial tests (1264dcb5)
* don't use csrf_token for get,head, options (5e08f7e6)
* fix tests (0e273ab2)
* remove old test (68fd0875)
* make it async (5c3d5f1f)
* fix (26f00ffb)
* one more getTopicPosts test (f8f0a83b)
* utils.params (7b99dc46)
* regular user shouldn't see admin:privileges (cd2040ac)
* add missing tests (58431221)
* add api token tests (7434cbf6)
* add missing tests (404a8774)
* upgrade.runParticular (2bdb4906)
* add missing acp root category test (c17ec996)
* cache dump test (217aae4c)
* add missing controllers (bc120dba)
* fix tpl name (edf7c647)
* add mising email.test tpls (6d186ff1)
* debug routes in dev (754cdab8)
* add digest route test (1280d9ae)
* digest (f11bc33a)
* fix function name (0e725125)
* submitUsage (d375dcb8)
* remove log (d7c32ccb)
* middleware/expose.js (29b3587d)
* up mongodb version (500cad78)
* mainPost removed from inf scroll (aac0792a)
#### v1.18.6 (2021-11-10)
##### Chores

@ -141,6 +141,7 @@
"sendValidationEmail": 1,
"includeUnverifiedEmails": 0,
"emailPrompt": 1,
"requireEmailAddress": 0,
"inviteExpiration": 7,
"dailyDigestFreq": "off",
"digestHour": 17,

@ -43,7 +43,7 @@
"clipboard": "2.0.8",
"colors": "1.4.0",
"commander": "7.2.0",
"compare-versions": "4.1.2",
"compare-versions": "4.1.3",
"compression": "1.7.4",
"connect-flash": "0.1.1",
"connect-mongo": "4.6.0",
@ -67,7 +67,7 @@
"jquery-deserialize": "2.0.0",
"jquery-form": "4.3.0",
"jquery-serializeobject": "1.0.0",
"jquery-ui": "1.13.0",
"jquery-ui": "1.13.1",
"jsesc": "3.0.2",
"json2csv": "5.0.6",
"jsonwebtoken": "8.5.1",
@ -78,14 +78,14 @@
"material-design-lite": "1.3.0",
"mime": "3.0.0",
"mkdirp": "1.0.4",
"mongodb": "4.3.0",
"mongodb": "4.3.1",
"morgan": "1.10.0",
"mousetrap": "1.6.5",
"multiparty": "4.2.2",
"multiparty": "4.2.3",
"@nodebb/bootswatch": "3.4.2",
"nconf": "0.11.3",
"nodebb-plugin-2factor": "3.0.4",
"nodebb-plugin-composer-default": "7.0.17",
"nodebb-plugin-composer-default": "7.0.18",
"nodebb-plugin-dbsearch": "5.1.1",
"nodebb-plugin-emoji": "3.5.4",
"nodebb-plugin-emoji-android": "2.0.5",
@ -94,9 +94,9 @@
"nodebb-plugin-spam-be-gone": "0.7.12",
"nodebb-rewards-essentials": "0.2.1",
"nodebb-theme-lavender": "5.3.2",
"nodebb-theme-persona": "11.3.13",
"nodebb-theme-persona": "11.3.18",
"nodebb-theme-slick": "1.4.23",
"nodebb-theme-vanilla": "12.1.15",
"nodebb-theme-vanilla": "12.1.16",
"nodebb-widget-essentials": "5.0.4",
"nodemailer": "6.7.2",
"nprogress": "0.2.0",
@ -143,18 +143,18 @@
},
"devDependencies": {
"@apidevtools/swagger-parser": "10.0.3",
"@commitlint/cli": "16.0.2",
"@commitlint/cli": "16.1.0",
"@commitlint/config-angular": "16.0.0",
"coveralls": "3.1.1",
"eslint": "8.6.0",
"eslint": "8.7.0",
"eslint-config-nodebb": "0.1.1",
"eslint-plugin-import": "2.25.4",
"grunt": "1.4.1",
"grunt-contrib-watch": "1.1.0",
"husky": "7.0.4",
"jsdom": "19.0.0",
"lint-staged": "12.1.7",
"mocha": "9.1.3",
"lint-staged": "12.2.2",
"mocha": "9.1.4",
"mocha-lcov-reporter": "1.3.0",
"mockdate": "3.0.5",
"nyc": "15.1.0",

@ -1,6 +1,5 @@
{
"authentication": "المصادقة",
"require-email-confirmation": "يطلب تأكيد البريد الإلكتروني",
"email-confirm-interval": "لا يمكن للمستخدم إعادة إرسال رسالة تأكيد البريد الالكتروني حتى مرور",
"email-confirm-email2": "دقائق",
"allow-login-with": "السماح بتسجيل الدخول باستخدام",

@ -48,6 +48,8 @@
"unsub.cta": "انقر هنا لتغيير تلك الإعدادات",
"unsubscribe": "unsubscribe",
"unsub.success": "You will no longer receive emails from the <strong>%1</strong> mailing list",
"unsub.failure.title": "Unable to unsubscribe",
"unsub.failure.message": "Unfortunately, we were not able to unsubscribe you from the mailing list, as there was an issue with the link. However, you can alter your email preferences by going to <a href=\"%2\">your user settings</a>.<br /><br />(error: <code>%1</code>)",
"banned.subject": "You have been banned from %1",
"banned.text1": "The user %1 has been banned from %2.",
"banned.text2": "This ban will last until %1.",

@ -184,6 +184,7 @@
"consent.export_posts": "Export Posts (.csv)",
"consent.export-posts-success": "Exporting posts, you will get a notification when it is complete.",
"emailUpdate.intro": "Please enter your email address below. This forum uses your email address for scheduled digest and notifications, as well as for account recovery in the event of a lost password.",
"emailUpdate.optional": "<strong>This field is optional</strong>. You are not obligated to provide your email address, but without a validated email, you will not be able to recover your account or login with your email.",
"emailUpdate.optional": "<strong>This field is optional</strong>. You are not obligated to provide your email address, but without a validated email you will not be able to recover your account or login with your email.",
"emailUpdate.required": "<strong>This field is required</strong>.",
"emailUpdate.change-instructions": "A confirmation email will be sent to the entered email address with a unique link. Accessing that link will confirm your ownership of the email address and it will become active on your account. At any time, you are able to update your email on file from within your account page."
}

@ -1,6 +1,5 @@
{
"authentication": "Удостоверяване",
"require-email-confirmation": "Изискване на потвърждение на е-пощата",
"email-confirm-interval": "Потребителят не може да изпраща повторно е-писмото за потвърждение, преди да са минали",
"email-confirm-email2": "минути",
"allow-login-with": "Позволяване на вписването чрез",

@ -48,6 +48,8 @@
"unsub.cta": "Натиснете тук, за да промените тези настройки",
"unsubscribe": "отписване",
"unsub.success": "Повече няма да получавате е-писма от пощенския списък на <strong>%1</strong>",
"unsub.failure.title": "Отписването не може да се извърши",
"unsub.failure.message": "За съжаление не успяхме да Ви отпишем от пощенския списък, поради проблем с връзката. Можете, обаче, да промените предпочитанията си за е-писмата в <a href=\"%2\">потребителските си настройки</a>.<br /><br />(грешка: <code>%1</code>)",
"banned.subject": "Вие бяхте блокиран(а) от %1",
"banned.text1": "Потребителят %1 беше блокиран от %2.",
"banned.text2": "Това блокиране ще е в сила до %1.",

@ -185,5 +185,6 @@
"consent.export-posts-success": "Изнасяне на публикациите… Ще получите известие, когато е готово.",
"emailUpdate.intro": "Въведете е-пощата си по-долу. Този форум използва е-пощата за планирани резюмета и известия, както и за възстановяване на акаунта, в случай на забравена парола.",
"emailUpdate.optional": "<strong>Това поле не е задължително</strong>. Не сте длъжен/на да предоставяте адрес на е-поща, но без проверена е-поща, няма да можете да възстановите акаунта си в случай на проблем, нито ще можете да се вписвате с е-пощата си.",
"emailUpdate.required": "<strong>Това поле е задължително</strong>.",
"emailUpdate.change-instructions": "Ще Ви изпратим е-писмо за потвърждение на посочената е-поща, което ще съдържа уникална връзка. Щом последвате тази връзка, притежанието Ви на тази е-поща ще бъде потвърдено и тя ще бъде свързана с акаунта Ви. Ще можете да промените тази е-поща по всяко време, от страницата на акаунта си."
}

@ -1,6 +1,5 @@
{
"authentication": "Authentication",
"require-email-confirmation": "Require Email Confirmation",
"email-confirm-interval": "User may not resend a confirmation email until",
"email-confirm-email2": "minutes have elapsed",
"allow-login-with": "Allow login with",

@ -48,6 +48,8 @@
"unsub.cta": "সেটিংসগুলো পরিবর্তন করতে এখানে ক্লিক করুন",
"unsubscribe": "unsubscribe",
"unsub.success": "You will no longer receive emails from the <strong>%1</strong> mailing list",
"unsub.failure.title": "Unable to unsubscribe",
"unsub.failure.message": "Unfortunately, we were not able to unsubscribe you from the mailing list, as there was an issue with the link. However, you can alter your email preferences by going to <a href=\"%2\">your user settings</a>.<br /><br />(error: <code>%1</code>)",
"banned.subject": "আপনি %1 এ নিষিদ্ধ হয়েছেন",
"banned.text1": "ব্যবহারকারি %1 %2 তে নিষিদ্ধ হয়েছেন",
"banned.text2": "This ban will last until %1.",

@ -184,6 +184,7 @@
"consent.export_posts": "Export Posts (.csv)",
"consent.export-posts-success": "Exporting posts, you will get a notification when it is complete.",
"emailUpdate.intro": "Please enter your email address below. This forum uses your email address for scheduled digest and notifications, as well as for account recovery in the event of a lost password.",
"emailUpdate.optional": "<strong>This field is optional</strong>. You are not obligated to provide your email address, but without a validated email, you will not be able to recover your account or login with your email.",
"emailUpdate.optional": "<strong>This field is optional</strong>. You are not obligated to provide your email address, but without a validated email you will not be able to recover your account or login with your email.",
"emailUpdate.required": "<strong>This field is required</strong>.",
"emailUpdate.change-instructions": "A confirmation email will be sent to the entered email address with a unique link. Accessing that link will confirm your ownership of the email address and it will become active on your account. At any time, you are able to update your email on file from within your account page."
}

@ -1,6 +1,5 @@
{
"authentication": "Ověření",
"require-email-confirmation": "Vyžadovat potvrzení e-mailem",
"email-confirm-interval": "Uživatel nesmí požádat o znovu zaslání potvrzujícího e-mailu do",
"email-confirm-email2": "minut uplynulo",
"allow-login-with": "Povolit přihlášení pomocí",

@ -48,6 +48,8 @@
"unsub.cta": "Chcete-li změnit tyto nastavení, klikněte zde.",
"unsubscribe": "odhlásit",
"unsub.success": "Již nebudete nadále dostávat e-maily z <strong>%1</strong>",
"unsub.failure.title": "Unable to unsubscribe",
"unsub.failure.message": "Unfortunately, we were not able to unsubscribe you from the mailing list, as there was an issue with the link. However, you can alter your email preferences by going to <a href=\"%2\">your user settings</a>.<br /><br />(error: <code>%1</code>)",
"banned.subject": "Byl jste zablokován od %1",
"banned.text1": "Uživatel %1 byl zablokován od %2",
"banned.text2": "Blokace bude trvat do %1",

@ -184,6 +184,7 @@
"consent.export_posts": "Exportovat příspěvky (*.csv)",
"consent.export-posts-success": "Exporting posts, you will get a notification when it is complete.",
"emailUpdate.intro": "Please enter your email address below. This forum uses your email address for scheduled digest and notifications, as well as for account recovery in the event of a lost password.",
"emailUpdate.optional": "<strong>This field is optional</strong>. You are not obligated to provide your email address, but without a validated email, you will not be able to recover your account or login with your email.",
"emailUpdate.optional": "<strong>This field is optional</strong>. You are not obligated to provide your email address, but without a validated email you will not be able to recover your account or login with your email.",
"emailUpdate.required": "<strong>This field is required</strong>.",
"emailUpdate.change-instructions": "A confirmation email will be sent to the entered email address with a unique link. Accessing that link will confirm your ownership of the email address and it will become active on your account. At any time, you are able to update your email on file from within your account page."
}

@ -1,6 +1,5 @@
{
"authentication": "Authentication",
"require-email-confirmation": "Require Email Confirmation",
"email-confirm-interval": "User may not resend a confirmation email until",
"email-confirm-email2": "minutes have elapsed",
"allow-login-with": "Allow login with",

@ -48,6 +48,8 @@
"unsub.cta": "Klik her for at ændre disse indstillinger",
"unsubscribe": "unsubscribe",
"unsub.success": "You will no longer receive emails from the <strong>%1</strong> mailing list",
"unsub.failure.title": "Unable to unsubscribe",
"unsub.failure.message": "Unfortunately, we were not able to unsubscribe you from the mailing list, as there was an issue with the link. However, you can alter your email preferences by going to <a href=\"%2\">your user settings</a>.<br /><br />(error: <code>%1</code>)",
"banned.subject": "You have been banned from %1",
"banned.text1": "The user %1 has been banned from %2.",
"banned.text2": "This ban will last until %1.",

@ -184,6 +184,7 @@
"consent.export_posts": "Export Posts (.csv)",
"consent.export-posts-success": "Exporting posts, you will get a notification when it is complete.",
"emailUpdate.intro": "Please enter your email address below. This forum uses your email address for scheduled digest and notifications, as well as for account recovery in the event of a lost password.",
"emailUpdate.optional": "<strong>This field is optional</strong>. You are not obligated to provide your email address, but without a validated email, you will not be able to recover your account or login with your email.",
"emailUpdate.optional": "<strong>This field is optional</strong>. You are not obligated to provide your email address, but without a validated email you will not be able to recover your account or login with your email.",
"emailUpdate.required": "<strong>This field is required</strong>.",
"emailUpdate.change-instructions": "A confirmation email will be sent to the entered email address with a unique link. Accessing that link will confirm your ownership of the email address and it will become active on your account. At any time, you are able to update your email on file from within your account page."
}

@ -21,7 +21,7 @@
"optional-parent-category": "(Optional) Übergeordnete Kategorie",
"top-level": "Top Level",
"parent-category-none": "(Keine)",
"copy-parent": "Copy Parent",
"copy-parent": "Übergeordnetes kopieren",
"copy-settings": "Kopiere Einstellungen von",
"optional-clone-settings": "(Optional) dubliziere Einstellungen von Kategorie",
"clone-children": "Kopiere Subkategorien und Einstellungen",
@ -30,10 +30,10 @@
"enable": "Aktivieren",
"disable": "Deaktivieren",
"edit": "Bearbeiten",
"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.",
"analytics": "Analytik",
"view-category": "Kategorie anzeigen",
"set-order": "Reihenfolge festlegen",
"set-order-help": "Wenn Sie die Reihenfolge der Kategorie festlegen, wird diese Kategorie in diese Reihenfolge verschoben und die Reihenfolge anderer Kategorien nach Bedarf aktualisiert. Die Mindestbestellmenge beträgt 1, was die Kategorie an die Spitze bringt.",
"select-category": "Kategorie auswählen",
"set-parent-category": "Übergeordnete Kategorie festlegen",
@ -50,17 +50,17 @@
"privileges.no-users": "Keine benutzerspezifischen Berechtigungen in dieser Kategorie.",
"privileges.section-group": "Gruppe",
"privileges.group-private": "Diese Gruppe ist privat",
"privileges.inheritance-exception": "This group does not inherit privileges from registered-users group",
"privileges.banned-user-inheritance": "Banned users inherit privileges from banned-users group",
"privileges.inheritance-exception": "Diese Gruppe erbt keine Berechtigungen von der Gruppe der registrierten Benutzer",
"privileges.banned-user-inheritance": "Gesperrte Benutzer erben Privilegien von der Gruppe der gesperrten Benutzer",
"privileges.search-group": "Gruppe hinzufügen",
"privileges.copy-to-children": "In Untergeordnete kopieren",
"privileges.copy-from-category": "Kopiere von Kategorie",
"privileges.copy-privileges-to-all-categories": "Copy to All Categories",
"privileges.copy-group-privileges-to-children": "Copy this group's privileges to the children of this category.",
"privileges.copy-group-privileges-to-all-categories": "Copy this group's privileges to all categories.",
"privileges.copy-group-privileges-from": "Copy this group's privileges from another category.",
"privileges.copy-privileges-to-all-categories": "In alle Kategorien kopieren",
"privileges.copy-group-privileges-to-children": "Kopieren Sie die Privilegien dieser Gruppe auf die untergeordneten Elemente dieser Kategorie.",
"privileges.copy-group-privileges-to-all-categories": "Kopieren Sie die Berechtigungen dieser Gruppe in alle Kategorien.",
"privileges.copy-group-privileges-from": "Kopieren Sie die Berechtigungen dieser Gruppe aus einer anderen Kategorie.",
"privileges.inherit": "Wenn der Gruppe <code>registered-users</code> eine bestimmte Berechtigung erteilt wird, erhalten alle anderen Gruppen eine <strong>implizite Berechtigung</strong>, auch wenn sie nicht explizit definiert / ausgewählt werden. Diese implizite Berechtigung wird dir angezeigt, da alle Benutzer Teil der Gruppe <code>registered-users</code> sind und daher keine Berechtigungen für zusätzliche Gruppen explizit erteilt werden müssen.",
"privileges.copy-success": "Privileges copied!",
"privileges.copy-success": "Berechtigungen kopiert!",
"analytics.back": "Zurück zur Kategorien Übersicht",
"analytics.title": "Analyse für \"%1\" Kategorie",
@ -84,9 +84,9 @@
"alert.user-search": "Hier nach einem Benutzer suchen...",
"alert.find-group": "Gruppe finden",
"alert.group-search": "Hier nach einer Gruppe suchen...",
"alert.not-enough-whitelisted-tags": "Whitelisted tags are less than minimum tags, you need to create more whitelisted tags!",
"alert.not-enough-whitelisted-tags": "Whitelist-Tags sind weniger als die Mindest-Tags, Sie müssen mehr Whitelist-Tags erstellen!",
"collapse-all": "Alle einklappen",
"expand-all": "Alle ausklappen",
"disable-on-create": "Deaktiviere beim erstellen",
"no-matches": "No matches"
"no-matches": "Keine Treffer"
}

@ -1,15 +1,15 @@
{
"name": "Gruppenname",
"badge": "Badge",
"properties": "Properties",
"badge": "Abzeichen",
"properties": "Eigenschaften",
"description": "Gruppenbeschreibung",
"member-count": "Mitglieder Anzahl",
"system": "System",
"hidden": "Versteckt",
"private": "Privat",
"edit": "Ändern",
"delete": "Delete",
"privileges": "Privileges",
"delete": "Löschen",
"privileges": "Berechtigungen",
"download-csv": "CSV",
"search-placeholder": "Suchen",
"create": "Gruppe erstellen",
@ -24,12 +24,12 @@
"edit.user-title": "Titel der Mitglieder",
"edit.icon": "Gruppenbild",
"edit.label-color": "Gruppenlabelfarbe",
"edit.text-color": "Group Text Color",
"edit.text-color": "Gruppen-Textfarbe",
"edit.show-badge": "Abzeichen zeigen",
"edit.private-details": "Wenn aktiviert, benögt das Beitreten von Gruppen das Einverständnis eines Gruppenbesitzers",
"edit.private-override": "Warnung: Private Gruppen sind auf System-Level deaktiviert, was diese Option überschreibt.",
"edit.disable-join": "Disable join requests",
"edit.disable-leave": "Disallow users from leaving the group",
"edit.disable-join": "Beitrittsanfragen deaktivieren",
"edit.disable-leave": "Benutzer daran hindern, die Gruppe zu verlassen",
"edit.hidden": "Versteckt",
"edit.hidden-details": "Wenn aktiviert, wird diese Gruppe nicht im Gruppen-Listing angezeigt und Benutzer müssten manuell eingeladen werden.",
"edit.add-user": "Benutzer zur Gruppe hinzufügen",

@ -25,7 +25,7 @@
"access-topics": "Themenzutritt",
"create-topics": "Themen erstellen",
"reply-to-topics": "Auf Themen antworten",
"schedule-topics": "Schedule Topics",
"schedule-topics": "Geplante Themen",
"tag-topics": "Themen taggen",
"edit-posts": "Beiträge editieren",
"view-edit-history": "Beitragsänderungsverlauf ansehen",
@ -51,13 +51,13 @@
"alert.saved": "Änderungen an Rechten gespeichert und angewendet",
"alert.confirm-discard": "Bist du sicher, dass du die Änderungen an den Rechten verwerfen möchtest?",
"alert.discarded": "Änderungen an Rechten verworfen",
"alert.confirm-copyToAll": "Are you sure you wish to apply this set of <strong>%1</strong> to <strong>all categories</strong>?",
"alert.confirm-copyToAll": "Bist Du dir sicher, dass Du die Rechte von <strong>%1</strong> auf <strong>alle Kategorien</strong> anwenden möchtest?",
"alert.confirm-copyToAllGroup": "Are you sure you wish to apply this group's set of <strong>%1</strong> to <strong>all categories</strong>?",
"alert.confirm-copyToChildren": "Are you sure you wish to apply this set of <strong>%1</strong> to <strong>all descendant (child) categories</strong>?",
"alert.confirm-copyToChildrenGroup": "Are you sure you wish to apply this group's set of <strong>%1</strong> to <strong>all descendant (child) categories</strong>?",
"alert.no-undo": "<em>Dieser Vorgang kann nicht rückgängig gemacht werden.</em>",
"alert.admin-warning": "Administratoren erhalten implizit alle Berechtigungen",
"alert.copyPrivilegesFrom-title": "Select a category to copy from",
"alert.copyPrivilegesFrom-warning": "This will copy <strong>%1</strong> from the selected category.",
"alert.copyPrivilegesFromGroup-warning": "This will copy this group's set of <strong>%1</strong> from the selected category."
"alert.copyPrivilegesFrom-title": "Wähle eine Kategorie aus, aus der kopiert werden soll",
"alert.copyPrivilegesFrom-warning": "Dadurch wird <strong>%1</strong> aus der ausgewählten Kategorie kopiert.",
"alert.copyPrivilegesFromGroup-warning": "Dadurch wird der <strong>%1</strong>-Satz dieser Gruppe aus der ausgewählten Kategorie kopiert."
}

@ -2,17 +2,17 @@
"none": "Das Forum hat bisher noch keine Themen mit Tags.",
"bg-color": "Hintergrundfarbe",
"text-color": "Textfarbe",
"description": "Select tags by clicking or dragging, use <code>CTRL</code> to select multiple tags.",
"description": "Wählen Sie Tags durch Klicken oder Ziehen aus, verwenden Sie <code>STRG</code>, um mehrere Tags auszuwählen.",
"create": "Tag erstellen",
"modify": "Tag bearbeiten",
"rename": "Tags umbenennen",
"delete": "Ausgewählte Tags entfernen",
"search": "Nach Tags suchen",
"settings": "Tags Settings",
"settings": "Tag-Einstellungen",
"name": "Tagname",
"alerts.editing": "Editing tag(s)",
"alerts.editing": "Tag(s) bearbeiten",
"alerts.confirm-delete": "Wollen Sie die ausgewählten Tags löschen?",
"alerts.update-success": "Tag aktualisiert!",
"reset-colors": "Reset colors"
"reset-colors": "Farben zurücksetzen"
}

@ -6,6 +6,6 @@
"size/filecount": "Größe / Dateianzahl",
"confirm-delete": "Bist du sicher, dass du diese Datei löschen willst?",
"filecount": "%1 Dateien",
"new-folder": "New Folder",
"name-new-folder": "Enter a name for new the folder"
"new-folder": "Neuer Ordner",
"name-new-folder": "Gib den Namen für den neuen Ordner ein"
}

@ -1,12 +1,12 @@
{
"users": "Benutzer",
"edit": "Actions",
"edit": "Aktionen",
"make-admin": "Zum Administrator befördern",
"remove-admin": "Adminstatus entfernen",
"validate-email": "E-Mail bestätigen",
"send-validation-email": "Bestätigungs E-Mail senden",
"password-reset-email": "Passwort-Reset E-Mail senden",
"force-password-reset": "Force Password Reset & Log User Out",
"force-password-reset": "Zurücksetzen des Passworts erzwingen und Benutzer abmelden",
"ban": "Benutzer verbannen",
"temp-ban": "Benutzer temporär verbannen",
"unban": "Benutzer entbannen",
@ -20,9 +20,9 @@
"add-group": "Gruppe hinzufügen",
"invite": "Einladen",
"new": "Neuer Benutzer",
"filter-by": "Filter by",
"filter-by": "Filtern nach",
"pills.unvalidated": "Nicht bestätigt",
"pills.validated": "Validated",
"pills.validated": "Bestätigt",
"pills.banned": "Gebannt",
"50-per-page": "50 pro Seite",
@ -47,7 +47,7 @@
"users.uid": "UID",
"users.username": "Nutzername",
"users.email": "E-Mail",
"users.no-email": "(no email)",
"users.no-email": "(keine Email)",
"users.ip": "IP",
"users.postcount": "Anzahl der Beiträge",
"users.reputation": "Ansehen",
@ -86,9 +86,9 @@
"alerts.confirm-remove-moderator": "Willst du wirklich diesen Moderator entfernen?",
"alerts.remove-moderator-success": "Der Benutzer ist kein Moderator mehr",
"alerts.confirm-validate-email": "Möchtest Du wirklich die E-Mails dieser Benutzer/dieses Benutzers bestätigen?",
"alerts.confirm-force-password-reset": "Are you sure you want to force the password reset and log out these user(s)?",
"alerts.confirm-force-password-reset": "Bist du dir sicher, dass Du die Passwörter(das Passwort) zurücksetzen und die Benutzer(den Benutzer) abmelden willst?",
"alerts.validate-email-success": "E-Mails bestätigt",
"alerts.validate-force-password-reset-success": "User(s) passwords have been reset and their existing sessions have been revoked.",
"alerts.validate-force-password-reset-success": "Die Passwörter der Benutzer wurden zurückgesetzt und ihre bestehenden Sitzungen wurden widerrufen.",
"alerts.password-reset-confirm": "Möchtest Du wirklich (eine) Passwort-Reset-Email(s) an diese(n) Benutzer schicken?",
"alerts.confirm-delete": "<strong>Warning!</strong><p>Do you really want to delete <strong>user(s)</strong>?</p><p>This action is not reversible! Only the user account will be deleted, their posts and topics will remain.</p>",
"alerts.delete-success": "Benutzer gelöscht!",
@ -105,6 +105,6 @@
"alerts.prompt-email": "E-Mails:",
"alerts.email-sent-to": "Eine Einladungsemail wurde an %1 gesendet",
"alerts.x-users-found": "%1 user(s) found, (%2 seconds)",
"export-users-started": "Exporting users as csv, this might take a while. You will receive a notification when it is complete.",
"export-users-completed": "Users exported as csv, click here to download."
"export-users-started": "Der Export von Benutzern als CSV kann eine Weile dauern. Sie erhalten eine Benachrichtigung, wenn es abgeschlossen ist.",
"export-users-completed": "Benutzer wurden als CSV exportiert, klicken Sie hier, um sie herunterzuladen."
}

@ -5,8 +5,8 @@
"maintenance-mode.message": "Wartungsnachricht",
"headers": "Headers",
"headers.allow-from": "ALLOW-FROM setzen um NodeBB in einem iFrame zu platzieren",
"headers.csp-frame-ancestors": "Set Content-Security-Policy frame-ancestors header to Place NodeBB in an iFrame",
"headers.csp-frame-ancestors-help": "'none', 'self'(default) or list of URIs to allow.",
"headers.csp-frame-ancestors": "Content-Security-Policy frame-ancestors header setzen, um NodeBB in einem iFrame zu platzieren",
"headers.csp-frame-ancestors-help": "'none', 'self' (Standard) oder Liste der zuzulassenden URIs.",
"headers.powered-by": "Anpassen des \"Powered By\" Headers von NodeBB",
"headers.acao": "Access-Control-Allow-Origin",
"headers.acao-regex": "Access-Control-Allow-Origin Regulärer Ausdruck",
@ -17,27 +17,27 @@
"headers.acah": "Access-Control-Allow-Headers",
"hsts": "Strict Transport Security",
"hsts.enabled": "HSTS Aktivieren (empfohlen)",
"hsts.maxAge": "HSTS Max Age",
"hsts.maxAge": "HSTS Maximales Alter",
"hsts.subdomains": "Subdomains in HSTS Header einbinden",
"hsts.preload": "Vorabladen von HSTS Header erlauben",
"hsts.help": "Wenn aktiviert, wird ein HSTS-Header für diese Seite gesetzt. Du kannst wählen, ob du Subdomains und Preloading-Flags in deinen Header aufnehmen möchtest. Im Zweifelsfall kannst du diese unmarkiert lassen.",
"traffic-management": "Traffic Management",
"traffic.help": "NodeBB uses a module that automatically denies requests in high-traffic situations. You can tune these settings here, although the defaults are a good starting point.",
"traffic.help": "NodeBB verwendet ein Modul, das in Situationen mit hohem Datenverkehr automatisch Anfragen ablehnt. Sie können diese Einstellungen hier anpassen, obwohl die Standardeinstellungen ein guter Ausgangspunkt ist.",
"traffic.enable": "Traffic Management aktivieren",
"traffic.event-lag": "Eventschleifenverzögerungsschwelle (in Millisekunden)",
"traffic.event-lag-help": "Das Heruntersetzen dieses Werts reduziert die Ladezeiten, aber wird auch dafür sorgen, dass die \"Übermäßige Belastung\" nachricht öfter angezeigt wird. (Neustart erforderlich)",
"traffic.lag-check-interval": "Prüfungsintervall (in Millisekunden)",
"traffic.lag-check-interval-help": "Das Heruntersetzen dieses Werts sorgt dafür, dass NodeBB empfindlicher auf Auslastungs-Spikes reagiert, aber könnte auch dafür sorgen, dass der Test zu empfindlich werden könnte. (Neustart erforderlich)",
"sockets.settings": "WebSocket Settings",
"sockets.max-attempts": "Max Reconnection Attempts",
"sockets.default-placeholder": "Default: %1",
"sockets.settings": "WebSocket-Einstellungen",
"sockets.max-attempts": "Maximale Anzahl von Reconnection-Versuchen",
"sockets.default-placeholder": "Standard: %1",
"sockets.delay": "Wiederverbindungsverzögerung",
"analytics.settings": "Analytics Settings",
"analytics.max-cache": "Analytics Cache Max Value",
"analytics.max-cache-help": "On high-traffic installs, the cache could be exhausted continuously if there are more concurrent active users than the Max Cache value. (Restart required)",
"compression.settings": "Compression Settings",
"analytics.settings": "Analytik-Einstellungen",
"analytics.max-cache": "Analytik-Cache Max-Wert",
"analytics.max-cache-help": "Bei Installationen mit hohem Datenverkehr kann der Cache kontinuierlich erschöpft werden, wenn die Anzahl der gleichzeitig aktiven Benutzer den Wert für \"Max Cache\" überschreitet. (Neustart erforderlich)",
"compression.settings": "Komprimierungseinstellungen",
"compression.enable": "Komprimierung einschalten",
"compression.help": "Diese Einstellung aktiviert die gzip-Komprimierung. Für eine produktive Website mit hohem Datenverkehr ist es am besten, die Komprimierung auf der Ebene des Reverse-Proxys zu implementieren. Sie können sie hier zu Testzwecken aktivieren."
}

@ -1,12 +1,12 @@
{
"tokens": "Tokens",
"settings": "Settings",
"settings": "Einstellungen",
"lead-text": "Von dieser Seite aus können Sie den Zugriff auf die Schreib-API in NodeBB konfigurieren.",
"intro": "Standardmäßig authentifiziert die <code>write-api</code> Nutzer anhand ihres Sitzungs-Cookies, aber NodeBB unterstützt auch die Bearer-Authentifizierung über Token, die über diese Seite generiert werden.",
"docs": "Klicken Sie hier, um auf die vollständige API-Spezifikation zuzugreifen",
"require-https": "Require API usage via HTTPS only",
"require-https-caveat": "<strong>Note</strong>: Some installations involving load balancers may proxy their requests to NodeBB using HTTP, in which case this option should remain disabled.",
"require-https": "API-Nutzung nur über HTTPS möglich",
"require-https-caveat": "<strong>Hinweis</strong>: Einige Installationen mit Load Balancern können ihre Anfragen über HTTP an NodeBB weiterleiten, in diesem Fall sollte diese Option deaktiviert bleiben.",
"uid": "NutzerID",
"uid-help-text": "Geben Sie eine NutzerID an, die mit diesem Token verknüpft werden soll. Wenn die Benutzer-ID <code>0</code> lautet, wird sie als ein <em>master</em>-Token betrachtet, das die Identität anderer Benutzer auf der Grundlage des Parameters <code>_uid</code> annehmen kann.",

@ -6,7 +6,7 @@
"max-length": "Maximale Chatnachrichtenlänge",
"max-room-size": "Maximale Anzahl an Nutzern pro Chat-Room",
"delay": "Zeit zwischen Chatnachrichten in Millisekunden",
"notification-delay": "Notification delay for chat messages. (0 for no delay)",
"notification-delay": "Benachrichtigungsverzögerung für Chat Nachrichten. (0 für keine Verzögerung)",
"restrictions.seconds-edit-after": "Dauer in Sekunden, die eine Chat-Nachricht editiert werden kann. (0 deaktiviert)",
"restrictions.seconds-delete-after": "Dauer in Sekunden, die eine Chat-Nachricht gelöscht werden kann. (0 deaktiviert)"
}

@ -8,6 +8,6 @@
"consent.blank-localised-default": "Leer lassen um NodeBB lokalisierte Standards zu benutzen",
"settings": "Einstellungen",
"cookie-domain": "Session Cookie Domain",
"max-user-sessions": "Max active sessions per user",
"max-user-sessions": "Maximale aktive Sitzungen pro Benutzer",
"blank-default": "Leer lassen für Standardwert"
}

@ -1,12 +1,12 @@
{
"pagination": "Seitennummerierungs Einstellungen",
"enable": "Themen in Seiten einteilen anstatt endlos zu scrollen",
"posts": "Post Pagination",
"posts": "Beitragsseitennummerierung",
"topics": "Themen Seitennummerierung",
"posts-per-page": "Beiträge pro Seite",
"max-posts-per-page": "Maximale Anzahl von Beiträgen pro Seite",
"categories": "Kategorie Seitennummerierung",
"topics-per-page": "Themen pro Seite",
"max-topics-per-page": "Maximale Anzahl von Themen pro Seite",
"categories-per-page": "Categories per page"
"categories-per-page": "Kategorien pro Seite"
}

@ -15,8 +15,8 @@
"min-rep-cover-picture": "Minimale Reputation um ein Deckbild hinzuzufügen",
"flags": "Merkmal-Einstellung",
"flags.limit-per-target": "Maximum number of times something can be flagged",
"flags.limit-per-target": "Maximale Häufigkeit, mit der etwas markiert werden kann",
"flags.limit-per-target-placeholder": "Standardwert: 0",
"flags.limit-per-target-help": "When a post or user is flagged multiple times, each additional flag is considered a &quot;report&quot; and added to the original flag. Set this option to a number other than zero to limit the number of reports an item can receive.",
"flags.limit-per-target-help": "Wenn ein Beitrag oder ein Benutzer mehrfach markiert wird, wird jede zusätzliche Markierung als &quot;Nachricht&quot; betrachtet und zur ursprünglichen Markierung hinzugezählt. Setzen Sie diese Option auf eine andere Zahl als Null, um die Anzahl der Nachricht, die ein Artikel erhalten kann, zu begrenzen.",
"flags.auto-resolve-on-ban": "Automatisches Beenden aller Tickets eines Benutzers, wenn dieser gesperrt wird"
}

@ -1,8 +1,8 @@
{
"tag": "Tag-Einstellungen",
"link-to-manage": "Tags managen",
"system-tags": "System Tags",
"system-tags-help": "Only privileged users will be able to use these tags.",
"system-tags": "System-Tags",
"system-tags-help": "Nur berechtige Benutzer können diese Tags verwenden.",
"min-per-topic": "Minimale Tags pro Thema",
"max-per-topic": "Maximale Tags pro Thema",
"min-length": "Minimale Tag Länge",

@ -1,6 +1,5 @@
{
"authentication": "Authentifizierung",
"require-email-confirmation": "Benötigt E-Mail Bestätigung",
"email-confirm-interval": "Der Benutzer kann für ",
"email-confirm-email2": " Minuten keine Bestätigungsmail erneut senden.",
"allow-login-with": "Erlaube Login mit",

@ -6,9 +6,9 @@
"greeting_no_name": "Hallo",
"greeting_with_name": "Hallo %1",
"email.verify-your-email.subject": "Bitte bestätige deine Email-Adresse",
"email.verify.text1": "You've requested that we change or confirm your email address",
"email.verify.text2": "For security purposes, we only change or confirm the email address on file once its ownership has been confirmed via email. <strong>If you did not request this, no action is required on your part.</strong>",
"email.verify.text3": "Once you confirm this email address, we will replace your current email address with this one (%1).",
"email.verify.text1": "Sie haben angefordert, dass wir Ihre E-Mail-Adresse ändern oder bestätigen",
"email.verify.text2": "Aus Sicherheitsgründen ändern oder bestätigen wir die hinterlegte E-Mail-Adresse erst, nachdem ihr Eigentum per E-Mail bestätigt wurde. <strong>Wenn Sie dies nicht angefordert haben, müssen Sie nichts unternehmen.</strong>",
"email.verify.text3": "Sobald Sie diese E-Mail-Adresse bestätigen, ersetzen wir Ihre aktuelle E-Mail-Adresse durch diese (%1).",
"welcome.text1": "Vielen Dank für die Registrierung bei %1!",
"welcome.text2": "Um dein Konto vollständig zu aktivieren, müssen wir überprüfen, ob du Besitzer der E-Mail-Adresse bist, mit der du dich registriert hast.",
"welcome.text3": "Ein Administrator hat deine Registrierung aktzeptiert. Du kannst dich jetzt mit deinem Benutzernamen/Passwort einloggen.",
@ -23,8 +23,8 @@
"reset.notify.text1": "Wir benachrichtigen dich, dass dein Passwort am %1 erfolgreich geändert wurde.",
"reset.notify.text2": "Bitte benachrichtige umgehend einen Administrator, wenn du dies nicht autorisiert hast.",
"digest.latest_topics": "Neueste Themen auf %1",
"digest.top-topics": "Top topics from %1",
"digest.popular-topics": "Popular topics from %1",
"digest.top-topics": "Top-Themen von %1",
"digest.popular-topics": "Beliebte Themen von %1",
"digest.cta": "Klicke hier, um %1 zu besuchen",
"digest.unsub.info": "Diese Zusammenfassung wurde dir aufgrund deiner Abonnement-Einstellungen gesendet.",
"digest.day": "des letzten Tages",
@ -48,6 +48,8 @@
"unsub.cta": "Klicke hier, um diese Einstellungen zu ändern",
"unsubscribe": "abmelden",
"unsub.success": "Du wirst keine weiteren E-Mails von der <strong>%1</strong> Mailing-Liste erhalten.",
"unsub.failure.title": "Abbestellen nicht möglich",
"unsub.failure.message": "Leider konnten wir Sie nicht von der Mailingliste abmelden, da es ein Problem mit dem Link gab. Sie können jedoch Ihre E-Mail-Einstellungen ändern, indem Sie zu <a href=\"%2\">Ihren Benutzereinstellungen gehen</a>. <br /><br /> (Fehler: <code>%1</code>)",
"banned.subject": "Du wurdest von %1 gebannt.",
"banned.text1": "Der Benutzer %1 wurde von %2 gebannt.",
"banned.text2": "Dieser Bann wird bis %1 dauern.",

@ -1,8 +1,8 @@
{
"invalid-data": "Ungültige Daten",
"invalid-json": "Ungültiges JSON",
"wrong-parameter-type": "A value of type %3 was expected for property `%1`, but %2 was received instead",
"required-parameters-missing": "Required parameters were missing from this API call: %1",
"wrong-parameter-type": "Für die Eigenschaft „%1“ wurde ein Wert vom Typ %3 erwartet, aber stattdessen wurde %2 empfangen",
"required-parameters-missing": "Bei diesem API-Aufruf fehlten erforderliche Parameter: %1",
"not-logged-in": "Du bist nicht angemeldet.",
"account-locked": "Dein Konto wurde vorübergehend gesperrt.",
"search-requires-login": "Die Suche erfordert ein Konto, bitte einloggen oder registrieren.",
@ -11,8 +11,8 @@
"invalid-tid": "Ungültige Themen-ID",
"invalid-pid": "Ungültige Beitrags-ID",
"invalid-uid": "Ungültige Benutzer-ID",
"invalid-mid": "Invalid Chat Message ID",
"invalid-date": "A valid date must be provided",
"invalid-mid": "Ungültige Chatnachrichten-ID",
"invalid-date": "Es muss ein gültiges Datum angegeben werden",
"invalid-username": "Ungültiger Benutzername",
"invalid-email": "Ungültige E-Mail-Adresse",
"invalid-fullname": "Ungültiger Name",
@ -25,7 +25,7 @@
"invalid-username-or-password": "Bitte gib sowohl einen Benutzernamen als auch ein Passwort an",
"invalid-search-term": "Ungültige Suchanfrage",
"invalid-url": "Ungültige URL",
"invalid-event": "Invalid event: %1",
"invalid-event": "Ungültiges Ereignis: %1",
"local-login-disabled": "Lokales Login System wurde für nicht-priviligierte Konten deaktiviert.",
"csrf-invalid": "Dein Login war nicht erfolgreich da wahrscheinlich deine Sitzung abgelaufen ist. Bitte versuche es noch einmal",
"invalid-path": "Ungültiger Pfad",
@ -33,7 +33,7 @@
"invalid-pagination-value": "Ungültige Seitennummerierung, muss mindestens %1 und maximal %2 sein",
"username-taken": "Der Benutzername ist bereits vergeben",
"email-taken": "Die E-Mail-Adresse ist bereits vergeben",
"email-nochange": "The email entered is the same as the email already on file.",
"email-nochange": "Die eingegebene E-Mail ist die gleiche wie die bereits hinterlegte E-Mail.",
"email-invited": "E-Mail wurde bereits eingeladen",
"email-not-confirmed": "Das Schreiben von Beiträgen in einigen Kategorien oder Themen ist erst möglich, wenn Ihre E-Mail bestätigt wurde. Bitte klicken Sie hier, um eine Bestätigungs-E-Mail zu senden.",
"email-not-confirmed-chat": "Du kannst den Chat erst nutzen wenn deine E-Mail bestätigt wurde, bitte klicke hier, um deine E-Mail zu bestätigen.",
@ -184,7 +184,7 @@
"invalid-home-page-route": "Ungültiger Startseitenpfad",
"invalid-session": "Ungültige Session",
"invalid-session-text": "Es scheint als wäre deine Login-Sitzung nicht mehr aktiv. Bitte aktualisiere diese Seite.",
"session-mismatch": "Session Mismatch",
"session-mismatch": "Sitzungskonflikt",
"session-mismatch-text": "Es sieht so aus, als ob deine Login-Sitzung nicht mehr mit dem Server übereinstimmt. Bitte aktualisieren Sie diese Seite.",
"no-topics-selected": "Keine Beiträge ausgewählt!",
"cant-move-to-same-topic": "Du kannst den Beitrag nicht in das selbe Thema schieben!",
@ -197,17 +197,17 @@
"no-connection": "Es scheint als gäbe es ein Problem mit deiner Internetverbindung",
"socket-reconnect-failed": "Der Server kann zurzeit nicht erreicht werden. Klicken Sie hier, um es erneut zu versuchen, oder versuchen Sie es später erneut",
"plugin-not-whitelisted": "Plugin kann nicht installiert werden &ndash; nur Plugins, die vom NodeBB Package Manager in die Whitelist aufgenommen wurden, können über den ACP installiert werden",
"topic-event-unrecognized": "Topic event '%1' unrecognized",
"topic-event-unrecognized": "Themenereignis „%1“ nicht erkannt",
"cant-set-child-as-parent": "Untergeordnete Kategorie kann nicht als übergeordnete Kategorie festgelegt werden",
"cant-set-self-as-parent": "Can't set self as parent category",
"cant-set-self-as-parent": "Die aktuelle Kategorie kann nicht als übergeordnete Kategorie festgelegt werden",
"api.master-token-no-uid": "Ein Master-Token wurde ohne eine entsprechende `_uid` im Anfrage-Body empfangen",
"api.400": "Something was wrong with the request payload you passed in.",
"api.401": "A valid login session was not found. Please log in and try again.",
"api.403": "You are not authorised to make this call",
"api.404": "Invalid API call",
"api.426": "HTTPS is required for requests to the write api, please re-send your request via HTTPS",
"api.429": "You have made too many requests, please try again later",
"api.500": "An unexpected error was encountered while attempting to service your request.",
"api.501": "The route you are trying to call is not implemented yet, please try again tomorrow",
"api.503": "The route you are trying to call is not currently available due to a server configuration"
"api.400": "Irgendetwas stimmte nicht mit der von Ihnen übergebenen Anforderungsnutzlast.",
"api.401": "Es wurde keine gültige Anmeldesitzung gefunden. Bitte melden Sie sich an und versuchen Sie es erneut.",
"api.403": "Sie sind nicht berechtigt, diesen Anruf zu tätigen",
"api.404": "Ungültiger API-Aufruf",
"api.426": "HTTPS ist für Anfragen an die Schreib-API erforderlich, bitte senden Sie Ihre Anfrage erneut über HTTPS",
"api.429": "Sie haben zu viele Anfragen gestellt, bitte versuchen Sie es später erneut",
"api.500": "Beim Versuch, Ihre Anfrage zu bearbeiten, ist ein unerwarteter Fehler aufgetreten.",
"api.501": "Die Route, die Sie anrufen möchten, ist noch nicht implementiert. Bitte versuchen Sie es morgen erneut",
"api.503": "Die Route, die Sie anrufen möchten, ist derzeit aufgrund einer Serverkonfiguration nicht verfügbar"
}

@ -6,7 +6,7 @@
"assignee": "Zugeordneter Benutzer",
"update": "Aktualisieren",
"updated": "Aktualisiert",
"resolved": "Resolved",
"resolved": "Gelöst",
"target-purged": "Der Inhalt auf den diese Meldung hingewiesen hat, wurde gelöscht und ist nicht mehr verfügbar.",
"graph-label": "Tägliche Meldungen",
@ -27,7 +27,7 @@
"filter-cid-all": "Alle Kategorien",
"apply-filters": "Filter anwenden",
"more-filters": "Weitere Filter",
"fewer-filters": "Fewer Filters",
"fewer-filters": "weniger Filter",
"quick-actions": "Schnellaktionen",
"flagged-user": "Gemeldeter Benutzer",
@ -49,7 +49,7 @@
"note-added": "Notiz hinzugefügt",
"note-deleted": "Notiz gelöscht",
"history": "Account &amp; Flag History",
"history": "Konto &amp; Markierungsverlauf",
"no-history": "Kein Meldungsverlauf",
"state-all": "Alle Status",
@ -63,13 +63,13 @@
"sort-newest": "Neuste zuerst",
"sort-oldest": "Älteste zuerst",
"sort-reports": "Meiste Meldungen",
"sort-all": "All flag types...",
"sort-posts-only": "Posts only...",
"sort-downvotes": "Most downvotes",
"sort-upvotes": "Most upvotes",
"sort-replies": "Most replies",
"sort-all": "Alle Markierungstypen ...",
"sort-posts-only": "Nur Beiträge ...",
"sort-downvotes": "Meiste negativen Bewertungen",
"sort-upvotes": "Meiste positive Bewertungen",
"sort-replies": "Meiste Antworten",
"modal-title": "Report Content",
"modal-title": "Inhalt melden",
"modal-body": "Bitte geben Sie den Grund an, weshalb Sie %1 %2 melden wollen. Alternativ können Sie einen der Schnell-Meldungs-Knöpfe verwenden, wenn anwendbar.",
"modal-reason-spam": "Spam",
"modal-reason-offensive": "Beleidigend",
@ -81,5 +81,5 @@
"bulk-actions": "Massenaktionen",
"bulk-resolve": "Meldungen bereiningen",
"bulk-success": "%1 Meldungen aktualisiert",
"flagged-timeago-readable": "Flagged <span class=\"timeago\" title=\"%1\"></span> (%2)"
"flagged-timeago-readable": "Markiert <span class=\"timeago\" title=\"%1\"></span>(%2)"
}

@ -46,19 +46,19 @@
"alert.success": "Erfolg",
"alert.error": "Fehler",
"alert.banned": "Gesperrt",
"alert.banned.message": "You have just been banned, your access is now restricted.",
"alert.unbanned": "Unbanned",
"alert.unbanned.message": "Your ban has been lifted.",
"alert.banned.message": "Sie wurden gerade gesperrt, Ihr Zugang ist jetzt eingeschränkt.",
"alert.unbanned": "Nicht gesperrt",
"alert.unbanned.message": "Ihre Sperre wurde aufgehoben.",
"alert.unfollow": "Du folgst %1 nicht länger!",
"alert.follow": "Du folgst nun %1!",
"users": "Benutzer",
"topics": "Themen",
"posts": "Beiträge",
"x-posts": "%1 posts",
"x-posts": "%1 Beiträge",
"best": "Bestbewertet",
"votes": "Stimmen",
"x-votes": "%1 votes",
"voters": "Voters",
"x-votes": "%1 Stimmen",
"voters": "Wähler",
"upvoters": "Upvoter",
"upvoted": "Positiv bewertet",
"downvoters": "Downvoter",
@ -70,7 +70,7 @@
"firstpost": "Erster Beitrag",
"read_more": "weiterlesen",
"more": "Mehr",
"none": "None",
"none": "Keiner",
"posted_ago_by_guest": "%1 von einem Gast geschrieben",
"posted_ago_by": "%1 von %2 geschrieben",
"posted_ago": "%1 geschrieben",
@ -97,7 +97,7 @@
"guests": "Gäste",
"former_user": "Ein ehemaliger Benutzer",
"system-user": "System",
"unknown-user": "Unknown user",
"unknown-user": "Unbekannter Benutzer",
"updated.title": "Forum aktualisiert",
"updated.message": "Dieses Forum wurde gerade auf die neueste Version aktualisiert. Klicke hier, um die Seite neuzuladen.",
"privacy": "Privatsphäre",

@ -35,7 +35,7 @@
"details.member_count": "Mitgliederanzahl",
"details.creation_date": "Erstelldatum",
"details.description": "Beschreibung",
"details.member-post-cids": "Category IDs to display posts from",
"details.member-post-cids": "Kategorie-IDs, aus denen Beiträge angezeigt werden sollen",
"details.badge_preview": "Abzeichenvorschau",
"details.change_icon": "Symbol ändern",
"details.change_label_colour": "Label-Farbe ändern",

@ -8,5 +8,5 @@
"login_successful": "Du hast dich erfolgreich eingeloggt!",
"dont_have_account": "Du hast noch kein Konto?",
"logged-out-due-to-inactivity": "Du wurdest aufgrund von Inaktivität aus dem Adminbereich ausgeloggt",
"caps-lock-enabled": "Caps Lock is enabled"
"caps-lock-enabled": "Die Feststelltaste ist aktiviert"
}

@ -54,29 +54,29 @@
"composer.formatting.strikethrough": "Durchstreichen",
"composer.formatting.code": "Code",
"composer.formatting.link": "Link",
"composer.formatting.picture": "Image Link",
"composer.formatting.picture": "Bildlink",
"composer.upload-picture": "Bild hochladen",
"composer.upload-file": "Datei hochladen",
"composer.zen_mode": "Zen Modus",
"composer.select_category": "Wähle eine Kategorie",
"composer.textarea.placeholder": "Schreibe hier deinen Beitrag, füge Bilder mit Drag and Drop hinzu",
"composer.schedule-for": "Schedule topic for",
"composer.schedule-date": "Date",
"composer.schedule-time": "Time",
"composer.cancel-scheduling": "Cancel Scheduling",
"composer.set-schedule-date": "Set Date",
"composer.schedule-for": "Thema einplanen für",
"composer.schedule-date": "Datum",
"composer.schedule-time": "Zeit",
"composer.cancel-scheduling": "Planung abbrechen",
"composer.set-schedule-date": "Datum einstellen",
"bootbox.ok": "OK",
"bootbox.cancel": "Abbrechen",
"bootbox.confirm": "Bestätigen",
"bootbox.submit": "Submit",
"bootbox.send": "Send",
"bootbox.submit": "Absenden",
"bootbox.send": "Senden",
"cover.dragging_title": "Titelbildpositionierung",
"cover.dragging_message": "Ziehe das Titelbild an die gewünschte Position und klicke auf \"Speichern\"",
"cover.saved": "Titelbild und -position gespeichert",
"thumbs.modal.title": "Manage topic thumbnails",
"thumbs.modal.no-thumbs": "No thumbnails found.",
"thumbs.modal.resize-note": "<strong>Note</strong>: This forum is configured to resize topic thumbnails down to a maximum width of %1px",
"thumbs.modal.add": "Add thumbnail",
"thumbs.modal.remove": "Remove thumbnail",
"thumbs.modal.confirm-remove": "Are you sure you want to remove this thumbnail?"
"thumbs.modal.title": "Themen-Vorschaubilder verwalten",
"thumbs.modal.no-thumbs": "Keine Vorschaubilder gefunden.",
"thumbs.modal.resize-note": "<strong>Hinweis</strong>: Dieses Forum ist so konfiguriert, dass Vorschaubilder von Themen auf eine maximale Breite von %1px verkleinert werden",
"thumbs.modal.add": "Vorschaubild hinzufügen",
"thumbs.modal.remove": "Vorschaubild entfernen",
"thumbs.modal.confirm-remove": "Bist Du dir sicher, dass du das Vorschaubild entfernen willst?"
}

@ -14,7 +14,7 @@
"topics": "Themen",
"replies": "Antworten",
"chat": "Chats",
"group-chat": "Group Chats",
"group-chat": "Gruppenchats",
"follows": "Folgt",
"upvote": "Positive Bewertungen",
"new-flags": "Neue Markierungen",
@ -47,10 +47,10 @@
"profile-exported": "<strong>%1</strong> Profil exportiert, klicke zum downloaden",
"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.",
"post-queue-notify": "Queued post received a notification:<br/>\"%1\"",
"users-csv-exported": "Benutzer im CSV-Format exportiert, zum Herunterladen klicken",
"post-queue-accepted": "Ihr Post in der Warteschlange wurde akzeptiert. Klicken Sie hier, um Ihren Beitrag anzuzeigen.",
"post-queue-rejected": "Ihr Post in der Warteschlange wurde abgelehnt.",
"post-queue-notify": "Post in der Warteschlange hat eine Benachrichtigung erhalten: <br/> „%1“",
"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.",
@ -65,9 +65,9 @@
"notificationType_post-edit": "Wenn ein Post bearbeitet wurde, in einem Thema welches du beobachtest",
"notificationType_follow": "Wenn dir jemand neues folgt",
"notificationType_new-chat": "Wenn du eine Chat Nachricht erhältst",
"notificationType_new-group-chat": "When you receive a group chat message",
"notificationType_new-group-chat": "Wenn Du eine Gruppen-Chat-Nachricht erhalten hast",
"notificationType_group-invite": "Wenn du eine Gruppeneinladung erhältst",
"notificationType_group-leave": "When a user leaves your group",
"notificationType_group-leave": "Wenn ein Benutzer Ihre Gruppe verlässt",
"notificationType_group-request-membership": "Wenn jemand einer Gruppe beitreten möchte, die dir gehört",
"notificationType_new-register": "Wenn jemand der Registrierungswarteschlange hinzugefügt wird",
"notificationType_post-queue": "Wenn ein neuer Beitrag eingereiht wird",

@ -15,7 +15,7 @@
"topic": "Thema",
"accept": "Annehmen",
"reject": "Ablehnen",
"remove": "Remove",
"notify": "Notify",
"notify-user": "Notify User"
"remove": "Entfernen",
"notify": "Benachrichtigen",
"notify-user": "Benutzer benachrichtigen"
}

@ -20,8 +20,8 @@
"registration-added-to-queue": "Deine Registration wurde abgeschickt. Du wirst eine E-Mail erhalten, sobald sie von einem Administrator akzeptiert wird.",
"registration-queue-average-time": "Unsere durchschnittliche Zeit für die Genehmigung von Mitgliedschaften beträgt %1 Stunden %2 Minuten.",
"registration-queue-auto-approve-time": "Ihre Mitgliedschaft in diesem Forum wird in bis zu %1 Stunden vollständig aktiviert sein.",
"interstitial.intro": "We'd like some additional information in order to update your account&hellip;",
"interstitial.intro-new": "We'd like some additional information before we can create your account&hellip;",
"interstitial.intro": "Wir benötigen einige zusätzliche Informationen, um Ihr Konto zu aktualisieren&hellip;",
"interstitial.intro-new": "Wir benötigen einige zusätzliche Informationen, bevor wir Ihr Konto erstellen können&hellip;",
"interstitial.errors-found": "Bitte überprüfen Sie die eingegebenen Informationen:",
"gdpr_agree_data": "Ich stimme der Sammlung und Verarbeitung meiner Persönlichen Daten auf dieser Website zu.",
"gdpr_agree_email": "Ich bin damit einverstanden, dass ich Informations und Benachrichtigungs-E-Mails von dieser Website erhalte.",

@ -45,5 +45,5 @@
"search-preferences-cleared": "Sucheinstellungen gelöscht",
"show-results-as": "Ergebnisse anzeigen als",
"see-more-results": "Weitere Ergebnisse anzeigen (%1)",
"search-in-category": "Search in \"%1\""
"search-in-category": "Suche in \"%1\""
}

@ -1,7 +1,7 @@
{
"success": "Fertig",
"topic-post": "Beitrag erfolgreich erstellt.",
"post-queued": "Your post is queued for approval. You will get a notification when it is accepted or rejected.",
"post-queued": "Ihr Beitrag wird zur Genehmigung in die Warteschlange gestellt. Sie erhalten eine Benachrichtigung, wenn dieser akzeptiert oder abgelehnt wird.",
"authentication-successful": "Authentifizierung erfolgreich!",
"settings-saved": "Einstellungen gespeichert!"
}

@ -33,28 +33,28 @@
"locked": "Gesperrt",
"pinned": "Angeheftet",
"pinned-with-expiry": "Angepinnt bis %1",
"scheduled": "Scheduled",
"scheduled": "Geplant",
"moved": "Verschoben",
"moved-from": "Moved from %1",
"moved-from": "Verschoben von %1",
"copy-ip": "IP-Adresse Kopieren",
"ban-ip": "IP-Adresse bannen",
"view-history": "Verlauf bearbeiten",
"locked-by": "Gesperrt von",
"unlocked-by": "Entsperrt von",
"pinned-by": "Angeheftet von",
"unpinned-by": "Unpinned by",
"unpinned-by": "Losgelöst von",
"deleted-by": "Gelöscht von",
"restored-by": "Wiederhergestellt von",
"moved-from-by": "Moved from %1 by",
"queued-by": "Post queued for approval &rarr;",
"backlink": "Referenced by",
"forked-by": "Forked by",
"moved-from-by": "Von %1 verschoben durch",
"queued-by": "Beitrag zur Genehmigung in die Warteschlange eingereiht &rarr;",
"backlink": "Referenziert von",
"forked-by": "Geteilt von",
"bookmark_instructions": "Klicke hier, um zum letzten gelesenen Beitrag des Themas zurückzukehren.",
"flag-post": "Diesen Post melden",
"flag-user": "Diesen Benutzer melden",
"already-flagged": "Bereits gemeldet",
"view-flag-report": "Meldungs-Report anzeigen",
"resolve-flag": "Resolve Flag",
"resolve-flag": "Als Gelöst markiert",
"merged_message": "Diese Thema wurde mit <a href=\"%1\">%2</a> fusioniert",
"deleted_message": "Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.",
"following_topic.message": "Du erhältst nun eine Benachrichtigung, wenn jemand einen Beitrag zu diesem Thema verfasst.",
@ -96,17 +96,17 @@
"thread_tools.purge_confirm": "Bist du sicher, dass du dieses Thema endgültig löschen möchtest?",
"thread_tools.merge_topics": "Themen vereinen",
"thread_tools.merge": "Vereinen",
"topic_move_success": "This topic will be moved to \"%1\" shortly. Click here to undo.",
"topic_move_multiple_success": "These topics will be moved to \"%1\" shortly. Click here to undo.",
"topic_move_all_success": "All topics will be moved to \"%1\" shortly. Click here to undo.",
"topic_move_success": "Dieses Thema wird in Kürze nach \"%1\" verschoben. Klicken Sie hier, um den Vorgang rückgängig zu machen.",
"topic_move_multiple_success": "Diese Themen werden in Kürze nach \"%1\" verschoben. Klicken Sie hier, um den Vorgang rückgängig zu machen.",
"topic_move_all_success": "Alle Themen werden in Kürze nach \"%1\" verschoben. Klicken Sie hier, um den Vorgang rückgängig zu machen.",
"topic_move_undone": "Thema verschieben zurückgenommen",
"topic_move_posts_success": "Posts will be moved shortly. Click here to undo.",
"topic_move_posts_undone": "Post move undone",
"topic_move_posts_success": "Beiträge werden in Kürze verschoben. Klicken Sie hier, um den Vorgang rückgängig zu machen.",
"topic_move_posts_undone": "Beitragsverschiebung rückgängig machen",
"post_delete_confirm": "Sind Sie sicher, dass Sie diesen Beitrag löschen möchten?",
"post_restore_confirm": "Sind Sie sicher, dass Sie diesen Beitrag wiederherstellen möchten?",
"post_purge_confirm": "Sind Sie sicher, dass Sie diesen Beitrag endgültig löschen möchten?",
"pin-modal-expiry": "Expiration Date",
"pin-modal-help": "You can optionally set an expiration date for the pinned topic(s) here. Alternatively, you can leave this field blank to have the topic stay pinned until it is manually unpinned.",
"pin-modal-expiry": "Ablaufdatum",
"pin-modal-help": "Optional können Sie hier ein Ablaufdatum für das gepinnte Thema (die gepinnten Themen) festlegen. Alternativ können Sie dieses Feld leer lassen, damit das Thema fixiert bleibt, bis es manuell gelöst wird.",
"load_categories": "Kategorien laden",
"confirm_move": "Verschieben",
"confirm_fork": "Aufspalten",
@ -119,12 +119,12 @@
"move_post": "Beitrag verschieben",
"post_moved": "Beitrag wurde verschoben!",
"fork_topic": "Thema aufspalten",
"enter-new-topic-title": "Enter new topic title",
"enter-new-topic-title": "Neuen Thementitel eingeben",
"fork_topic_instruction": "Klicke auf die Beiträge, die abgespalten werden sollen",
"fork_no_pids": "Keine Beiträge ausgewählt!",
"no-posts-selected": "No posts selected!",
"x-posts-selected": "%1 post(s) selected",
"x-posts-will-be-moved-to-y": "%1 post(s) will be moved to \"%2\"",
"no-posts-selected": "Keine Beiträge ausgewählt!",
"x-posts-selected": "%1 Beitrag(Beiträge) ausgewählt",
"x-posts-will-be-moved-to-y": "%1 Beitrag(Beiträge) werden nach \"%2\" verschoben",
"fork_pid_count": "%1 Beiträge ausgewählt",
"fork_success": "Thema erfolgreich aufgespalten! Klicke hier, um zum abgespaltenen Thema zu gelangen.",
"delete_posts_instruction": "Wähle die zu löschenden Beiträge aus",
@ -133,18 +133,18 @@
"merge-options": "Fusionseinstellungen",
"merge-select-main-topic": "Wähle das Hauptthema aus",
"merge-new-title-for-topic": "Neuer Titel für das Thema",
"topic-id": "Topic ID",
"move_posts_instruction": "Click the posts you want to move then enter a topic ID or go to the target topic",
"topic-id": "Themen-ID",
"move_posts_instruction": "Klicken Sie auf die Beiträge, die Sie verschieben möchten, und geben Sie dann eine Themen-ID ein oder gehen Sie zum Zielthema",
"change_owner_instruction": "Klicke auf die Beiträge, die einem anderen Benutzer zugeordnet werden sollen",
"composer.title_placeholder": "Hier den Titel des Themas eingeben...",
"composer.handle_placeholder": "Gib deinen Namen/Nick hier ein",
"composer.discard": "Verwerfen",
"composer.submit": "Absenden",
"composer.additional-options": "Additional Options",
"composer.schedule": "Schedule",
"composer.additional-options": "Zusätzliche Optionen",
"composer.schedule": "Zeitplan",
"composer.replying_to": "Antworte auf %1",
"composer.new_topic": "Neues Thema",
"composer.editing": "Editing",
"composer.editing": "Bearbeitung",
"composer.uploading": "Lade hoch...",
"composer.thumb_url_label": "Vorschaubild-URL hier einfügen",
"composer.thumb_title": "Vorschaubild zu diesem Thema hinzufügen",
@ -161,7 +161,7 @@
"newest_to_oldest": "Neuste zuerst",
"most_votes": "Meiste Stimmen",
"most_posts": "Meiste Beiträge",
"most_views": "Most Views",
"most_views": "Die meisten Ansichten",
"stale.title": "Stattdessen ein neues Thema erstellen?",
"stale.warning": "Das Thema auf das du antworten willst ist ziemlich alt. Möchtest du stattdessen ein neues Thema erstellen und auf dieses in deiner Antwort hinweisen?",
"stale.create": "Ein neues Thema erstellen",
@ -173,13 +173,13 @@
"diffs.current-revision": "Aktuelle Revision",
"diffs.original-revision": "Ursprüngliche Revision",
"diffs.restore": "Diese Revision wiederherstellen",
"diffs.restore-description": "A new revision will be appended to this post's edit history after restoring.",
"diffs.restore-description": "Eine neue Überarbeitung wird dem Beitragsänderungsverlauf hinzugefügt, nach der Wiederherstellung.",
"diffs.post-restored": "Post erfolgreich auf eine frühere Version zurückgesetzt",
"diffs.delete": "Delete this revision",
"diffs.deleted": "Revision deleted",
"diffs.delete": "Löschen Sie diese Überarbeitung",
"diffs.deleted": "Überarbeitung gelöscht",
"timeago_later": "%1 später",
"timeago_earlier": "%1 früher",
"first-post": "First post",
"last-post": "Last post",
"post-quick-reply": "Post quick reply"
"first-post": "Erster Beitrag",
"last-post": "Letzter Beitrag",
"post-quick-reply": "Beitrag schnell Beantworten"
}

@ -8,7 +8,7 @@
"email": "E-Mail",
"confirm_email": "E-Mail bestätigen",
"account_info": "Kontoinformationen",
"admin_actions_label": "Administrative Actions",
"admin_actions_label": "Administrative Aktionen",
"ban_account": "Konto sperren",
"ban_account_confirm": "Bist du sicher, dass du diesen Benutzer sperren möchtest?",
"unban_account": "Konto entsperren",
@ -84,7 +84,7 @@
"remove_cover_picture_confirm": "Bist du sicher, dass du dein Titelbild entfernen möchtest?",
"crop_picture": "Bild zuschneiden",
"upload_cropped_picture": "Zuschneiden und Hochladen",
"avatar-background-colour": "Avatar background colour",
"avatar-background-colour": "Hintergrundfarbe des Avatars",
"settings": "Einstellungen",
"show_email": "Zeige meine E-Mail Adresse an.",
"show_fullname": "Zeige meinen kompletten Namen an",
@ -94,12 +94,12 @@
"digest_off": "Aus",
"digest_daily": "Täglich",
"digest_weekly": "Wöchentlich",
"digest_biweekly": "Bi-Weekly",
"digest_biweekly": "Zweiwöchentlich",
"digest_monthly": "Monatlich",
"has_no_follower": "Diesem Benutzer folgt noch niemand. :(",
"follows_no_one": "Dieser Benutzer folgt noch niemandem. :(",
"has_no_posts": "Dieser Benutzer hat noch nichts geschrieben.",
"has_no_best_posts": "This user does not have any upvoted posts yet.",
"has_no_best_posts": "Dieser Benutzer hat noch keine positiv bewerteten Beiträge.",
"has_no_topics": "Dieser Benutzer hat noch keine Themen erstellt.",
"has_no_watched_topics": "Dieser Benutzer beobachtet keine Themen.",
"has_no_ignored_topics": "Dieser Benutzer ignoriert bisher keine Themen.",
@ -114,7 +114,7 @@
"posts_per_page": "Beiträge pro Seite",
"max_items_per_page": "Maximal %1",
"acp_language": "Sprache der Admin Seiten",
"notifications": "Notifications",
"notifications": "Benachrichtigungen",
"upvote-notif-freq": "Benachrichtigungshäufigkeit für positive Bewertungen",
"upvote-notif-freq.all": "Alle positiven Bewertungen",
"upvote-notif-freq.first": "Erster pro Beitrag",
@ -126,7 +126,7 @@
"open_links_in_new_tab": "Ausgehende Links in neuem Tab öffnen",
"enable_topic_searching": "Suchen innerhalb von Themen aktivieren",
"topic_search_help": "Wenn aktiviert, ersetzt die im-Thema-Suche die Standardsuche des Browsers. Dadurch kannst du im ganzen Thema suchen, nicht nur im sichtbaren Abschnitt.",
"update_url_with_post_index": "Update url with post index while browsing topics",
"update_url_with_post_index": "Aktualisieren Sie die URL mit dem Beitragsindex, während Sie Themen durchsuchen",
"scroll_to_my_post": "Zeige eigene Antwort nach dem Erstellen im Thema an",
"follow_topics_you_reply_to": "Themen folgen, in denen du geantwortet hast",
"follow_topics_you_create": "Themen folgen, die du erstellst",
@ -138,7 +138,7 @@
"homepage": "Startseite",
"homepage_description": "Wähle eine Seite die als Forumstartseite benutzt werden soll aus oder 'Keine' um die Standardstartseite zu verwenden.",
"custom_route": "Eigener Startseitenpfad",
"custom_route_help": "Enter a route name here, without any preceding slash (e.g. \"recent\" or \"category/2/general-discussion\")",
"custom_route_help": "Geben Sie hier einen Routennamen ohne vorangestellten Schrägstrich ein (z. B. „aktuell“ oder „Kategorie/2/allgemeine-Diskussion“)",
"sso.title": "Single Sign-on Dienste",
"sso.associated": "Verbunden mit",
"sso.not-associated": "Verbinde dich mit",
@ -150,7 +150,7 @@
"info.ban-history": "Sperrungsverlauf",
"info.no-ban-history": "Dieser Benutzer wurde noch nie gesperrt",
"info.banned-until": "Gesperrt bis zum %1",
"info.banned-expiry": "Expiry",
"info.banned-expiry": "Ablauf",
"info.banned-permanently": "Permanent gesperrt",
"info.banned-reason-label": "Grund",
"info.banned-no-reason": "Kein Grund angegeben.",
@ -183,7 +183,8 @@
"consent.export-uploads-success": "Uploads werden exportiert, du bekommst eine Benachrichtigung sobald der Vorgang abgeschlossen ist.",
"consent.export_posts": "Beiträge exportieren (.csv)",
"consent.export-posts-success": "Beiträge werden exportiert, du bekommst eine Benachrichtigung sobald der Vorgang abgeschlossen ist.",
"emailUpdate.intro": "Please enter your email address below. This forum uses your email address for scheduled digest and notifications, as well as for account recovery in the event of a lost password.",
"emailUpdate.optional": "<strong>This field is optional</strong>. You are not obligated to provide your email address, but without a validated email, you will not be able to recover your account or login with your email.",
"emailUpdate.change-instructions": "A confirmation email will be sent to the entered email address with a unique link. Accessing that link will confirm your ownership of the email address and it will become active on your account. At any time, you are able to update your email on file from within your account page."
"emailUpdate.intro": "Bitte gib unten deine E-Mail-Adresse ein. Dieses Forum verwendet deine E-Mail-Adresse für die geplante Zusammenfassung und diverse Benachrichtigungen sowie für die Konto-Wiederherstellung im Falle eines verlorenen Passworts.",
"emailUpdate.optional": "<strong>Dieses Feld ist optional</strong>. Du bist nicht verpflichtet, deine E-Mail-Adresse anzugeben, aber ohne eine validierte E-Mail-Adresse kannst du dein Konto nicht wiederherstellen oder dich mit deiner E-Mail-Adresse anmelden.",
"emailUpdate.required": "<strong>Dieses Feld ist erforderlich</strong>.",
"emailUpdate.change-instructions": "An die eingegebene E-Mail-Adresse wird eine Bestätigungs-E-Mail mit einem eindeutigen Link gesendet. Durch den Zugriff auf diesen Link wird dein Eigentum an der E-Mail-Adresse bestätigt und diese wird in deinem Konto aktiv. Du kannst deine E-Mail-Adresse jederzeit auf deiner Kontoseite aktualisieren."
}

@ -11,7 +11,7 @@
"online-only": "Nur Online",
"invite": "Einladen",
"prompt-email": "E-Mails:",
"groups-to-join": "Groups to be joined when invite is accepted:",
"groups-to-join": "Gruppen, denen beigetreten wird, wenn die Einladung angenommen wird:",
"invitation-email-sent": "Eine Einladungsemail wurde an %1 verschickt",
"user_list": "Nutzerliste",
"recent_topics": "Neueste Themen",

@ -1,6 +1,5 @@
{
"authentication": "Authentication",
"require-email-confirmation": "Require Email Confirmation",
"email-confirm-interval": "User may not resend a confirmation email until",
"email-confirm-email2": "minutes have elapsed",
"allow-login-with": "Allow login with",

@ -48,6 +48,8 @@
"unsub.cta": "Κάνε κλικ εδώ για να αλλάξεις αυτές τις ρυθμίσεις",
"unsubscribe": "unsubscribe",
"unsub.success": "You will no longer receive emails from the <strong>%1</strong> mailing list",
"unsub.failure.title": "Unable to unsubscribe",
"unsub.failure.message": "Unfortunately, we were not able to unsubscribe you from the mailing list, as there was an issue with the link. However, you can alter your email preferences by going to <a href=\"%2\">your user settings</a>.<br /><br />(error: <code>%1</code>)",
"banned.subject": "You have been banned from %1",
"banned.text1": "The user %1 has been banned from %2.",
"banned.text2": "This ban will last until %1.",

@ -184,6 +184,7 @@
"consent.export_posts": "Export Posts (.csv)",
"consent.export-posts-success": "Exporting posts, you will get a notification when it is complete.",
"emailUpdate.intro": "Please enter your email address below. This forum uses your email address for scheduled digest and notifications, as well as for account recovery in the event of a lost password.",
"emailUpdate.optional": "<strong>This field is optional</strong>. You are not obligated to provide your email address, but without a validated email, you will not be able to recover your account or login with your email.",
"emailUpdate.optional": "<strong>This field is optional</strong>. You are not obligated to provide your email address, but without a validated email you will not be able to recover your account or login with your email.",
"emailUpdate.required": "<strong>This field is required</strong>.",
"emailUpdate.change-instructions": "A confirmation email will be sent to the entered email address with a unique link. Accessing that link will confirm your ownership of the email address and it will become active on your account. At any time, you are able to update your email on file from within your account page."
}

@ -1,6 +1,5 @@
{
"authentication": "Authentication",
"require-email-confirmation": "Require Email Confirmation",
"email-confirm-interval": "User may not resend a confirmation email until",
"email-confirm-email2": "minutes have elapsed",
"allow-login-with": "Allow login with",

@ -61,6 +61,8 @@
"unsub.cta": "Click here to alter those settings",
"unsubscribe": "unsubscribe",
"unsub.success": "You will no longer receive emails from the <strong>%1</strong> mailing list",
"unsub.failure.title": "Unable to unsubscribe",
"unsub.failure.message": "Unfortunately, we were not able to unsubscribe you from the mailing list, as there was an issue with the link. However, you can alter your email preferences by going to <a href=\"%2\">your user settings</a>.<br /><br />(error: <code>%1</code>)",
"banned.subject": "You have been banned from %1",
"banned.text1": "The user %1 has been banned from %2.",

@ -206,6 +206,7 @@
"consent.export-posts-success": "Exporting posts, you will get a notification when it is complete.",
"emailUpdate.intro": "Please enter your email address below. This forum uses your email address for scheduled digest and notifications, as well as for account recovery in the event of a lost password.",
"emailUpdate.optional": "<strong>This field is optional</strong>. You are not obligated to provide your email address, but without a validated email, you will not be able to recover your account or login with your email.",
"emailUpdate.optional": "<strong>This field is optional</strong>. You are not obligated to provide your email address, but without a validated email you will not be able to recover your account or login with your email.",
"emailUpdate.required": "<strong>This field is required</strong>.",
"emailUpdate.change-instructions": "A confirmation email will be sent to the entered email address with a unique link. Accessing that link will confirm your ownership of the email address and it will become active on your account. At any time, you are able to update your email on file from within your account page."
}

@ -1,6 +1,5 @@
{
"authentication": "Authentication",
"require-email-confirmation": "Require Email Confirmation",
"email-confirm-interval": "User may not resend a confirmation email until",
"email-confirm-email2": "minutes have elapsed",
"allow-login-with": "Allow login with",

@ -48,6 +48,8 @@
"unsub.cta": "Click here to alter those settings",
"unsubscribe": "unsubscribe",
"unsub.success": "You will no longer receive emails from the <strong>%1</strong> mailing list",
"unsub.failure.title": "Unable to unsubscribe",
"unsub.failure.message": "Unfortunately, we were not able to unsubscribe you from the mailing list, as there was an issue with the link. However, you can alter your email preferences by going to <a href=\"%2\">your user settings</a>.<br /><br />(error: <code>%1</code>)",
"banned.subject": "You have been banned from %1",
"banned.text1": "The user %1 has been banned from %2.",
"banned.text2": "This ban will last until %1.",

@ -184,6 +184,7 @@
"consent.export_posts": "Export Posts (.csv)",
"consent.export-posts-success": "Exporting posts, you will get a notification when it is complete.",
"emailUpdate.intro": "Please enter your email address below. This forum uses your email address for scheduled digest and notifications, as well as for account recovery in the event of a lost password.",
"emailUpdate.optional": "<strong>This field is optional</strong>. You are not obligated to provide your email address, but without a validated email, you will not be able to recover your account or login with your email.",
"emailUpdate.optional": "<strong>This field is optional</strong>. You are not obligated to provide your email address, but without a validated email you will not be able to recover your account or login with your email.",
"emailUpdate.required": "<strong>This field is required</strong>.",
"emailUpdate.change-instructions": "A confirmation email will be sent to the entered email address with a unique link. Accessing that link will confirm your ownership of the email address and it will become active on your account. At any time, you are able to update your email on file from within your account page."
}

@ -1,6 +1,5 @@
{
"authentication": "Authentication",
"require-email-confirmation": "Require Email Confirmation",
"email-confirm-interval": "User may not resend a confirmation email until",
"email-confirm-email2": "minutes have elapsed",
"allow-login-with": "Allow login with",

@ -48,6 +48,8 @@
"unsub.cta": "Click here to alter those settings",
"unsubscribe": "unsubscribe",
"unsub.success": "You will no longer receive emails from the <strong>%1</strong> mailing list",
"unsub.failure.title": "Unable to unsubscribe",
"unsub.failure.message": "Unfortunately, we were not able to unsubscribe you from the mailing list, as there was an issue with the link. However, you can alter your email preferences by going to <a href=\"%2\">your user settings</a>.<br /><br />(error: <code>%1</code>)",
"banned.subject": "You have been banned from %1",
"banned.text1": "The user %1 has been banned from %2.",
"banned.text2": "This ban will last until %1.",

@ -184,6 +184,7 @@
"consent.export_posts": "Export Posts (.csv)",
"consent.export-posts-success": "Exporting posts, you will get a notification when it is complete.",
"emailUpdate.intro": "Please enter your email address below. This forum uses your email address for scheduled digest and notifications, as well as for account recovery in the event of a lost password.",
"emailUpdate.optional": "<strong>This field is optional</strong>. You are not obligated to provide your email address, but without a validated email, you will not be able to recover your account or login with your email.",
"emailUpdate.optional": "<strong>This field is optional</strong>. You are not obligated to provide your email address, but without a validated email you will not be able to recover your account or login with your email.",
"emailUpdate.required": "<strong>This field is required</strong>.",
"emailUpdate.change-instructions": "A confirmation email will be sent to the entered email address with a unique link. Accessing that link will confirm your ownership of the email address and it will become active on your account. At any time, you are able to update your email on file from within your account page."
}

@ -1,6 +1,5 @@
{
"authentication": "Autenticación",
"require-email-confirmation": "Requerir Confirmación por Email",
"email-confirm-interval": "El usuario no puede re-enviar una confirmación por email hasta",
"email-confirm-email2": "minutos han pasado",
"allow-login-with": "Permitir login con",

@ -48,6 +48,8 @@
"unsub.cta": "Haz click aquí para modificar los ajustes.",
"unsubscribe": "unsubscribe",
"unsub.success": "You will no longer receive emails from the <strong>%1</strong> mailing list",
"unsub.failure.title": "Unable to unsubscribe",
"unsub.failure.message": "Unfortunately, we were not able to unsubscribe you from the mailing list, as there was an issue with the link. However, you can alter your email preferences by going to <a href=\"%2\">your user settings</a>.<br /><br />(error: <code>%1</code>)",
"banned.subject": "Has sido baneado de %1",
"banned.text1": "El usuario %1 ha sido baneado de %2.",
"banned.text2": "Este ban dura hasta %1.",

@ -184,6 +184,7 @@
"consent.export_posts": "Exportar Entradas y Respuestas (.csv)",
"consent.export-posts-success": "Exporting posts, you will get a notification when it is complete.",
"emailUpdate.intro": "Please enter your email address below. This forum uses your email address for scheduled digest and notifications, as well as for account recovery in the event of a lost password.",
"emailUpdate.optional": "<strong>This field is optional</strong>. You are not obligated to provide your email address, but without a validated email, you will not be able to recover your account or login with your email.",
"emailUpdate.optional": "<strong>This field is optional</strong>. You are not obligated to provide your email address, but without a validated email you will not be able to recover your account or login with your email.",
"emailUpdate.required": "<strong>This field is required</strong>.",
"emailUpdate.change-instructions": "A confirmation email will be sent to the entered email address with a unique link. Accessing that link will confirm your ownership of the email address and it will become active on your account. At any time, you are able to update your email on file from within your account page."
}

@ -1,6 +1,5 @@
{
"authentication": "Authentication",
"require-email-confirmation": "Require Email Confirmation",
"email-confirm-interval": "User may not resend a confirmation email until",
"email-confirm-email2": "minutes have elapsed",
"allow-login-with": "Allow login with",

@ -48,6 +48,8 @@
"unsub.cta": "Vajuta siia, et muuta neid seadeid",
"unsubscribe": "unsubscribe",
"unsub.success": "You will no longer receive emails from the <strong>%1</strong> mailing list",
"unsub.failure.title": "Unable to unsubscribe",
"unsub.failure.message": "Unfortunately, we were not able to unsubscribe you from the mailing list, as there was an issue with the link. However, you can alter your email preferences by going to <a href=\"%2\">your user settings</a>.<br /><br />(error: <code>%1</code>)",
"banned.subject": "You have been banned from %1",
"banned.text1": "The user %1 has been banned from %2.",
"banned.text2": "This ban will last until %1.",

@ -184,6 +184,7 @@
"consent.export_posts": "Export Posts (.csv)",
"consent.export-posts-success": "Exporting posts, you will get a notification when it is complete.",
"emailUpdate.intro": "Please enter your email address below. This forum uses your email address for scheduled digest and notifications, as well as for account recovery in the event of a lost password.",
"emailUpdate.optional": "<strong>This field is optional</strong>. You are not obligated to provide your email address, but without a validated email, you will not be able to recover your account or login with your email.",
"emailUpdate.optional": "<strong>This field is optional</strong>. You are not obligated to provide your email address, but without a validated email you will not be able to recover your account or login with your email.",
"emailUpdate.required": "<strong>This field is required</strong>.",
"emailUpdate.change-instructions": "A confirmation email will be sent to the entered email address with a unique link. Accessing that link will confirm your ownership of the email address and it will become active on your account. At any time, you are able to update your email on file from within your account page."
}

@ -1,6 +1,5 @@
{
"authentication": "Authentication",
"require-email-confirmation": "Require Email Confirmation",
"email-confirm-interval": "User may not resend a confirmation email until",
"email-confirm-email2": "minutes have elapsed",
"allow-login-with": "Allow login with",

@ -48,6 +48,8 @@
"unsub.cta": "برای ویرایش آن تنظیمات اینجا کلیک کنید",
"unsubscribe": "unsubscribe",
"unsub.success": "You will no longer receive emails from the <strong>%1</strong> mailing list",
"unsub.failure.title": "Unable to unsubscribe",
"unsub.failure.message": "Unfortunately, we were not able to unsubscribe you from the mailing list, as there was an issue with the link. However, you can alter your email preferences by going to <a href=\"%2\">your user settings</a>.<br /><br />(error: <code>%1</code>)",
"banned.subject": "You have been banned from %1",
"banned.text1": "The user %1 has been banned from %2.",
"banned.text2": "This ban will last until %1.",

@ -184,6 +184,7 @@
"consent.export_posts": "Export Posts (.csv)",
"consent.export-posts-success": "Exporting posts, you will get a notification when it is complete.",
"emailUpdate.intro": "Please enter your email address below. This forum uses your email address for scheduled digest and notifications, as well as for account recovery in the event of a lost password.",
"emailUpdate.optional": "<strong>This field is optional</strong>. You are not obligated to provide your email address, but without a validated email, you will not be able to recover your account or login with your email.",
"emailUpdate.optional": "<strong>This field is optional</strong>. You are not obligated to provide your email address, but without a validated email you will not be able to recover your account or login with your email.",
"emailUpdate.required": "<strong>This field is required</strong>.",
"emailUpdate.change-instructions": "A confirmation email will be sent to the entered email address with a unique link. Accessing that link will confirm your ownership of the email address and it will become active on your account. At any time, you are able to update your email on file from within your account page."
}

@ -1,6 +1,5 @@
{
"authentication": "Authentication",
"require-email-confirmation": "Require Email Confirmation",
"email-confirm-interval": "User may not resend a confirmation email until",
"email-confirm-email2": "minutes have elapsed",
"allow-login-with": "Allow login with",

@ -48,6 +48,8 @@
"unsub.cta": "Muuta asetuksia täältä",
"unsubscribe": "Lopeta tilaus",
"unsub.success": "Sinut on poistettu %1 postituslistalta",
"unsub.failure.title": "Unable to unsubscribe",
"unsub.failure.message": "Unfortunately, we were not able to unsubscribe you from the mailing list, as there was an issue with the link. However, you can alter your email preferences by going to <a href=\"%2\">your user settings</a>.<br /><br />(error: <code>%1</code>)",
"banned.subject": "You have been banned from %1",
"banned.text1": "The user %1 has been banned from %2.",
"banned.text2": "This ban will last until %1.",

@ -184,6 +184,7 @@
"consent.export_posts": "Export Posts (.csv)",
"consent.export-posts-success": "Exporting posts, you will get a notification when it is complete.",
"emailUpdate.intro": "Please enter your email address below. This forum uses your email address for scheduled digest and notifications, as well as for account recovery in the event of a lost password.",
"emailUpdate.optional": "<strong>This field is optional</strong>. You are not obligated to provide your email address, but without a validated email, you will not be able to recover your account or login with your email.",
"emailUpdate.optional": "<strong>This field is optional</strong>. You are not obligated to provide your email address, but without a validated email you will not be able to recover your account or login with your email.",
"emailUpdate.required": "<strong>This field is required</strong>.",
"emailUpdate.change-instructions": "A confirmation email will be sent to the entered email address with a unique link. Accessing that link will confirm your ownership of the email address and it will become active on your account. At any time, you are able to update your email on file from within your account page."
}

@ -1,6 +1,5 @@
{
"authentication": "Authentification",
"require-email-confirmation": "Demander une vérification de l'adresse e-mail",
"email-confirm-interval": "Les utilisateurs ne peuvent pas demander un e-mail de vérification avant",
"email-confirm-email2": "minutes se sont écoulées",
"allow-login-with": "Autoriser l'identification avec",

@ -48,6 +48,8 @@
"unsub.cta": "Cliquez ici pour modifier ces paramètres",
"unsubscribe": "Se désinscrire",
"unsub.success": "Vous ne recevrez plus d'e-mails de la liste de diffusion <strong>%1</strong>",
"unsub.failure.title": "Impossible de se désinscrire",
"unsub.failure.message": "Malheureusement, nous n'avons pas pu vous désinscrire de la liste de diffusion, car il y avait un problème avec le lien. Cependant, vous pouvez modifier vos préférences de messagerie en accédant à <a href=\"%2\">vos paramètres utilisateur</a>. <br /><br />(erreur: <code>%1</code>)",
"banned.subject": "Vous avez été banni de %1",
"banned.text1": "L'utilisateur %1 a été banni de %2.",
"banned.text2": "Ce ban est effectif jusqu'au %1.",

@ -184,6 +184,7 @@
"consent.export_posts": "Exporter vos messages (.csv)",
"consent.export-posts-success": "Exportation des messages, vous recevrez une notification lorsqu'elle sera terminée.",
"emailUpdate.intro": "Veuillez renseigner votre adresse mails. Ce forum utilise votre adresse mail pour suivre l'activité et les notifications programmés, ainsi que pour la récupération de compte en cas de perte de mot de passe.",
"emailUpdate.optional": "<strong>This field is optional</strong>. You are not obligated to provide your email address, but without a validated email, you will not be able to recover your account or login with your email.",
"emailUpdate.optional": "<strong>This field is optional</strong>. You are not obligated to provide your email address, but without a validated email you will not be able to recover your account or login with your email.",
"emailUpdate.required": "<strong>This field is required</strong>.",
"emailUpdate.change-instructions": "Un mail de confirmation sera envoyé à l'adresse mail saisie avec un lien unique. L'accès à ce lien confirmera votre propriété de mail et elle deviendra active sur votre compte. À tout moment, vous pouvez mettre à jour votre mail enregistré depuis la page de votre compte."
}

@ -1,6 +1,5 @@
{
"authentication": "Authentication",
"require-email-confirmation": "Require Email Confirmation",
"email-confirm-interval": "User may not resend a confirmation email until",
"email-confirm-email2": "minutes have elapsed",
"allow-login-with": "Allow login with",

@ -48,6 +48,8 @@
"unsub.cta": "Pica aquí para cambiar os axustes",
"unsubscribe": "unsubscribe",
"unsub.success": "You will no longer receive emails from the <strong>%1</strong> mailing list",
"unsub.failure.title": "Unable to unsubscribe",
"unsub.failure.message": "Unfortunately, we were not able to unsubscribe you from the mailing list, as there was an issue with the link. However, you can alter your email preferences by going to <a href=\"%2\">your user settings</a>.<br /><br />(error: <code>%1</code>)",
"banned.subject": "You have been banned from %1",
"banned.text1": "The user %1 has been banned from %2.",
"banned.text2": "This ban will last until %1.",

@ -184,6 +184,7 @@
"consent.export_posts": "Export Posts (.csv)",
"consent.export-posts-success": "Exporting posts, you will get a notification when it is complete.",
"emailUpdate.intro": "Please enter your email address below. This forum uses your email address for scheduled digest and notifications, as well as for account recovery in the event of a lost password.",
"emailUpdate.optional": "<strong>This field is optional</strong>. You are not obligated to provide your email address, but without a validated email, you will not be able to recover your account or login with your email.",
"emailUpdate.optional": "<strong>This field is optional</strong>. You are not obligated to provide your email address, but without a validated email you will not be able to recover your account or login with your email.",
"emailUpdate.required": "<strong>This field is required</strong>.",
"emailUpdate.change-instructions": "A confirmation email will be sent to the entered email address with a unique link. Accessing that link will confirm your ownership of the email address and it will become active on your account. At any time, you are able to update your email on file from within your account page."
}

@ -1,13 +1,13 @@
{
"custom-css": "CSS/LESS מותאם אישית",
"custom-css.description": "הזן כאן CSS / LESS משלך, שיוחלו לאחר כל הסגנונות האחרים.",
"custom-css.enable": "אפשר CSS / LESS מותאמים אישית",
"custom-css.enable": "Enable Custom CSS/LESS",
"custom-js": "Javascript מותאם אישית",
"custom-js.description": "הזן כאן javascript משלך. זה יבוצע לאחר טעינת הדף לחלוטין.",
"custom-js.enable": "אפשר Javascript מותאם אישית",
"custom-js.description": "Enter your own javascript here. It will be executed after the page is loaded completely.",
"custom-js.enable": "Enable Custom Javascript",
"custom-header": "HTML מותאם אישית",
"custom-header": "Custom Header",
"custom-header.description": "הזן כאן HTML משלך (לדוגמא תגיות מטא), שיתווספו לתגית ה-<code>head</code> של הפורום. ניתן להכניס סקריפטים, אך מומלץ להכניס אותם בכרטיסיית <a href=\"#custom-js\" data-toggle=\"tab\">Javascript מותאם אישית</a>.",
"custom-header.enable": "אפשר HTML מותאם אישית",

@ -1,6 +1,5 @@
{
"authentication": "אימות",
"require-email-confirmation": "דורש אישור על ידי כתובת מייל",
"email-confirm-interval": "המשתמש לא יוכל לשלוח הודעת אישור מייל עד שיחלוף",
"email-confirm-email2": "דקות",
"allow-login-with": "אפשר התחברות עם",

@ -48,6 +48,8 @@
"unsub.cta": "לחץ כאן לשנות הגדרות אלו",
"unsubscribe": "בטל רישום",
"unsub.success": "אתה לא תקבל יותר מיילים מרשימת התפוצה של <strong>%1</strong>",
"unsub.failure.title": "Unable to unsubscribe",
"unsub.failure.message": "Unfortunately, we were not able to unsubscribe you from the mailing list, as there was an issue with the link. However, you can alter your email preferences by going to <a href=\"%2\">your user settings</a>.<br /><br />(error: <code>%1</code>)",
"banned.subject": "הורחקת מ %1",
"banned.text1": "המשתמש %1 הורחק מ %2.",
"banned.text2": "הרחקה זו תמשך עד %1",

@ -184,6 +184,7 @@
"consent.export_posts": "יצוא פוסטים (CVS.)",
"consent.export-posts-success": "ייצוא הפוסטים מתבצע כעת. תקבל התראה כאשר הייצוא יסתיים.",
"emailUpdate.intro": "אנא הכנס את כתובת הדוא\"ל שלך. הפורום משתמש בדוא\"ל שלך לשליחת תקציר מתוזמן והתראות, כמו כן לשחזור חשבון במקרה ששוכחים את הסיסמה.",
"emailUpdate.optional": "<strong>This field is optional</strong>. You are not obligated to provide your email address, but without a validated email, you will not be able to recover your account or login with your email.",
"emailUpdate.optional": "<strong>This field is optional</strong>. You are not obligated to provide your email address, but without a validated email you will not be able to recover your account or login with your email.",
"emailUpdate.required": "<strong>This field is required</strong>.",
"emailUpdate.change-instructions": "מייל אימות יישלח לכתובת דוא\"ל שהכנסת עם קישור ייחודי. לחיצה על הקישור יאמת את בעלותך על הדוא\"ל ותקבל גישה לחשבונך. בכל זמן, תוכל לעדכן את כתובת הדוא\"ל שלך בדף החשבון שלך."
}

@ -1,6 +1,5 @@
{
"authentication": "Autentifikacija",
"require-email-confirmation": "Zahtjeva potvrdu email-om",
"email-confirm-interval": "Korisnik ne može ponovno poslati potvrdni email do ",
"email-confirm-email2": "prošlo je minuta",
"allow-login-with": "Dozvoli prijavu sa",

@ -48,6 +48,8 @@
"unsub.cta": "Klikni ovdje za promjenu postavki",
"unsubscribe": "unsubscribe",
"unsub.success": "You will no longer receive emails from the <strong>%1</strong> mailing list",
"unsub.failure.title": "Unable to unsubscribe",
"unsub.failure.message": "Unfortunately, we were not able to unsubscribe you from the mailing list, as there was an issue with the link. However, you can alter your email preferences by going to <a href=\"%2\">your user settings</a>.<br /><br />(error: <code>%1</code>)",
"banned.subject": "Blokirani se na %1",
"banned.text1": "Korisnik %2 je blokirao %1.",
"banned.text2": "Blok će trajati do %1.",

@ -184,6 +184,7 @@
"consent.export_posts": "Export Posts (.csv)",
"consent.export-posts-success": "Exporting posts, you will get a notification when it is complete.",
"emailUpdate.intro": "Please enter your email address below. This forum uses your email address for scheduled digest and notifications, as well as for account recovery in the event of a lost password.",
"emailUpdate.optional": "<strong>This field is optional</strong>. You are not obligated to provide your email address, but without a validated email, you will not be able to recover your account or login with your email.",
"emailUpdate.optional": "<strong>This field is optional</strong>. You are not obligated to provide your email address, but without a validated email you will not be able to recover your account or login with your email.",
"emailUpdate.required": "<strong>This field is required</strong>.",
"emailUpdate.change-instructions": "A confirmation email will be sent to the entered email address with a unique link. Accessing that link will confirm your ownership of the email address and it will become active on your account. At any time, you are able to update your email on file from within your account page."
}

@ -1,6 +1,5 @@
{
"authentication": "Hitelesítés",
"require-email-confirmation": "Email megerősítés megkövetelése",
"email-confirm-interval": "A felhasználó nem küldetheti újra az emailt ameddig nem telt el",
"email-confirm-email2": "perc",
"allow-login-with": "Bejelentkezés engedélyezése ezzel:",

@ -48,6 +48,8 @@
"unsub.cta": "Kattintson ide a beállítások módosításához",
"unsubscribe": "Leiratkozás",
"unsub.success": "Nem fog kapni több email a következő <strong>%1</strong> email fiókból",
"unsub.failure.title": "Unable to unsubscribe",
"unsub.failure.message": "Unfortunately, we were not able to unsubscribe you from the mailing list, as there was an issue with the link. However, you can alter your email preferences by going to <a href=\"%2\">your user settings</a>.<br /><br />(error: <code>%1</code>)",
"banned.subject": "Ki lettél tiltva a(z) %1 oldalról",
"banned.text1": "%1 nevű felhasználó ki lett tiltva a(z) %2 oldalról.",
"banned.text2": "A kitiltás lejárta: %1.",

@ -184,6 +184,7 @@
"consent.export_posts": "Bejegyzések exportálása (.csv)",
"consent.export-posts-success": "Bejegyzések exportálása, értesítéssel, hogyha végzett a művelet.",
"emailUpdate.intro": "Please enter your email address below. This forum uses your email address for scheduled digest and notifications, as well as for account recovery in the event of a lost password.",
"emailUpdate.optional": "<strong>This field is optional</strong>. You are not obligated to provide your email address, but without a validated email, you will not be able to recover your account or login with your email.",
"emailUpdate.optional": "<strong>This field is optional</strong>. You are not obligated to provide your email address, but without a validated email you will not be able to recover your account or login with your email.",
"emailUpdate.required": "<strong>This field is required</strong>.",
"emailUpdate.change-instructions": "A confirmation email will be sent to the entered email address with a unique link. Accessing that link will confirm your ownership of the email address and it will become active on your account. At any time, you are able to update your email on file from within your account page."
}

@ -1,6 +1,5 @@
{
"authentication": "Authentication",
"require-email-confirmation": "Require Email Confirmation",
"email-confirm-interval": "User may not resend a confirmation email until",
"email-confirm-email2": "minutes have elapsed",
"allow-login-with": "Allow login with",

@ -48,6 +48,8 @@
"unsub.cta": "Klik di sini untuk mengubah pengaturan-pengaturan tersebut.",
"unsubscribe": "unsubscribe",
"unsub.success": "You will no longer receive emails from the <strong>%1</strong> mailing list",
"unsub.failure.title": "Unable to unsubscribe",
"unsub.failure.message": "Unfortunately, we were not able to unsubscribe you from the mailing list, as there was an issue with the link. However, you can alter your email preferences by going to <a href=\"%2\">your user settings</a>.<br /><br />(error: <code>%1</code>)",
"banned.subject": "You have been banned from %1",
"banned.text1": "The user %1 has been banned from %2.",
"banned.text2": "This ban will last until %1.",

@ -184,6 +184,7 @@
"consent.export_posts": "Export Posts (.csv)",
"consent.export-posts-success": "Exporting posts, you will get a notification when it is complete.",
"emailUpdate.intro": "Please enter your email address below. This forum uses your email address for scheduled digest and notifications, as well as for account recovery in the event of a lost password.",
"emailUpdate.optional": "<strong>This field is optional</strong>. You are not obligated to provide your email address, but without a validated email, you will not be able to recover your account or login with your email.",
"emailUpdate.optional": "<strong>This field is optional</strong>. You are not obligated to provide your email address, but without a validated email you will not be able to recover your account or login with your email.",
"emailUpdate.required": "<strong>This field is required</strong>.",
"emailUpdate.change-instructions": "A confirmation email will be sent to the entered email address with a unique link. Accessing that link will confirm your ownership of the email address and it will become active on your account. At any time, you are able to update your email on file from within your account page."
}

@ -1,6 +1,5 @@
{
"authentication": "Autenticazione",
"require-email-confirmation": "Richiesta Email di Conferma",
"email-confirm-interval": "L'utente non può mandare una nuova email di conferma fino a",
"email-confirm-email2": "minuti trascorsi",
"allow-login-with": "Consenti l'accesso con",

@ -48,6 +48,8 @@
"unsub.cta": "Clicca qui per modificare queste impostazioni",
"unsubscribe": "Annulla l'iscrizione",
"unsub.success": "Non riceverai più email dalla <strong>%1</strong> mailing list",
"unsub.failure.title": "Impossibile annullare l'iscrizione",
"unsub.failure.message": "Sfortunatamente, non siamo stati in grado di cancellarti dalla mailing list, perché c'era un problema con il link. Tuttavia, puoi modificare le preferenze dell'email andando nelle <a href=\"%2\">impostazioni utente</a>.<br /><br />(errore: <code>%1</code>)",
"banned.subject": "Sei stato bannato da %1",
"banned.text1": "L'utente %1 è stato bannato da %2",
"banned.text2": "Questo ban durerà fino a %1.",

@ -184,6 +184,7 @@
"consent.export_posts": "Esporta i post (.csv)",
"consent.export-posts-success": "Esportazione dei post, riceverai una notifica al termine.",
"emailUpdate.intro": "Inserisci il tuo indirizzo email qui sotto. Questo forum utilizza il tuo indirizzo email per il riepilogo programmato e le notifiche, così come per il recupero dell'account in caso di perdita della password.",
"emailUpdate.optional": "<strong>Questo campo è opzionale</strong>. Non sei obbligato a fornire il tuo indirizzo email, ma senza un'email convalidata, non sarai in grado di recuperare il tuo account o di accedere con la tua email.",
"emailUpdate.optional": "<strong>Questo campo è facoltativo</strong>. Non sei obbligato a fornire il tuo indirizzo email, ma senza un'email convalidata non sarai in grado di recuperare il tuo account o di accedere con la tua email.",
"emailUpdate.required": "<strong>Questo campo è obbligatorio</strong>.",
"emailUpdate.change-instructions": "Un'email di conferma sarà inviata all'indirizzo email inserito con un link unico. Accedendo a quel link confermerai la tua proprietà dell'indirizzo email e questo diventerà attivo sul tuo account. In qualsiasi momento, sei in grado di aggiornare la tua email in archivio dalla pagina del tuo account."
}

@ -1,6 +1,5 @@
{
"authentication": "認証",
"require-email-confirmation": "Eメールの確認が必要です",
"email-confirm-interval": "ユーザーが確認するまでEメールを再送信しない",
"email-confirm-email2": "分経過",
"allow-login-with": "ログインを許可",

@ -48,6 +48,8 @@
"unsub.cta": "ここをクリックして設定を変更する",
"unsubscribe": "unsubscribe",
"unsub.success": "You will no longer receive emails from the <strong>%1</strong> mailing list",
"unsub.failure.title": "Unable to unsubscribe",
"unsub.failure.message": "Unfortunately, we were not able to unsubscribe you from the mailing list, as there was an issue with the link. However, you can alter your email preferences by going to <a href=\"%2\">your user settings</a>.<br /><br />(error: <code>%1</code>)",
"banned.subject": "%1さんからBANされました。",
"banned.text1": "%1さんは%2さんにBANされています。",
"banned.text2": "このBANは%1まで続きます。",

@ -184,6 +184,7 @@
"consent.export_posts": "投稿をエクスポート (.csv)",
"consent.export-posts-success": "Exporting posts, you will get a notification when it is complete.",
"emailUpdate.intro": "Please enter your email address below. This forum uses your email address for scheduled digest and notifications, as well as for account recovery in the event of a lost password.",
"emailUpdate.optional": "<strong>This field is optional</strong>. You are not obligated to provide your email address, but without a validated email, you will not be able to recover your account or login with your email.",
"emailUpdate.optional": "<strong>This field is optional</strong>. You are not obligated to provide your email address, but without a validated email you will not be able to recover your account or login with your email.",
"emailUpdate.required": "<strong>This field is required</strong>.",
"emailUpdate.change-instructions": "A confirmation email will be sent to the entered email address with a unique link. Accessing that link will confirm your ownership of the email address and it will become active on your account. At any time, you are able to update your email on file from within your account page."
}

@ -1,6 +1,5 @@
{
"authentication": "인증",
"require-email-confirmation": "이메일 인증 필수화",
"email-confirm-interval": "사용자는",
"email-confirm-email2": "분이 지나기 전까지 인증 메일 재요청이 불가능합니다.",
"allow-login-with": "로그인 허용 수단",

@ -48,6 +48,8 @@
"unsub.cta": "설정을 변경하려면 여기를 클릭하세요.",
"unsubscribe": "구독 해제",
"unsub.success": "지금부터 <strong>%1</strong> 의 메일을 수신하지 않습니다.",
"unsub.failure.title": "Unable to unsubscribe",
"unsub.failure.message": "Unfortunately, we were not able to unsubscribe you from the mailing list, as there was an issue with the link. However, you can alter your email preferences by going to <a href=\"%2\">your user settings</a>.<br /><br />(error: <code>%1</code>)",
"banned.subject": "사용자는 %1에서 차단되었습니다.",
"banned.text1": "사용자 %1는 %2에서 차단되었습니다.",
"banned.text2": "차단은 %1까지 유효합니다.",

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

Loading…
Cancel
Save