mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-05-07 09:26:27 +02:00
Merge commit 'bc41848adb6c2a84c74a88598b87334a179ecabf' into v1.11.x
This commit is contained in:
88
CHANGELOG.md
88
CHANGELOG.md
@@ -1,3 +1,91 @@
|
||||
#### 1.11.0 (2018-12-14)
|
||||
|
||||
##### Chores
|
||||
|
||||
* incrementing version number - v1.11.1 (2104877c)
|
||||
* **deps:**
|
||||
* update dependency husky to v1.2.1 (63f4b569)
|
||||
* update node:8.14.0 docker digest to dd2381f (7449ae3e)
|
||||
* update node.js to v8.14.0 (8a5a031d)
|
||||
|
||||
##### New Features
|
||||
|
||||
* Allow getting logfile path from config (#7044) (f3e8e065)
|
||||
* remove uid:<uid>:ignored:cids (#7099) (263c9180)
|
||||
* cache category tag whitelist (78fa7340)
|
||||
* make user cards look less derpy (31bb2ae9)
|
||||
* added new middleware authenticateOrGuest (4fba1492)
|
||||
* closes #7070 (7ca62b83)
|
||||
* added README.md in languages folder (648964fa)
|
||||
* up composer (7eee8e1d)
|
||||
* allow array results (54c127d1)
|
||||
* #7023 (f581c052)
|
||||
* close #7002, console message if mismatched origins (89c025d1)
|
||||
* added changelog file to root of repo (e89b4fca)
|
||||
* **email:** don't escape html in notification bodies. (#7042) (d7c55bc3)
|
||||
|
||||
##### Bug Fixes
|
||||
|
||||
* #7108 (81697390)
|
||||
* dont save data for non-positive uids (62f01a83)
|
||||
* #7103 (f103390a)
|
||||
* dont update cid:<cid>:tids:votes if topic is pinned (2f57a4b9)
|
||||
* #7102 (d117df77)
|
||||
* #7102 (85a07e99)
|
||||
* don't explode if there is no css el (74d0e88d)
|
||||
* db info page (26ccd8f6)
|
||||
* logAttempt conditional (a6c8e0ab)
|
||||
* #7087, server-side protection against guest blocks (33d4956b)
|
||||
* don't crash in flags.validate if user blocked target (81aa3a0b)
|
||||
* dont send empty strings (555c092f)
|
||||
* #7085 (fe0f95a2)
|
||||
* #7086 (e55fb437)
|
||||
* wrong variable #7085 (71163421)
|
||||
* admins&mods when there are mutliple lines of users (de437e36)
|
||||
* refreshing settings page on save if language changed (ed46c5e2)
|
||||
* not calling authenticate middleware on resource direct access routes (eeaee8cc)
|
||||
* #7038, autoLocale logic not playing nicely with no-refresh auths (#7059) (5f3d1c76)
|
||||
* #7074 (2604cf63)
|
||||
* #7071 buildSkinAsset won't rebuild continuously (a07d9898)
|
||||
* #7063, logout code should do hard page nav to / or data.next (6df5668e)
|
||||
* #7061 (eab297bd)
|
||||
* skin not changing after login or logout, #7038 (28a1fa78)
|
||||
* #7040 (a63ddbe2)
|
||||
* #7041 (ec0c50d4)
|
||||
* #7043 (8d7c3897)
|
||||
* add missing render function (cb7c2d8c)
|
||||
* #7033 (8808a033)
|
||||
* #7037 (b86f1556)
|
||||
* #6991, add timeout for version Github request (43c3bb02)
|
||||
* #7030 (58d4376f)
|
||||
* **deps:**
|
||||
* update dependency nodebb-plugin-composer-default to v6.1.17 (3bcfd7fc)
|
||||
* update dependency nodebb-theme-persona to v9.1.4 (b6ad5fd4)
|
||||
* update dependency nodebb-plugin-markdown to v8.8.6 (#7079) (46fb365d)
|
||||
* update dependency nodebb-theme-persona to v9.1.3 (#7075) (d2aea57a)
|
||||
* update dependency nodebb-theme-persona to v9.1.2 (42e792ab)
|
||||
* update dependency nodebb-theme-persona to v9.1.1 (#7069) (bdb33056)
|
||||
* update dependency postcss to v7.0.6 (6b5428c5)
|
||||
* update dependency nodebb-plugin-composer-default to v6.1.14 (#7058) (e48ed6e0)
|
||||
* update dependency nodebb-plugin-composer-default to v6.1.13 (#7057) (ada1d6d0)
|
||||
* update dependency nodebb-plugin-composer-default to v6.1.12 (#7056) (9f9f72da)
|
||||
* update dependency nodebb-plugin-composer-default to v6.1.11 (#7055) (89acb896)
|
||||
* update dependency nodebb-theme-slick to v1.2.18 (#7049) (b6cb77c1)
|
||||
* update dependency nodebb-theme-slick to v1.2.17 (#7048) (7334c45b)
|
||||
* update dependency nodebb-theme-slick to v1.2.16 (#7047) (1cb1af0c)
|
||||
* update dependency connect-mongo to v2.0.3 (#7046) (d0d0c7f0)
|
||||
* update dependency nodebb-plugin-dbsearch to v3.0.3 (#7035) (adb1b5f3)
|
||||
* update dependency lru-cache to v4.1.5 (#7031) (887582eb)
|
||||
* update dependency socket.io to v2.2.0 (b9d49867)
|
||||
* update dependency socket.io-client to v2.2.0 (824bd541)
|
||||
* update dependency nodebb-plugin-dbsearch to v3.0.2 (#7028) (11f1b409)
|
||||
* update dependency nodebb-plugin-dbsearch to v3.0.1 (#7027) (e71f443c)
|
||||
* **i18n:** pushed notifications source to tx, pulled fallbacks (8dd8370b)
|
||||
|
||||
##### Code Style Changes
|
||||
|
||||
* **eslint:** match operator-linebreak preferences (ba619c7e)
|
||||
|
||||
### 1.11.0 (2018-11-28)
|
||||
|
||||
##### Chores
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# The base image is the latest 8.x node (LTS)
|
||||
FROM node:8.14.0@sha256:dd2381fe1f68df03a058094097886cd96b24a47724ff5a588b90921f13e875b7
|
||||
FROM node:8.15.0@sha256:cb66110c9c7d84bae9a6db8675f49d5c9e34d528023ef185b186e29ae5461051
|
||||
|
||||
RUN mkdir -p /usr/src/app
|
||||
WORKDIR /usr/src/app
|
||||
|
||||
@@ -116,5 +116,6 @@
|
||||
"eventLoopLagThreshold": 100,
|
||||
"eventLoopInterval": 500,
|
||||
"onlineCutoff": 30,
|
||||
"timeagoCutoff": 30
|
||||
"timeagoCutoff": 30,
|
||||
"categoryWatchState": "watching"
|
||||
}
|
||||
@@ -32,11 +32,11 @@
|
||||
"ace-builds": "^1.2.9",
|
||||
"archiver": "^3.0.0",
|
||||
"async": "2.6.1",
|
||||
"autoprefixer": "^9.0.0",
|
||||
"autoprefixer": "^9.4.6",
|
||||
"bcryptjs": "2.4.3",
|
||||
"benchpressjs": "^1.2.5",
|
||||
"body-parser": "^1.18.2",
|
||||
"bootstrap": "^3.3.7",
|
||||
"bootstrap": "^3.4.0",
|
||||
"bootswatch": "^3",
|
||||
"chart.js": "^2.7.1",
|
||||
"cli-graph": "^3.2.2",
|
||||
@@ -56,7 +56,7 @@
|
||||
"cropperjs": "^1.2.2",
|
||||
"csurf": "^1.9.0",
|
||||
"daemon": "^1.1.0",
|
||||
"diff": "^3.4.0",
|
||||
"diff": "^4.0.1",
|
||||
"express": "^4.16.2",
|
||||
"express-session": "^1.15.6",
|
||||
"express-useragent": "^1.0.12",
|
||||
@@ -66,50 +66,51 @@
|
||||
"ipaddr.js": "^1.5.4",
|
||||
"jquery": "^3.2.1",
|
||||
"jsesc": "2.5.2",
|
||||
"json-2-csv": "^2.1.2",
|
||||
"json-2-csv": "^3.0.0",
|
||||
"jsonwebtoken": "^8.4.0",
|
||||
"less": "^2.7.3",
|
||||
"lodash": "^4.17.10",
|
||||
"logrotate-stream": "^0.2.5",
|
||||
"lru-cache": "4.1.5",
|
||||
"lru-cache": "5.1.1",
|
||||
"material-design-lite": "^1.3.0",
|
||||
"mime": "^2.2.0",
|
||||
"mkdirp": "^0.5.1",
|
||||
"mongodb": "3.1.10",
|
||||
"mongodb": "3.1.13",
|
||||
"morgan": "^1.9.0",
|
||||
"mousetrap": "^1.6.1",
|
||||
"mubsub-nbb": "^1.5.0",
|
||||
"nconf": "^0.10.0",
|
||||
"nodebb-plugin-composer-default": "6.1.17",
|
||||
"nodebb-plugin-dbsearch": "3.0.3",
|
||||
"nodebb-plugin-composer-default": "6.1.21",
|
||||
"nodebb-plugin-dbsearch": "3.0.4",
|
||||
"nodebb-plugin-emoji": "^2.2.5",
|
||||
"nodebb-plugin-emoji-android": "2.0.0",
|
||||
"nodebb-plugin-markdown": "8.8.6",
|
||||
"nodebb-plugin-mentions": "2.3.0",
|
||||
"nodebb-plugin-markdown": "8.8.7",
|
||||
"nodebb-plugin-mentions": "2.5.2",
|
||||
"nodebb-plugin-soundpack-default": "1.0.0",
|
||||
"nodebb-plugin-spam-be-gone": "0.5.5",
|
||||
"nodebb-rewards-essentials": "0.0.13",
|
||||
"nodebb-theme-lavender": "5.0.8",
|
||||
"nodebb-theme-persona": "9.1.4",
|
||||
"nodebb-theme-slick": "1.2.18",
|
||||
"nodebb-theme-vanilla": "10.1.12",
|
||||
"nodebb-widget-essentials": "4.0.11",
|
||||
"nodemailer": "^4.6.5",
|
||||
"nodebb-theme-persona": "9.1.13",
|
||||
"nodebb-theme-slick": "1.2.19",
|
||||
"nodebb-theme-vanilla": "10.1.18",
|
||||
"nodebb-widget-essentials": "4.0.13",
|
||||
"nodemailer": "^5.0.0",
|
||||
"passport": "^0.4.0",
|
||||
"passport-local": "1.0.0",
|
||||
"pg": "^7.4.0",
|
||||
"pg-cursor": "^1.3.0",
|
||||
"postcss": "7.0.6",
|
||||
"pg-cursor": "^2.0.0",
|
||||
"postcss": "7.0.14",
|
||||
"postcss-clean": "1.1.0",
|
||||
"promise-polyfill": "^8.0.0",
|
||||
"prompt": "^1.0.0",
|
||||
"redis": "2.8.0",
|
||||
"request": "2.88.0",
|
||||
"rimraf": "2.6.2",
|
||||
"rimraf": "2.6.3",
|
||||
"rss": "^1.2.2",
|
||||
"sanitize-html": "^1.16.3",
|
||||
"semver": "^5.4.1",
|
||||
"serve-favicon": "^2.4.5",
|
||||
"sharp": "0.21.0",
|
||||
"sharp": "0.21.3",
|
||||
"sitemap": "^2.0.0",
|
||||
"socket.io": "2.2.0",
|
||||
"socket.io-adapter-cluster": "^1.0.1",
|
||||
@@ -119,31 +120,31 @@
|
||||
"socket.io-redis": "5.2.0",
|
||||
"socketio-wildcard": "2.0.0",
|
||||
"spdx-license-list": "^5.0.0",
|
||||
"spider-detector": "1.0.18",
|
||||
"spider-detector": "1.0.19",
|
||||
"toobusy-js": "^0.5.1",
|
||||
"uglify-es": "^3.3.9",
|
||||
"validator": "10.9.0",
|
||||
"validator": "10.11.0",
|
||||
"winston": "3.1.0",
|
||||
"xml": "^1.0.1",
|
||||
"xregexp": "^4.1.1",
|
||||
"zxcvbn": "^4.4.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@commitlint/cli": "7.2.1",
|
||||
"@commitlint/config-angular": "7.1.2",
|
||||
"@commitlint/cli": "7.3.2",
|
||||
"@commitlint/config-angular": "7.3.1",
|
||||
"coveralls": "3.0.2",
|
||||
"eslint": "5.9.0",
|
||||
"eslint": "5.12.1",
|
||||
"eslint-config-airbnb-base": "13.1.0",
|
||||
"eslint-plugin-import": "2.14.0",
|
||||
"eslint-plugin-import": "2.15.0",
|
||||
"grunt": "1.0.3",
|
||||
"grunt-contrib-watch": "1.1.0",
|
||||
"husky": "1.2.1",
|
||||
"jsdom": "13.0.0",
|
||||
"husky": "1.3.1",
|
||||
"jsdom": "13.1.0",
|
||||
"lint-staged": "8.1.0",
|
||||
"mocha": "5.2.0",
|
||||
"mocha-lcov-reporter": "1.3.0",
|
||||
"nyc": "13.1.0",
|
||||
"smtp-server": "3.4.7"
|
||||
"smtp-server": "3.5.0"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/NodeBB/NodeBB/issues"
|
||||
@@ -168,4 +169,4 @@
|
||||
"url": "https://github.com/barisusakli"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1 +1 @@
|
||||
@echo off && cd %~dp0 && node ./src/cli %*
|
||||
@echo off && cd %~dp0 && node ./nodebb %*
|
||||
|
||||
@@ -70,5 +70,9 @@
|
||||
"email-post-notif": "Send an email when replies are made to topics I am subscribed to",
|
||||
"follow-created-topics": "Follow topics you create",
|
||||
"follow-replied-topics": "Follow topics that you reply to",
|
||||
"default-notification-settings": "Default notification settings"
|
||||
"default-notification-settings": "Default notification settings",
|
||||
"categoryWatchState": "Default category watch state",
|
||||
"categoryWatchState.watching": "Watching",
|
||||
"categoryWatchState.notwatching": "Not Watching",
|
||||
"categoryWatchState.ignoring": "Ignoring"
|
||||
}
|
||||
@@ -7,14 +7,16 @@
|
||||
"browsing": "تصفح",
|
||||
"no_replies": "لم يرد أحد",
|
||||
"no_new_posts": "لا توجد مشاركات جديدة.",
|
||||
"share_this_category": "شارك هذا القسم",
|
||||
"watch": "تابع",
|
||||
"ignore": "تجاهل",
|
||||
"watching": "متابع",
|
||||
"not-watching": "Not Watching",
|
||||
"ignoring": "متجاهل",
|
||||
"watching.description": "أظهر المواضيع في غير مقروء",
|
||||
"ignoring.description": "لا تظهر المواضيع في غير مقروء",
|
||||
"watch.message": "أنت الآن تتابع التحديثات من هذا القسم وجميع الأقسام الفرعية",
|
||||
"ignore.message": "أنت الآن تتجاهل التحديثات من هذا القسم وجميع الأقسام الفرعية",
|
||||
"watching.description": "Show topics in unread and recent",
|
||||
"not-watching.description": "Do not show topics in unread, show in recent",
|
||||
"ignoring.description": "Do not show topics in unread and recent",
|
||||
"watching.message": "You are now watching updates from this category and all subcategories",
|
||||
"notwatching.message": "You are not watching updates from this category and all subcategories",
|
||||
"ignoring.message": "You are now ignoring updates from this category and all subcategories",
|
||||
"watched-categories": "الأقسام المُتابعة"
|
||||
}
|
||||
@@ -56,6 +56,7 @@
|
||||
"notificationType_follow": "When someone starts following you",
|
||||
"notificationType_new-chat": "When you receive a chat message",
|
||||
"notificationType_group-invite": "When you receive a group invite",
|
||||
"notificationType_group-request-membership": "When someone requests to join a group you own",
|
||||
"notificationType_new-register": "When someone gets added to registration queue",
|
||||
"notificationType_post-queue": "When a new post is queued",
|
||||
"notificationType_new-post-flag": "When a post is flagged",
|
||||
|
||||
@@ -28,6 +28,7 @@
|
||||
"watched_categories": "Watched categories",
|
||||
"watched": "متابع",
|
||||
"ignored": "تم تجاهله",
|
||||
"default-category-watch-state": "Default category watch state",
|
||||
"followers": "المتابعون",
|
||||
"following": "يتابع",
|
||||
"blocks": "Blocks",
|
||||
@@ -48,6 +49,7 @@
|
||||
"change_picture": "تغيير الصورة",
|
||||
"change_username": "تغيير اسم المستخدم",
|
||||
"change_email": "تغيير البريد اﻹلكتروني",
|
||||
"email_same_as_password": "Please enter your current password to continue – you've entered your new email again",
|
||||
"edit": "تعديل",
|
||||
"edit-profile": "تعديل الملف الشخصي",
|
||||
"default_picture": "أيقونة افتراضية",
|
||||
|
||||
@@ -70,5 +70,9 @@
|
||||
"email-post-notif": "Изпращане на е-писмо, когато се появи отговор в темите, за които съм абониран(а).",
|
||||
"follow-created-topics": "Следване на темите, които създавате",
|
||||
"follow-replied-topics": "Следване на темите, на които отговаряте",
|
||||
"default-notification-settings": "Настройки по подразбиране за известията"
|
||||
"default-notification-settings": "Настройки по подразбиране за известията",
|
||||
"categoryWatchState": "Състояние по подразбиране за следенето на категории",
|
||||
"categoryWatchState.watching": "Да се следят",
|
||||
"categoryWatchState.notwatching": "Да не се следят",
|
||||
"categoryWatchState.ignoring": "Да се пренебрегват"
|
||||
}
|
||||
@@ -7,14 +7,16 @@
|
||||
"browsing": "разглежда",
|
||||
"no_replies": "Няма отговори",
|
||||
"no_new_posts": "Няма нови публикации.",
|
||||
"share_this_category": "Споделяне на тази категория",
|
||||
"watch": "Следене",
|
||||
"ignore": "Пренебрегване",
|
||||
"watching": "Следите",
|
||||
"not-watching": "Не следите",
|
||||
"ignoring": "Пренебрегвате",
|
||||
"watching.description": "Темите да се показват в непрочетените",
|
||||
"ignoring.description": "Темите да не се показват в непрочетените",
|
||||
"watch.message": "Вече следите новите неща в категорията и подкатегориите ѝ",
|
||||
"ignore.message": "Вече не следите новите неща в тази категория и всички нейни подкатегории",
|
||||
"watching.description": "Темите да се показват в непрочетените и скорошните",
|
||||
"not-watching.description": "Темите да не се показват в непрочетените, а само в скорошните",
|
||||
"ignoring.description": "Темите да не се показват нито в непрочетените, нито в скорошните",
|
||||
"watching.message": "Вече следите новите неща в категорията и подкатегориите ѝ",
|
||||
"notwatching.message": "Вече не следите новите неща в категорията и подкатегориите ѝ",
|
||||
"ignoring.message": "Вече пренебрегвате новите неща в тази категория и всички нейни подкатегории",
|
||||
"watched-categories": "Следени категории"
|
||||
}
|
||||
@@ -56,6 +56,7 @@
|
||||
"notificationType_follow": "Когато някой започне да Ви следва",
|
||||
"notificationType_new-chat": "Когато получите съобщение в разговор",
|
||||
"notificationType_group-invite": "Когато получите покана за група",
|
||||
"notificationType_group-request-membership": "Когато някой поиска да се включи в група, на която Вие сте собственик",
|
||||
"notificationType_new-register": "Когато някой бъде добавен в опашката за регистрация",
|
||||
"notificationType_post-queue": "Когато бъде добавена нова публикация в опашката",
|
||||
"notificationType_new-post-flag": "Когато публикация бъде докладвана",
|
||||
|
||||
@@ -28,6 +28,7 @@
|
||||
"watched_categories": "Следени категории",
|
||||
"watched": "Следени",
|
||||
"ignored": "Пренебрегвани",
|
||||
"default-category-watch-state": "Състояние по подразбиране за следенето на категории",
|
||||
"followers": "Последователи",
|
||||
"following": "Следва",
|
||||
"blocks": "Блокира",
|
||||
@@ -48,6 +49,7 @@
|
||||
"change_picture": "Промяна на снимката",
|
||||
"change_username": "Промяна на потребителското име",
|
||||
"change_email": "Промяна на е-пощата",
|
||||
"email_same_as_password": "Моля, въведете текущата си парола, за да продължите – Вие въведохте новата си е-поща отново",
|
||||
"edit": "Редактиране",
|
||||
"edit-profile": "Редактиране на профила",
|
||||
"default_picture": "Иконка по подразбиране",
|
||||
|
||||
@@ -70,5 +70,9 @@
|
||||
"email-post-notif": "Send an email when replies are made to topics I am subscribed to",
|
||||
"follow-created-topics": "Follow topics you create",
|
||||
"follow-replied-topics": "Follow topics that you reply to",
|
||||
"default-notification-settings": "Default notification settings"
|
||||
"default-notification-settings": "Default notification settings",
|
||||
"categoryWatchState": "Default category watch state",
|
||||
"categoryWatchState.watching": "Watching",
|
||||
"categoryWatchState.notwatching": "Not Watching",
|
||||
"categoryWatchState.ignoring": "Ignoring"
|
||||
}
|
||||
@@ -7,14 +7,16 @@
|
||||
"browsing": "ব্রাউজিং",
|
||||
"no_replies": "কোন রিপ্লাই নেই",
|
||||
"no_new_posts": "নতুন কোন পোস্ট নাই",
|
||||
"share_this_category": "এই বিভাগটি অন্যের সাথে ভাগাভাগি করুন",
|
||||
"watch": "নজর রাখুন",
|
||||
"ignore": "উপেক্ষা করুন",
|
||||
"watching": "Watching",
|
||||
"not-watching": "Not Watching",
|
||||
"ignoring": "Ignoring",
|
||||
"watching.description": "Show topics in unread",
|
||||
"ignoring.description": "Do not show topics in unread",
|
||||
"watch.message": "You are now watching updates from this category and all subcategories",
|
||||
"ignore.message": "You are now ignoring updates from this category and all subcategories",
|
||||
"watching.description": "Show topics in unread and recent",
|
||||
"not-watching.description": "Do not show topics in unread, show in recent",
|
||||
"ignoring.description": "Do not show topics in unread and recent",
|
||||
"watching.message": "You are now watching updates from this category and all subcategories",
|
||||
"notwatching.message": "You are not watching updates from this category and all subcategories",
|
||||
"ignoring.message": "You are now ignoring updates from this category and all subcategories",
|
||||
"watched-categories": "প্রেক্ষিত বিভাগসমূহ"
|
||||
}
|
||||
@@ -56,6 +56,7 @@
|
||||
"notificationType_follow": "When someone starts following you",
|
||||
"notificationType_new-chat": "When you receive a chat message",
|
||||
"notificationType_group-invite": "When you receive a group invite",
|
||||
"notificationType_group-request-membership": "When someone requests to join a group you own",
|
||||
"notificationType_new-register": "When someone gets added to registration queue",
|
||||
"notificationType_post-queue": "When a new post is queued",
|
||||
"notificationType_new-post-flag": "When a post is flagged",
|
||||
|
||||
@@ -28,6 +28,7 @@
|
||||
"watched_categories": "Watched categories",
|
||||
"watched": "দেখা হয়েছে",
|
||||
"ignored": "Ignored",
|
||||
"default-category-watch-state": "Default category watch state",
|
||||
"followers": "যাদের অনুসরণ করছেন",
|
||||
"following": "যারা আপনাকে অনুসরণ করছে",
|
||||
"blocks": "Blocks",
|
||||
@@ -48,6 +49,7 @@
|
||||
"change_picture": "ছবি পরিবর্তন",
|
||||
"change_username": "ইউজারনেম পরিবর্তন করুন",
|
||||
"change_email": "ইমেইল পরিবর্তন করুন",
|
||||
"email_same_as_password": "Please enter your current password to continue – you've entered your new email again",
|
||||
"edit": "সম্পাদনা",
|
||||
"edit-profile": "Edit Profile",
|
||||
"default_picture": "ডিফল্ট আইকন",
|
||||
|
||||
@@ -18,16 +18,16 @@
|
||||
"mongo.resident-memory": "Residentní paměť",
|
||||
"mongo.virtual-memory": "Virtuální paměť",
|
||||
"mongo.mapped-memory": "Namapovaná paměť",
|
||||
"mongo.bytes-in": "Bytes In",
|
||||
"mongo.bytes-out": "Bytes Out",
|
||||
"mongo.num-requests": "Number of Requests",
|
||||
"mongo.bytes-in": "Bajtů ->",
|
||||
"mongo.bytes-out": "Bajtů <-",
|
||||
"mongo.num-requests": "Počet požadavků",
|
||||
"mongo.raw-info": "Raw informace MongoDB",
|
||||
|
||||
"redis": "Redis",
|
||||
"redis.version": "Verze Redis",
|
||||
"redis.keys": "Keys",
|
||||
"redis.expires": "Expires",
|
||||
"redis.avg-ttl": "Average TTL",
|
||||
"redis.keys": "Klíče",
|
||||
"redis.expires": "Platnost",
|
||||
"redis.avg-ttl": "Průměrné TTL",
|
||||
"redis.connected-clients": "Připojených klientů",
|
||||
"redis.connected-slaves": "Druhotná připojení",
|
||||
"redis.blocked-clients": "Blokovaných klientů",
|
||||
@@ -36,10 +36,10 @@
|
||||
"redis.total-connections-recieved": "Souhrné množství připojení",
|
||||
"redis.total-commands-processed": "Souhrnně zpracováno příkazů",
|
||||
"redis.iops": "Okamžité zpracování za sekundu",
|
||||
"redis.iinput": "Instantaneous Input Per Second",
|
||||
"redis.ioutput": "Instantaneous Output Per Second",
|
||||
"redis.total-input": "Total Input",
|
||||
"redis.total-output": "Total Ouput",
|
||||
"redis.iinput": "Okamžité vstupy/s",
|
||||
"redis.ioutput": "Okamžité výstupy/s",
|
||||
"redis.total-input": "Celkové vstupy",
|
||||
"redis.total-output": "Celkové výstupy",
|
||||
|
||||
"redis.keyspace-hits": "Zpracováno klíčů",
|
||||
"redis.keyspace-misses": "Chyby klíče",
|
||||
|
||||
@@ -65,9 +65,9 @@
|
||||
"high-presence-topics": "Témata s vysokou účastí",
|
||||
|
||||
"graphs.page-views": "Zobrazení stránky",
|
||||
"graphs.page-views-registered": "Page Views Registered",
|
||||
"graphs.page-views-guest": "Page Views Guest",
|
||||
"graphs.page-views-bot": "Page Views Bot",
|
||||
"graphs.page-views-registered": "Zobrazených stránek/registrovaní",
|
||||
"graphs.page-views-guest": "Zobrazených stránek/hosté",
|
||||
"graphs.page-views-bot": "Zobrazených stránek/bot",
|
||||
"graphs.unique-visitors": "Jedineční návštěvníci",
|
||||
"graphs.registered-users": "Registrovaní uživatelé",
|
||||
"graphs.anonymous-users": "Anonymní uživatelé",
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
"id": "ID: <small>doporučené</small>",
|
||||
|
||||
"properties": "Vlastnosti:",
|
||||
"groups": "Groups:",
|
||||
"groups": "Skupiny:",
|
||||
"open-new-window": "Otevřít v novém okně",
|
||||
|
||||
"btn.delete": "Odstranit",
|
||||
|
||||
@@ -29,8 +29,8 @@
|
||||
"select-category": "Vyberte kategorii",
|
||||
"set-parent-category": "Nastavit nadřazenou kategorii",
|
||||
|
||||
"privileges.description": "You can configure the access control privileges for this category in this section. Privileges can be granted on a per-user or a per-group basis. Select the domain of effect from the dropdown below.",
|
||||
"privileges.category-selector": "Configuring privileges for ",
|
||||
"privileges.description": "Můžete upravit oprávnění přístupu pro kategorii ve v této části. Oprávnění může být uděleno na uživatele nebo na celou skupinu. Vyberte si z vysouvacího seznamu.",
|
||||
"privileges.category-selector": "Konfigurace oprávnění pro",
|
||||
"privileges.warning": "<strong>Poznámka:</strong> nastavení oprávnění má okamžitý vliv. Není tedy nutné uložit kategorii pro upravení těchto nastavení",
|
||||
"privileges.section-viewing": "Oprávnění prohlížení",
|
||||
"privileges.section-posting": "Oprávnění příspěvků",
|
||||
@@ -70,5 +70,5 @@
|
||||
"alert.group-search": "Hledat skupinu…",
|
||||
"collapse-all": "Sbalit vše",
|
||||
"expand-all": "Rozbalit vše",
|
||||
"disable-on-create": "Disable on create"
|
||||
"disable-on-create": "Zakázat při vytvoření"
|
||||
}
|
||||
@@ -10,7 +10,7 @@
|
||||
"search-content": "Hledat obsah",
|
||||
"search-users": "Hledat uživatele",
|
||||
"search-tags": "Hledat označení",
|
||||
"allow-local-login": "Local Login",
|
||||
"allow-local-login": "Místní přihlášení",
|
||||
|
||||
"find-category": "Hledat kategorii",
|
||||
"access-category": "Přístup ke kategorii",
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"upload-file": "Upload File",
|
||||
"filename": "Filename",
|
||||
"usage": "Post Usage",
|
||||
"orphaned": "Orphaned",
|
||||
"size/filecount": "Size / Filecount",
|
||||
"confirm-delete": "Do you really want to delete this file?",
|
||||
"filecount": "%1 files"
|
||||
"upload-file": "Nahrát soubor",
|
||||
"filename": "Název souboru",
|
||||
"usage": "Použito v příspěvku",
|
||||
"orphaned": "Nevyužito",
|
||||
"size/filecount": "Velikost / Počet souborů",
|
||||
"confirm-delete": "Opravdu chcete odstranit tento soubor?",
|
||||
"filecount": "%1 souborů"
|
||||
}
|
||||
@@ -93,7 +93,7 @@
|
||||
"alerts.error-x": "<strong>Chyba</strong><p>%1</p>",
|
||||
"alerts.create-success": "Uživatel byl vytvořen.",
|
||||
|
||||
"alerts.prompt-email": "Emails: ",
|
||||
"alerts.prompt-email": "E-maily:",
|
||||
"alerts.email-sent-to": "E-mail s pozvánkou byl odeslán na %1",
|
||||
"alerts.x-users-found": "Počet nalezených uživatelů: %1 (hledání trvalo %2 ms)"
|
||||
}
|
||||
@@ -57,7 +57,7 @@
|
||||
"section-advanced": "Pokročilé",
|
||||
"advanced/database": "Databáze",
|
||||
"advanced/events": "Události",
|
||||
"advanced/hooks": "Hooks",
|
||||
"advanced/hooks": "Háky",
|
||||
"advanced/logs": "Protokoly",
|
||||
"advanced/errors": "Chyby",
|
||||
"advanced/cache": "Mezipamě",
|
||||
|
||||
@@ -4,18 +4,18 @@
|
||||
"private": "Nahrané soubory jsou soukromé",
|
||||
"private-extensions": "Přípona souborů je soukromá",
|
||||
"private-uploads-extensions-help": "Pro nastavení soukromí, zde zadejte seznam souborů oddělený čárkou (tj. <code>pdf, xls,doc</code>). prázdný seznam znamená, že všechny soubory jsou soukromé.",
|
||||
"resize-image-width-threshold": "Resize images if they are wider than specified width",
|
||||
"resize-image-width-threshold-help": "(in pixels, default: 1520 pixels, set to 0 to disable)",
|
||||
"resize-image-width": "Resize images down to specified width",
|
||||
"resize-image-width-help": "(in pixels, default: 760 pixels, set to 0 to disable)",
|
||||
"resize-image-width-threshold": "Změnit velikost obrázků, jsou-li širší než určená šířka",
|
||||
"resize-image-width-threshold-help": "(v pixelech, výchozí: 1520 pixelů, pro zakázání - nastavte 0)",
|
||||
"resize-image-width": "Změnit velikost obrázků na určenou šířku",
|
||||
"resize-image-width-help": "(v pixelech, výchozí: 760 pixelů, pro zakázání - nastavte 0)",
|
||||
"resize-image-quality": "Kvalita při změně velikosti obrázků",
|
||||
"resize-image-quality-help": "Pro snížení velikosti zmenšených obrázků použijte nižší nastavení kvality.",
|
||||
"max-file-size": "Maximální velikost souboru (v KiB)",
|
||||
"max-file-size-help": "(v kilobajtech, výchozí 2048 KiB)",
|
||||
"reject-image-width": "Maximum Image Width (in pixels)",
|
||||
"reject-image-width-help": "Images wider than this value will be rejected.",
|
||||
"reject-image-height": "Maximum Image Height (in pixels)",
|
||||
"reject-image-height-help": "Images taller than this value will be rejected.",
|
||||
"reject-image-width": "Maximální šířka obrázku (v pixelech)",
|
||||
"reject-image-width-help": "Širší obrázek než tato hodnota bude zamítnut.",
|
||||
"reject-image-height": "Maximální výška obrázku (v pixelech)",
|
||||
"reject-image-height-help": "Vyšší obrázek než tato hodnota bude zamítnut.",
|
||||
"allow-topic-thumbnails": "Povolit uživatelům nahrát miniatury témat",
|
||||
"topic-thumb-size": "Velikost miniatury tématu",
|
||||
"allowed-file-extensions": "Povolené přípony souborů",
|
||||
|
||||
@@ -8,8 +8,8 @@
|
||||
"allow-login-with.username": "Pouze uživatelské jméno",
|
||||
"allow-login-with.email": "Pouze e-mail",
|
||||
"account-settings": "Nastavení účtu",
|
||||
"gdpr_enabled": "Enable GDPR consent collection",
|
||||
"gdpr_enabled_help": "When enabled, all new registrants will be required to explicitly give consent for data collection and usage under the <a href=\"https://eugdpr.org/the-regulation/gdpr-faqs/\">General Data Protection Regulation (GDPR)</a>. <strong>Note</strong>: Enabling GDPR does not force pre-existing users to provide consent. To do so, you will need to install the GDPR plugin.",
|
||||
"gdpr_enabled": "Povolit souhlas s GDPR",
|
||||
"gdpr_enabled_help": "Je-li povoleno, všichni nový uživatelé budou muset souhlasit se sběrem dat dle <a href=\"https://eugdpr.org/the-regulation/gdpr-faqs/\">General Data Protection Regulation (GDPR)</a>.<strong>Nezapomeňte, že: </strong>povolení GDPR nepřinutí již existující uživatele dát souhlas. Abyste tak učinili, bude muset nainstalovat zásuvný modul GDPR.",
|
||||
"disable-username-changes": "Zakázat změnu uživatelského jména",
|
||||
"disable-email-changes": "Zakázat změnu e-mailu",
|
||||
"disable-password-changes": "Zakázat změnu hesla",
|
||||
@@ -27,12 +27,12 @@
|
||||
"lockout-duration": "Délka blokování účtu (v minutách)",
|
||||
"login-days": "Počet dní na zapamatování relace přihlášení uživatele",
|
||||
"password-expiry-days": "Vynutit reset hesla po určitém počtu dní",
|
||||
"session-time": "Session Time",
|
||||
"session-time-days": "Days",
|
||||
"session-time-seconds": "Seconds",
|
||||
"session-time-help": "These values are used to govern how long a user stays logged in when they check "Remember Me" on login. Note that only one of these values will be used. If there is no <i>seconds</i> value we fall back to <i>days</i>. If there is no <i>days</i> value we default to <i>14 days</i>.",
|
||||
"online-cutoff": "Minutes after user is considered inactive",
|
||||
"online-cutoff-help": "If user performs no actions for this duration, they are considered inactive and they do not receive realtime updates.",
|
||||
"session-time": "Čas relace",
|
||||
"session-time-days": "Dny",
|
||||
"session-time-seconds": "Sekundy",
|
||||
"session-time-help": "Tyto hodnoty jsou využity v rozhodujícím procesu, jak dlouho zůstane uživatel přihlášen při zaškrtnutí „Zapamatovat si mě”. Nezapomeňte, že bude použita jen jedna hodnota. Jestli není nastavena hodnota v <i>sekundách</i>, budou brány v potaz <i>dny</i>. Nebudou-li nastaveny <i>dny</i>, hodnota bude standardně <i>14 dní</i>.",
|
||||
"online-cutoff": "Počet minut, kdy je uživatel považován za neaktivního",
|
||||
"online-cutoff-help": "Nebude-li uživatel vykonávat žádnou akci v tomto časovém rozpětí, bude považován za neaktivního a nebude docházet k automatickým aktualizacím.",
|
||||
"registration": "Registrace uživatele",
|
||||
"registration-type": "Typ registrace",
|
||||
"registration-type.normal": "Normální",
|
||||
@@ -70,5 +70,9 @@
|
||||
"email-post-notif": "Zaslat e-mail, objeví-li se odpovědi v tématu, který sleduji",
|
||||
"follow-created-topics": "Sledovat mnou vytvořená témata",
|
||||
"follow-replied-topics": "Sledovat témata, na které jste odpověděl",
|
||||
"default-notification-settings": "Nastavení výchozího oznámení"
|
||||
"default-notification-settings": "Nastavení výchozího oznámení",
|
||||
"categoryWatchState": "Default category watch state",
|
||||
"categoryWatchState.watching": "Watching",
|
||||
"categoryWatchState.notwatching": "Not Watching",
|
||||
"categoryWatchState.ignoring": "Ignoring"
|
||||
}
|
||||
@@ -7,14 +7,16 @@
|
||||
"browsing": "prohlíží",
|
||||
"no_replies": "Nikdo ještě neodpověděl",
|
||||
"no_new_posts": "Žádné nové příspěvky",
|
||||
"share_this_category": "Sdílet tuto kategorii",
|
||||
"watch": "Sledovat",
|
||||
"ignore": "Ignorovat",
|
||||
"watching": "Sledováno",
|
||||
"not-watching": "Not Watching",
|
||||
"ignoring": "Ignorováno",
|
||||
"watching.description": "Zobrazit témata jako nepřečtená",
|
||||
"ignoring.description": "Nezobrazovat témata v nepřečtených",
|
||||
"watch.message": "Nyní sledujete všechny aktualizace z této kategorie a všech podkategorií",
|
||||
"ignore.message": "Nyní ignorujete aktualizace z této kategorie a všech podkategoriích",
|
||||
"watching.description": "Show topics in unread and recent",
|
||||
"not-watching.description": "Do not show topics in unread, show in recent",
|
||||
"ignoring.description": "Do not show topics in unread and recent",
|
||||
"watching.message": "You are now watching updates from this category and all subcategories",
|
||||
"notwatching.message": "You are not watching updates from this category and all subcategories",
|
||||
"ignoring.message": "You are now ignoring updates from this category and all subcategories",
|
||||
"watched-categories": "Sledované kategorie"
|
||||
}
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"test-email.subject": "Test Email",
|
||||
"password-reset-requested": "Password Reset Requested!",
|
||||
"test-email.subject": "Test e-mailu",
|
||||
"password-reset-requested": "Vyžádáno resetování hesla!",
|
||||
"welcome-to": "Vítejte v %1",
|
||||
"invite": "Pozvánka od %1",
|
||||
"greeting_no_name": "Dobrý den",
|
||||
|
||||
@@ -88,7 +88,7 @@
|
||||
"invalid-image-type": "Neplatný typ obrázku. Povolené typy jsou: %1",
|
||||
"invalid-image-extension": "Neplatná přípona obrázku",
|
||||
"invalid-file-type": "Neplatný typ souboru. Povolené typy jsou: %1",
|
||||
"invalid-image-dimensions": "Image dimensions are too big",
|
||||
"invalid-image-dimensions": "Rozlišení obrázku je moc velké.",
|
||||
"group-name-too-short": "Název skupiny je moc krátký",
|
||||
"group-name-too-long": "Název skupiny je moc dlouhý",
|
||||
"group-already-exists": "Skupina už existuje",
|
||||
@@ -120,7 +120,7 @@
|
||||
"chat-edit-duration-expired": "Je vám umožněno upravit konverzační zprávy pod dobu %1 sekund/y po jejich odeslání",
|
||||
"chat-delete-duration-expired": "Je vám umožněno odstranit konverzační zprávy pod dobu %1 sekund/y po jejich odeslání",
|
||||
"chat-deleted-already": "Tato konverzační zpráva již byla odstraněna.",
|
||||
"chat-restored-already": "This chat message has already been restored.",
|
||||
"chat-restored-already": "Tato konverzační zpráva již byla obnovena.",
|
||||
"already-voting-for-this-post": "Již jste v tomto příspěvku hlasoval.",
|
||||
"reputation-system-disabled": "Systém reputací je zakázán.",
|
||||
"downvoting-disabled": "Systém nesouhlasu je zakázán",
|
||||
@@ -153,8 +153,8 @@
|
||||
"cant-move-to-same-topic": "Není možné přesunout příspěvek do stejného tématu!",
|
||||
"cannot-block-self": "Nemůžete zablokovat sebe sama!",
|
||||
"cannot-block-privileged": "Nemůžete zablokovat správce nebo hlavní moderátory",
|
||||
"cannot-block-guest": "Guest are not able to block other users",
|
||||
"already-blocked": "This user is already blocked",
|
||||
"already-unblocked": "This user is already unblocked",
|
||||
"cannot-block-guest": "Hosté nemohou blokovat ostatní uživatele.",
|
||||
"already-blocked": "Tento uživatel již byl zablokován.",
|
||||
"already-unblocked": "Tento uživatel již byl odblokován",
|
||||
"no-connection": "Zdá se, že nastal problém s připojením k internetu"
|
||||
}
|
||||
@@ -47,7 +47,7 @@
|
||||
"composer.formatting.italic": "Kurzíva",
|
||||
"composer.formatting.list": "Seznam",
|
||||
"composer.formatting.strikethrough": "Přeškrtnutí",
|
||||
"composer.formatting.code": "Code",
|
||||
"composer.formatting.code": "Kód",
|
||||
"composer.formatting.link": "Odkaz",
|
||||
"composer.formatting.picture": "Obrázek",
|
||||
"composer.upload-picture": "Nahrát obrázek",
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
"outgoing_link_message": "Opouštíte %1",
|
||||
"continue_to": "Pokračovat na %1",
|
||||
"return_to": "Vrátit se na %1",
|
||||
"new_notification": "You have a new notification",
|
||||
"new_notification": "Máte nové upozornění",
|
||||
"you_have_unread_notifications": "Máte nepřečtená upozornění.",
|
||||
"all": "Vše",
|
||||
"topics": "Témata",
|
||||
@@ -56,6 +56,7 @@
|
||||
"notificationType_follow": "Začne-li vás někdo sledovat",
|
||||
"notificationType_new-chat": "Obdržíte-li novou konverzační zprávu",
|
||||
"notificationType_group-invite": "Obdržíte-li pozvání ke skupině",
|
||||
"notificationType_group-request-membership": "When someone requests to join a group you own",
|
||||
"notificationType_new-register": "Bude-li někdo přidán do registrační fronty",
|
||||
"notificationType_post-queue": "Bude-li přidán nový příspěvek do fronty",
|
||||
"notificationType_new-post-flag": "Bude-li příspěvek označen",
|
||||
|
||||
@@ -45,7 +45,7 @@
|
||||
"account/posts": "Příspěvky od %1",
|
||||
"account/topics": "Příspěvky vytvořeny uživatelem %1",
|
||||
"account/groups": "%1's skupiny",
|
||||
"account/watched_categories": "%1's Watched Categories",
|
||||
"account/watched_categories": "%1's sledovaných kategorii",
|
||||
"account/bookmarks": "%1's zazáložkované příspěvky",
|
||||
"account/settings": "Uživatelské nastavení",
|
||||
"account/watched": "Témata sledovaná uživatelem %1",
|
||||
@@ -55,7 +55,7 @@
|
||||
"account/best": "Nejlepší příspěvky od %1",
|
||||
"account/blocks": "Zablokovaní uživatelé z %1",
|
||||
"account/uploads": "Nahráno od %1",
|
||||
"account/sessions": "Login Sessions",
|
||||
"account/sessions": "Relace s přihlášením",
|
||||
"confirm": "E-mail potvrzen",
|
||||
"maintenance.text": "%1 momentálně prochází údržbou. Vraťte se později.",
|
||||
"maintenance.messageIntro": "Správce zanechal tuto zprávu:",
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
"at-most": "Nejvíce",
|
||||
"relevance": "Relevantnost",
|
||||
"post-time": "Čas příspěvku",
|
||||
"votes": "Votes",
|
||||
"votes": "Hlasů",
|
||||
"newer-than": "Novější než",
|
||||
"older-than": "Starší než",
|
||||
"any-date": "Jakékoliv datum",
|
||||
@@ -31,7 +31,7 @@
|
||||
"sort-by": "Řadit dle",
|
||||
"last-reply-time": "Čas poslední odpovědi",
|
||||
"topic-title": "Název tématu",
|
||||
"topic-votes": "Topic votes",
|
||||
"topic-votes": "Hlasy tématu",
|
||||
"number-of-replies": "Počet odpovědí",
|
||||
"number-of-views": "Počet zobrazení",
|
||||
"topic-start-date": "Počáteční datum tématu",
|
||||
|
||||
@@ -25,9 +25,10 @@
|
||||
"profile_views": "Zobrazení profilu",
|
||||
"reputation": "Reputace",
|
||||
"bookmarks": "Záložky",
|
||||
"watched_categories": "Watched categories",
|
||||
"watched_categories": "Sledované kategorie",
|
||||
"watched": "Sledován",
|
||||
"ignored": "Ignorován",
|
||||
"default-category-watch-state": "Default category watch state",
|
||||
"followers": "Sledují ho",
|
||||
"following": "Sleduje",
|
||||
"blocks": "Zablokováni",
|
||||
@@ -48,6 +49,7 @@
|
||||
"change_picture": "Změnit obrázek",
|
||||
"change_username": "Změnit uživatelské jméno",
|
||||
"change_email": "Změnit e-mail",
|
||||
"email_same_as_password": "Please enter your current password to continue – you've entered your new email again",
|
||||
"edit": "Upravit",
|
||||
"edit-profile": "Upravit profil",
|
||||
"default_picture": "Výchozí ikonka",
|
||||
@@ -148,7 +150,7 @@
|
||||
"info.moderation-note": "Poznámka moderace",
|
||||
"info.moderation-note.success": "Poznámka moderace byla uložena",
|
||||
"info.moderation-note.add": "Přidat poznámku",
|
||||
"sessions.description": "This page allows you to view any active sessions on this forum and revoke them if necessary. You can revoke your own session by logging out of your account.",
|
||||
"sessions.description": "Tato stránka vám zobrazuje aktivní relace na tomto fóru a umožňuje vám je zrušit. Můžete tak i zrušit vlastní relaci svým odhlášením. ",
|
||||
"consent.title": "Váš právní souhlas",
|
||||
"consent.lead": "Toto komunitní fórum sbírá zpracovává vaše osobní údaje.",
|
||||
"consent.intro": "Tyto informace používáme pouze pro peronizaci vašich zkušeností v této komunitě, stejně tak k rozpoznání příspěvků, které jste pod uživatelským účtem vytvořil. Během jednotlivých registračních kroků budete požádán/a o zadání Vašeho uživatelského jména a e-mailové adresy. Můžete také dobrovolně poskytnout některé dodatečné informace do vašeho profilu na webové stránce.Tyto informace uchováváme po dobu životnosti vašeho uživatelského účtu a Vy můžete kdykoliv zrušit tento svůj souhlas smazáním vašeho účtu. Kdykoli můžete požadovat kopii svých příspěvků na této webové stránce pomocí stránky „Práva a souhlas”<br /><br />Máte-li nějaké otázky nebo obavy, obraťte se na tým správců fóra.",
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
"filter-by": "Filtrovat dle",
|
||||
"online-only": "Pouze připojené",
|
||||
"invite": "Pozvat",
|
||||
"prompt-email": "Emails:",
|
||||
"prompt-email": "E-maily:",
|
||||
"invitation-email-sent": "E-mailová pozvánka byla odeslána na adresu %1",
|
||||
"user_list": "Seznam uživatelů",
|
||||
"recent_topics": "Poslední témata",
|
||||
|
||||
@@ -70,5 +70,9 @@
|
||||
"email-post-notif": "Send an email when replies are made to topics I am subscribed to",
|
||||
"follow-created-topics": "Follow topics you create",
|
||||
"follow-replied-topics": "Follow topics that you reply to",
|
||||
"default-notification-settings": "Default notification settings"
|
||||
"default-notification-settings": "Default notification settings",
|
||||
"categoryWatchState": "Default category watch state",
|
||||
"categoryWatchState.watching": "Watching",
|
||||
"categoryWatchState.notwatching": "Not Watching",
|
||||
"categoryWatchState.ignoring": "Ignoring"
|
||||
}
|
||||
@@ -7,14 +7,16 @@
|
||||
"browsing": "browse",
|
||||
"no_replies": "Ingen har svaret",
|
||||
"no_new_posts": "Ingen nye indlæg",
|
||||
"share_this_category": "Del denne kategori",
|
||||
"watch": "Overvåg",
|
||||
"ignore": "Ignorer",
|
||||
"watching": "Watching",
|
||||
"not-watching": "Not Watching",
|
||||
"ignoring": "Ignoring",
|
||||
"watching.description": "Show topics in unread",
|
||||
"ignoring.description": "Do not show topics in unread",
|
||||
"watch.message": "You are now watching updates from this category and all subcategories",
|
||||
"ignore.message": "You are now ignoring updates from this category and all subcategories",
|
||||
"watching.description": "Show topics in unread and recent",
|
||||
"not-watching.description": "Do not show topics in unread, show in recent",
|
||||
"ignoring.description": "Do not show topics in unread and recent",
|
||||
"watching.message": "You are now watching updates from this category and all subcategories",
|
||||
"notwatching.message": "You are not watching updates from this category and all subcategories",
|
||||
"ignoring.message": "You are now ignoring updates from this category and all subcategories",
|
||||
"watched-categories": "Fulgte kategorier"
|
||||
}
|
||||
@@ -56,6 +56,7 @@
|
||||
"notificationType_follow": "When someone starts following you",
|
||||
"notificationType_new-chat": "When you receive a chat message",
|
||||
"notificationType_group-invite": "When you receive a group invite",
|
||||
"notificationType_group-request-membership": "When someone requests to join a group you own",
|
||||
"notificationType_new-register": "When someone gets added to registration queue",
|
||||
"notificationType_post-queue": "When a new post is queued",
|
||||
"notificationType_new-post-flag": "When a post is flagged",
|
||||
|
||||
@@ -28,6 +28,7 @@
|
||||
"watched_categories": "Watched categories",
|
||||
"watched": "Set",
|
||||
"ignored": "Ignored",
|
||||
"default-category-watch-state": "Default category watch state",
|
||||
"followers": "Followers",
|
||||
"following": "Følger",
|
||||
"blocks": "Blocks",
|
||||
@@ -48,6 +49,7 @@
|
||||
"change_picture": "Skift billede",
|
||||
"change_username": "Ændre brugernavn",
|
||||
"change_email": "Ændre email",
|
||||
"email_same_as_password": "Please enter your current password to continue – you've entered your new email again",
|
||||
"edit": "Rediger",
|
||||
"edit-profile": "Rediger Profil",
|
||||
"default_picture": "Standard ikon",
|
||||
|
||||
@@ -18,16 +18,16 @@
|
||||
"mongo.resident-memory": "Permanenter Speicher",
|
||||
"mongo.virtual-memory": "Virtueller Speicher",
|
||||
"mongo.mapped-memory": "Zugeordneter Speicher",
|
||||
"mongo.bytes-in": "Bytes In",
|
||||
"mongo.bytes-out": "Bytes Out",
|
||||
"mongo.num-requests": "Number of Requests",
|
||||
"mongo.bytes-in": "Bytes eingehend",
|
||||
"mongo.bytes-out": "Bytes ausgehend",
|
||||
"mongo.num-requests": "Anzahl an Anfragen",
|
||||
"mongo.raw-info": "MongoDB Rohinfo",
|
||||
|
||||
"redis": "Redis",
|
||||
"redis.version": "Redis Version",
|
||||
"redis.keys": "Keys",
|
||||
"redis.expires": "Expires",
|
||||
"redis.avg-ttl": "Average TTL",
|
||||
"redis.keys": "Schlüssel",
|
||||
"redis.expires": "Ablauf",
|
||||
"redis.avg-ttl": "Durchschnittliche TTL",
|
||||
"redis.connected-clients": "Verbundene Clients",
|
||||
"redis.connected-slaves": "Verbundene Slaves",
|
||||
"redis.blocked-clients": "Blockierte Clients",
|
||||
@@ -36,10 +36,10 @@
|
||||
"redis.total-connections-recieved": "Gesamte empfangen Verbindungen",
|
||||
"redis.total-commands-processed": "Insgesamt Kommandos ausgeführt",
|
||||
"redis.iops": "Durchschnittliche Anzahl von Ein-/Ausgaben pro Sekunde",
|
||||
"redis.iinput": "Instantaneous Input Per Second",
|
||||
"redis.ioutput": "Instantaneous Output Per Second",
|
||||
"redis.total-input": "Total Input",
|
||||
"redis.total-output": "Total Ouput",
|
||||
"redis.iinput": "Sofortige Eingabe pro Sekunde",
|
||||
"redis.ioutput": "Sofortige Ausgabe pro Sekunde",
|
||||
"redis.total-input": "Gesamt Eingabe",
|
||||
"redis.total-output": "Gesamt Ausgabe",
|
||||
|
||||
"redis.keyspace-hits": "Schlüsselraum Treffer",
|
||||
"redis.keyspace-misses": "Schlüsselraum Verfehlungen",
|
||||
|
||||
@@ -70,5 +70,9 @@
|
||||
"email-post-notif": "Sende eine E-Mail wenn auf Themen die ich abonniert habe geantwortet wird",
|
||||
"follow-created-topics": "Themen folgen, die du erstellst",
|
||||
"follow-replied-topics": "Themen folgen, auf die du antwortest",
|
||||
"default-notification-settings": "Standardbenachrichtigungseinstellungen"
|
||||
"default-notification-settings": "Standardbenachrichtigungseinstellungen",
|
||||
"categoryWatchState": "Default category watch state",
|
||||
"categoryWatchState.watching": "Watching",
|
||||
"categoryWatchState.notwatching": "Not Watching",
|
||||
"categoryWatchState.ignoring": "Ignoring"
|
||||
}
|
||||
@@ -7,14 +7,16 @@
|
||||
"browsing": "Aktiv",
|
||||
"no_replies": "Niemand hat geantwortet",
|
||||
"no_new_posts": "Keine neuen Beiträge.",
|
||||
"share_this_category": "Teile diese Kategorie",
|
||||
"watch": "Beobachten",
|
||||
"ignore": "Ignorieren",
|
||||
"watching": "Beobachte",
|
||||
"not-watching": "Nicht beobachtet",
|
||||
"ignoring": "Ignoriere",
|
||||
"watching.description": "Zeige Themen in Ungelesen",
|
||||
"ignoring.description": "Zeige keine Themen in Ungelesen",
|
||||
"watch.message": "Du beobachtest jetzt Änderungen in dieser Kategorie und allen Subkategorien",
|
||||
"ignore.message": "Du ignorierst jetzt Änderungen in dieser Kategorie und allen Subkategorien",
|
||||
"watching.description": "Zeige Themen in Ungelesen und Aktuell",
|
||||
"not-watching.description": "Zeige keine Themen in Ungelesen, zeige sie in Aktuell",
|
||||
"ignoring.description": "Zeige keine Themen in Ungelesen und Aktuell",
|
||||
"watching.message": "Du beobachtest jetzt Aktualisierungen aus dieser Kategorie und allen Unterkategorien",
|
||||
"notwatching.message": "Du beobachtest jetzt keine Aktualisierungen aus dieser Kategorie und allen Unterkategorien",
|
||||
"ignoring.message": "Du ignorierst jetzt Aktualisierungen aus dieser Kategorie und allen Unterkategorien",
|
||||
"watched-categories": "Beobachtete Kategorien"
|
||||
}
|
||||
@@ -56,6 +56,7 @@
|
||||
"notificationType_follow": "Wenn dir jemand neues folgt",
|
||||
"notificationType_new-chat": "Wenn du eine Chat Nachricht erhältst",
|
||||
"notificationType_group-invite": "Wenn du eine Gruppeneinladung erhältst",
|
||||
"notificationType_group-request-membership": "When someone requests to join a group you own",
|
||||
"notificationType_new-register": "Wenn jemand der Registrierungswarteschlange hinzugefügt wird",
|
||||
"notificationType_post-queue": "Wenn ein neuer Beitrag eingereiht wird",
|
||||
"notificationType_new-post-flag": "Wenn ein Beitrag gemeldet wird",
|
||||
|
||||
@@ -21,6 +21,6 @@
|
||||
"interstitial.intro": "Wir benötigen ein wenig mehr Informationen bevor wir dein Konto erstellen können.",
|
||||
"interstitial.errors-found": "Wir konnten deinen Registrierungsvorgang nicht abschließen:",
|
||||
"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-EMails von dieser Website erhalte.",
|
||||
"gdpr_agree_email": "Ich bin damit einverstanden, dass ich Informations und Benachrichtigungs-E-Mails von dieser Website erhalte.",
|
||||
"gdpr_consent_denied": "Du musst zustimmen, dass diese Seite deine Daten sammeln und verarbeiten darf, und dir Emails senden darf."
|
||||
}
|
||||
@@ -28,6 +28,7 @@
|
||||
"watched_categories": "Beobachtete Kategorien",
|
||||
"watched": "Beobachtet",
|
||||
"ignored": "Ignoriert",
|
||||
"default-category-watch-state": "Default category watch state",
|
||||
"followers": "Follower",
|
||||
"following": "Folge ich",
|
||||
"blocks": "Blockiert",
|
||||
@@ -48,6 +49,7 @@
|
||||
"change_picture": "Profilbild ändern",
|
||||
"change_username": "Benutzernamen ändern",
|
||||
"change_email": "E-Mail ändern",
|
||||
"email_same_as_password": "Please enter your current password to continue – you've entered your new email again",
|
||||
"edit": "Ändern",
|
||||
"edit-profile": "Profil ändern",
|
||||
"default_picture": "Standardsymbol",
|
||||
@@ -151,8 +153,8 @@
|
||||
"sessions.description": "Auf dieser Seite kannst du alle aktiven Sitzungen in diesem Forum einsehen und bei Bedarf widerrufen. Du kannst deine eigene Sitzung widerrufen, indem du dich von deinem Konto abmeldest.",
|
||||
"consent.title": "Deine Rechte & Zustimmungen",
|
||||
"consent.lead": "Dieses Community-Forum sammelt und verarbeitet deine persönlichen Daten.",
|
||||
"consent.intro": "Wir nutzen diese Daten ausschließlich um dein Erlebnis in dieser Community persönlicher zu gestalten, sowie um deine Beiträge mit deinem Konto zu verknüpfen. Während der Registration wurdest du nach einem Benutzernamen und einer E-Mail-Adresse gefragt. Optional kannst du weitere Informationen bereitstellen um dein Profil auf dieser Website zu vervollständigen.<br /><br />Wir behalten diese Informationen für die Lebensdauer deines Kontos, womit du jederzeit in der Lage bist deine Zustimmung durch löschen deines Kontos zu widerrufen. Du kannst jederzeit eine Kopie deiner Daten über deine Rechte & Zustimmungen-Seite anfordern.<br /><br />Solltest du Fragen oder Bedenken haben, melde dich gerne bei den Administratoren dieses Forums.",
|
||||
"consent.email_intro": "Gelegentlich werden wir E-Mails zu deiner registrierten E-Mail Adresse senden um dich über Generelles oder dich direkt betreffendes auf dem Laufenden zu halten. Auf deiner Benutzer-Einstellungen-Seite kannst du die Häufigkeit dieser Benachrichtigungen Einstellen (sogar komplett deaktivieren), sowie auswählen, welche Art von Benachrichtigungen du erhalten möchtest.",
|
||||
"consent.intro": "Wir verwenden diese Informationen ausschließlich, um Deine Erfahrungen in dieser Community zu personalisieren und Deine Beiträge dem Benutzerkonto zuzuordnen.<br /><br />Wir bewahren diese Informationen für die Dauer Deines Benutzerkontos auf. Du kannst die Einwilligung jederzeit widerrufen, indem Du Dein Konto löschst.<br /><br />Wenn Du Fragen oder Bedenken hast, empfehlen wir, dich an das Adminteam dieses Forums zu wenden.",
|
||||
"consent.email_intro": "Gelegentlich senden wir E-Mails an Deine E-Mail-Adresse um Updates bereitzustellen und/oder Dich über neue Aktivitäten zu informieren.",
|
||||
"consent.digest_frequency": "Sofern nicht explizit in Ihren Benutzereinstellungen geändert, werden alle %1 Zusammenfassungen per E-Mail versandt.",
|
||||
"consent.digest_off": "Sofern in Ihren Benutzereinstellungen nicht explizit geändert, werden keine Zusammenfassungen per E-Mail versandt.",
|
||||
"consent.received": "Du hast zugestimmt, dass diese Website deine Persönlichen Daten sammeln und verarbeiten darf. Es ist keine weitere Aktion erforderlich.",
|
||||
|
||||
@@ -70,5 +70,9 @@
|
||||
"email-post-notif": "Send an email when replies are made to topics I am subscribed to",
|
||||
"follow-created-topics": "Follow topics you create",
|
||||
"follow-replied-topics": "Follow topics that you reply to",
|
||||
"default-notification-settings": "Default notification settings"
|
||||
"default-notification-settings": "Default notification settings",
|
||||
"categoryWatchState": "Default category watch state",
|
||||
"categoryWatchState.watching": "Watching",
|
||||
"categoryWatchState.notwatching": "Not Watching",
|
||||
"categoryWatchState.ignoring": "Ignoring"
|
||||
}
|
||||
@@ -7,14 +7,16 @@
|
||||
"browsing": "περιηγούνται",
|
||||
"no_replies": "Κανείς δεν έχει απαντήσει",
|
||||
"no_new_posts": "Δεν υπάρχουν νέες δημοσιεύσεις",
|
||||
"share_this_category": "Μοιράσου αυτή την κατηγορία",
|
||||
"watch": "Watch",
|
||||
"ignore": "Αγνόηση",
|
||||
"watching": "Watching",
|
||||
"not-watching": "Not Watching",
|
||||
"ignoring": "Αγνόησε",
|
||||
"watching.description": "Show topics in unread",
|
||||
"ignoring.description": "Do not show topics in unread",
|
||||
"watch.message": "You are now watching updates from this category and all subcategories",
|
||||
"ignore.message": "You are now ignoring updates from this category and all subcategories",
|
||||
"watching.description": "Show topics in unread and recent",
|
||||
"not-watching.description": "Do not show topics in unread, show in recent",
|
||||
"ignoring.description": "Do not show topics in unread and recent",
|
||||
"watching.message": "You are now watching updates from this category and all subcategories",
|
||||
"notwatching.message": "You are not watching updates from this category and all subcategories",
|
||||
"ignoring.message": "You are now ignoring updates from this category and all subcategories",
|
||||
"watched-categories": "Watched categories"
|
||||
}
|
||||
@@ -56,6 +56,7 @@
|
||||
"notificationType_follow": "When someone starts following you",
|
||||
"notificationType_new-chat": "When you receive a chat message",
|
||||
"notificationType_group-invite": "When you receive a group invite",
|
||||
"notificationType_group-request-membership": "When someone requests to join a group you own",
|
||||
"notificationType_new-register": "When someone gets added to registration queue",
|
||||
"notificationType_post-queue": "When a new post is queued",
|
||||
"notificationType_new-post-flag": "When a post is flagged",
|
||||
|
||||
@@ -28,6 +28,7 @@
|
||||
"watched_categories": "Watched categories",
|
||||
"watched": "Watched",
|
||||
"ignored": "Ignored",
|
||||
"default-category-watch-state": "Default category watch state",
|
||||
"followers": "Ακόλουθοι",
|
||||
"following": "Ακολουθά",
|
||||
"blocks": "Blocks",
|
||||
@@ -48,6 +49,7 @@
|
||||
"change_picture": "Αλλαγή Φωτογραφίας",
|
||||
"change_username": "Change Username",
|
||||
"change_email": "Change Email",
|
||||
"email_same_as_password": "Please enter your current password to continue – you've entered your new email again",
|
||||
"edit": "Επεξεργασία",
|
||||
"edit-profile": "Edit Profile",
|
||||
"default_picture": "Default Icon",
|
||||
|
||||
@@ -70,5 +70,9 @@
|
||||
"email-post-notif": "Send an email when replies are made to topics I am subscribed to",
|
||||
"follow-created-topics": "Follow topics you create",
|
||||
"follow-replied-topics": "Follow topics that you reply to",
|
||||
"default-notification-settings": "Default notification settings"
|
||||
"default-notification-settings": "Default notification settings",
|
||||
"categoryWatchState": "Default category watch state",
|
||||
"categoryWatchState.watching": "Watching",
|
||||
"categoryWatchState.notwatching": "Not Watching",
|
||||
"categoryWatchState.ignoring": "Ignoring"
|
||||
}
|
||||
@@ -10,16 +10,18 @@
|
||||
"no_replies": "No one has replied",
|
||||
"no_new_posts": "No new posts.",
|
||||
|
||||
"share_this_category": "Share this category",
|
||||
"watch": "Watch",
|
||||
"ignore": "Ignore",
|
||||
"watching": "Watching",
|
||||
"not-watching": "Not Watching",
|
||||
"ignoring": "Ignoring",
|
||||
"watching.description": "Show topics in unread",
|
||||
"ignoring.description": "Do not show topics in unread",
|
||||
"watching.description": "Show topics in unread and recent",
|
||||
"not-watching.description": "Do not show topics in unread, show in recent",
|
||||
"ignoring.description": "Do not show topics in unread and recent",
|
||||
|
||||
"watch.message": "You are now watching updates from this category and all subcategories",
|
||||
"ignore.message": "You are now ignoring updates from this category and all subcategories",
|
||||
"watching.message": "You are now watching updates from this category and all subcategories",
|
||||
"notwatching.message": "You are not watching updates from this category and all subcategories",
|
||||
"ignoring.message": "You are now ignoring updates from this category and all subcategories",
|
||||
|
||||
"watched-categories": "Watched categories"
|
||||
}
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
"updated": "Updated",
|
||||
"target-purged": "The content this flag referred to has been purged and is no longer available.",
|
||||
|
||||
"graph-label": "Daily Flags",
|
||||
"quick-filters": "Quick Filters",
|
||||
"filter-active": "There are one or more filters active in this list of flags",
|
||||
"filter-reset": "Remove Filters",
|
||||
|
||||
@@ -62,6 +62,7 @@
|
||||
"notificationType_follow": "When someone starts following you",
|
||||
"notificationType_new-chat": "When you receive a chat message",
|
||||
"notificationType_group-invite": "When you receive a group invite",
|
||||
"notificationType_group-request-membership": "When someone requests to join a group you own",
|
||||
"notificationType_new-register": "When someone gets added to registration queue",
|
||||
"notificationType_post-queue": "When a new post is queued",
|
||||
"notificationType_new-post-flag": "When a post is flagged",
|
||||
|
||||
@@ -30,6 +30,7 @@
|
||||
"watched_categories": "Watched categories",
|
||||
"watched": "Watched",
|
||||
"ignored": "Ignored",
|
||||
"default-category-watch-state": "Default category watch state",
|
||||
"followers": "Followers",
|
||||
"following": "Following",
|
||||
"blocks": "Blocks",
|
||||
@@ -51,6 +52,7 @@
|
||||
"change_picture": "Change Picture",
|
||||
"change_username": "Change Username",
|
||||
"change_email": "Change Email",
|
||||
"email_same_as_password": "Please enter your current password to continue – you've entered your new email again",
|
||||
"edit": "Edit",
|
||||
"edit-profile": "Edit Profile",
|
||||
"default_picture": "Default Icon",
|
||||
|
||||
@@ -70,5 +70,9 @@
|
||||
"email-post-notif": "Send an email when replies are made to topics I am subscribed to",
|
||||
"follow-created-topics": "Follow topics you create",
|
||||
"follow-replied-topics": "Follow topics that you reply to",
|
||||
"default-notification-settings": "Default notification settings"
|
||||
"default-notification-settings": "Default notification settings",
|
||||
"categoryWatchState": "Default category watch state",
|
||||
"categoryWatchState.watching": "Watching",
|
||||
"categoryWatchState.notwatching": "Not Watching",
|
||||
"categoryWatchState.ignoring": "Ignoring"
|
||||
}
|
||||
@@ -7,14 +7,16 @@
|
||||
"browsing": "browsing",
|
||||
"no_replies": "No one has replied",
|
||||
"no_new_posts": "No new posts.",
|
||||
"share_this_category": "Share this category",
|
||||
"watch": "Watch",
|
||||
"ignore": "Ignore",
|
||||
"watching": "Watching",
|
||||
"not-watching": "Not Watching",
|
||||
"ignoring": "Ignoring",
|
||||
"watching.description": "Show topics in unread",
|
||||
"ignoring.description": "Do not show topics in unread",
|
||||
"watch.message": "You are now watching updates from this category and all subcategories",
|
||||
"ignore.message": "You are now ignoring updates from this category and all subcategories",
|
||||
"watching.description": "Show topics in unread and recent",
|
||||
"not-watching.description": "Do not show topics in unread, show in recent",
|
||||
"ignoring.description": "Do not show topics in unread and recent",
|
||||
"watching.message": "You are now watching updates from this category and all subcategories",
|
||||
"notwatching.message": "You are not watching updates from this category and all subcategories",
|
||||
"ignoring.message": "You are now ignoring updates from this category and all subcategories",
|
||||
"watched-categories": "Watched categories"
|
||||
}
|
||||
@@ -56,6 +56,7 @@
|
||||
"notificationType_follow": "When someone starts following you",
|
||||
"notificationType_new-chat": "When you receive a chat message",
|
||||
"notificationType_group-invite": "When you receive a group invite",
|
||||
"notificationType_group-request-membership": "When someone requests to join a group you own",
|
||||
"notificationType_new-register": "When someone gets added to registration queue",
|
||||
"notificationType_post-queue": "When a new post is queued",
|
||||
"notificationType_new-post-flag": "When a post is flagged",
|
||||
|
||||
@@ -28,6 +28,7 @@
|
||||
"watched_categories": "Watched categories",
|
||||
"watched": "Watched",
|
||||
"ignored": "Ignored",
|
||||
"default-category-watch-state": "Default category watch state",
|
||||
"followers": "Followers",
|
||||
"following": "Following",
|
||||
"blocks": "Blocks",
|
||||
@@ -48,6 +49,7 @@
|
||||
"change_picture": "Change Picture",
|
||||
"change_username": "Change Username",
|
||||
"change_email": "Change Email",
|
||||
"email_same_as_password": "Please enter your current password to continue – you've entered your new email again",
|
||||
"edit": "Edit",
|
||||
"edit-profile": "Edit Profile",
|
||||
"default_picture": "Default Icon",
|
||||
|
||||
@@ -70,5 +70,9 @@
|
||||
"email-post-notif": "Send an email when replies are made to topics I am subscribed to",
|
||||
"follow-created-topics": "Follow topics you create",
|
||||
"follow-replied-topics": "Follow topics that you reply to",
|
||||
"default-notification-settings": "Default notification settings"
|
||||
"default-notification-settings": "Default notification settings",
|
||||
"categoryWatchState": "Default category watch state",
|
||||
"categoryWatchState.watching": "Watching",
|
||||
"categoryWatchState.notwatching": "Not Watching",
|
||||
"categoryWatchState.ignoring": "Ignoring"
|
||||
}
|
||||
@@ -7,14 +7,16 @@
|
||||
"browsing": "browsin'",
|
||||
"no_replies": "No one has replied to ye message",
|
||||
"no_new_posts": "Thar be no new posts.",
|
||||
"share_this_category": "Share 'tis category",
|
||||
"watch": "Be watchin'",
|
||||
"ignore": "Be ignorin'",
|
||||
"watching": "Watching",
|
||||
"not-watching": "Not Watching",
|
||||
"ignoring": "Ignoring",
|
||||
"watching.description": "Show topics in unread",
|
||||
"ignoring.description": "Do not show topics in unread",
|
||||
"watch.message": "You are now watching updates from this category and all subcategories",
|
||||
"ignore.message": "You are now ignoring updates from this category and all subcategories",
|
||||
"watching.description": "Show topics in unread and recent",
|
||||
"not-watching.description": "Do not show topics in unread, show in recent",
|
||||
"ignoring.description": "Do not show topics in unread and recent",
|
||||
"watching.message": "You are now watching updates from this category and all subcategories",
|
||||
"notwatching.message": "You are not watching updates from this category and all subcategories",
|
||||
"ignoring.message": "You are now ignoring updates from this category and all subcategories",
|
||||
"watched-categories": "Categories ye be watchin'"
|
||||
}
|
||||
@@ -56,6 +56,7 @@
|
||||
"notificationType_follow": "When someone starts following you",
|
||||
"notificationType_new-chat": "When you receive a chat message",
|
||||
"notificationType_group-invite": "When you receive a group invite",
|
||||
"notificationType_group-request-membership": "When someone requests to join a group you own",
|
||||
"notificationType_new-register": "When someone gets added to registration queue",
|
||||
"notificationType_post-queue": "When a new post is queued",
|
||||
"notificationType_new-post-flag": "When a post is flagged",
|
||||
|
||||
@@ -28,6 +28,7 @@
|
||||
"watched_categories": "Watched categories",
|
||||
"watched": "Watched",
|
||||
"ignored": "Ignored",
|
||||
"default-category-watch-state": "Default category watch state",
|
||||
"followers": "Followers",
|
||||
"following": "Following",
|
||||
"blocks": "Blocks",
|
||||
@@ -48,6 +49,7 @@
|
||||
"change_picture": "Change Picture",
|
||||
"change_username": "Change Username",
|
||||
"change_email": "Change Email",
|
||||
"email_same_as_password": "Please enter your current password to continue – you've entered your new email again",
|
||||
"edit": "Edit",
|
||||
"edit-profile": "Edit Profile",
|
||||
"default_picture": "Default Icon",
|
||||
|
||||
@@ -70,5 +70,9 @@
|
||||
"email-post-notif": "Enviar un correo electrónico cuando se hacen respuestas a temas a los que estoy suscrito/a",
|
||||
"follow-created-topics": "Seguir los temas que tu crees",
|
||||
"follow-replied-topics": "Seguir los temas a los que contestas",
|
||||
"default-notification-settings": "Configuración de notificación por defecto"
|
||||
"default-notification-settings": "Configuración de notificación por defecto",
|
||||
"categoryWatchState": "Default category watch state",
|
||||
"categoryWatchState.watching": "Watching",
|
||||
"categoryWatchState.notwatching": "Not Watching",
|
||||
"categoryWatchState.ignoring": "Ignoring"
|
||||
}
|
||||
@@ -7,14 +7,16 @@
|
||||
"browsing": "viendo ahora",
|
||||
"no_replies": "Nadie ha respondido aún",
|
||||
"no_new_posts": "No hay mensajes nuevos.",
|
||||
"share_this_category": "Compartir esta categoría",
|
||||
"watch": "Seguir",
|
||||
"ignore": "Ignorar",
|
||||
"watching": "Siguiendo",
|
||||
"not-watching": "Not Watching",
|
||||
"ignoring": "Ignorando",
|
||||
"watching.description": "Mostrar temas en no leidos",
|
||||
"ignoring.description": "No mostrar temas en no leidos",
|
||||
"watch.message": "Ahora puede ver la actualizaciones de esta categoría y todas las subcategorías",
|
||||
"ignore.message": "Dejar de ver las actualizaciones de esta categoría y todas las subcategorías",
|
||||
"watching.description": "Show topics in unread and recent",
|
||||
"not-watching.description": "Do not show topics in unread, show in recent",
|
||||
"ignoring.description": "Do not show topics in unread and recent",
|
||||
"watching.message": "You are now watching updates from this category and all subcategories",
|
||||
"notwatching.message": "You are not watching updates from this category and all subcategories",
|
||||
"ignoring.message": "You are now ignoring updates from this category and all subcategories",
|
||||
"watched-categories": "Categorías seguidas"
|
||||
}
|
||||
@@ -56,6 +56,7 @@
|
||||
"notificationType_follow": "Cuando alguien comienza a seguirte",
|
||||
"notificationType_new-chat": "Cuando recibes un mensaje de chat",
|
||||
"notificationType_group-invite": "Cuando recibes una invitación a un grupo",
|
||||
"notificationType_group-request-membership": "When someone requests to join a group you own",
|
||||
"notificationType_new-register": "Cuando alguien es añadido a una cola de registro",
|
||||
"notificationType_post-queue": "Cuando un mensaje nuevo entra en la cola",
|
||||
"notificationType_new-post-flag": "Cuando un mensaje es denunciado",
|
||||
|
||||
@@ -28,6 +28,7 @@
|
||||
"watched_categories": "Watched categories",
|
||||
"watched": "Suscritos",
|
||||
"ignored": "Ignorado",
|
||||
"default-category-watch-state": "Default category watch state",
|
||||
"followers": "Seguidores",
|
||||
"following": "Siguiendo",
|
||||
"blocks": "Bloqueos",
|
||||
@@ -48,6 +49,7 @@
|
||||
"change_picture": "Cambiar imagen",
|
||||
"change_username": "Cambiar nombre de usuario",
|
||||
"change_email": "Cambiar email",
|
||||
"email_same_as_password": "Please enter your current password to continue – you've entered your new email again",
|
||||
"edit": "Editar",
|
||||
"edit-profile": "Editar Perfil",
|
||||
"default_picture": "Icono por defecto",
|
||||
|
||||
@@ -70,5 +70,9 @@
|
||||
"email-post-notif": "Send an email when replies are made to topics I am subscribed to",
|
||||
"follow-created-topics": "Follow topics you create",
|
||||
"follow-replied-topics": "Follow topics that you reply to",
|
||||
"default-notification-settings": "Default notification settings"
|
||||
"default-notification-settings": "Default notification settings",
|
||||
"categoryWatchState": "Default category watch state",
|
||||
"categoryWatchState.watching": "Watching",
|
||||
"categoryWatchState.notwatching": "Not Watching",
|
||||
"categoryWatchState.ignoring": "Ignoring"
|
||||
}
|
||||
@@ -7,14 +7,16 @@
|
||||
"browsing": "vaatab",
|
||||
"no_replies": "Keegi pole vastanud",
|
||||
"no_new_posts": "Uusi postitusi pole",
|
||||
"share_this_category": "Jaga seda kategooriat",
|
||||
"watch": "Vaata",
|
||||
"ignore": "Ignoreeri",
|
||||
"watching": "Vaatab",
|
||||
"not-watching": "Not Watching",
|
||||
"ignoring": "Ignoreerib",
|
||||
"watching.description": "Näita teemasid lugemata teemade hulgas",
|
||||
"ignoring.description": "Ära näita teemasid lugemata teemade hulgas",
|
||||
"watch.message": "You are now watching updates from this category and all subcategories",
|
||||
"ignore.message": "You are now ignoring updates from this category and all subcategories",
|
||||
"watching.description": "Show topics in unread and recent",
|
||||
"not-watching.description": "Do not show topics in unread, show in recent",
|
||||
"ignoring.description": "Do not show topics in unread and recent",
|
||||
"watching.message": "You are now watching updates from this category and all subcategories",
|
||||
"notwatching.message": "You are not watching updates from this category and all subcategories",
|
||||
"ignoring.message": "You are now ignoring updates from this category and all subcategories",
|
||||
"watched-categories": "Jälgitavad kategooriad"
|
||||
}
|
||||
@@ -56,6 +56,7 @@
|
||||
"notificationType_follow": "When someone starts following you",
|
||||
"notificationType_new-chat": "When you receive a chat message",
|
||||
"notificationType_group-invite": "When you receive a group invite",
|
||||
"notificationType_group-request-membership": "When someone requests to join a group you own",
|
||||
"notificationType_new-register": "When someone gets added to registration queue",
|
||||
"notificationType_post-queue": "When a new post is queued",
|
||||
"notificationType_new-post-flag": "When a post is flagged",
|
||||
|
||||
@@ -28,6 +28,7 @@
|
||||
"watched_categories": "Watched categories",
|
||||
"watched": "Vaadatud",
|
||||
"ignored": "Ignored",
|
||||
"default-category-watch-state": "Default category watch state",
|
||||
"followers": "Jälgijad",
|
||||
"following": "Jälgimised",
|
||||
"blocks": "Blocks",
|
||||
@@ -48,6 +49,7 @@
|
||||
"change_picture": "Vaheta pilti",
|
||||
"change_username": "Vaheta kasutajanime",
|
||||
"change_email": "Vaheta emaili",
|
||||
"email_same_as_password": "Please enter your current password to continue – you've entered your new email again",
|
||||
"edit": "Muuda",
|
||||
"edit-profile": "Redigeeri profiili",
|
||||
"default_picture": "Algne ikoon",
|
||||
|
||||
@@ -70,5 +70,9 @@
|
||||
"email-post-notif": "Send an email when replies are made to topics I am subscribed to",
|
||||
"follow-created-topics": "Follow topics you create",
|
||||
"follow-replied-topics": "Follow topics that you reply to",
|
||||
"default-notification-settings": "Default notification settings"
|
||||
"default-notification-settings": "Default notification settings",
|
||||
"categoryWatchState": "Default category watch state",
|
||||
"categoryWatchState.watching": "Watching",
|
||||
"categoryWatchState.notwatching": "Not Watching",
|
||||
"categoryWatchState.ignoring": "Ignoring"
|
||||
}
|
||||
@@ -7,14 +7,16 @@
|
||||
"browsing": "بینندهها",
|
||||
"no_replies": "هیچ کسی پاسخ نداده است.",
|
||||
"no_new_posts": "هیچ پست جدیدی وجود ندارد.",
|
||||
"share_this_category": "به اشتراکگذاری این دسته بندی",
|
||||
"watch": "پیگیری",
|
||||
"ignore": "نادیده گرفتن",
|
||||
"watching": "درحال پیگیری",
|
||||
"not-watching": "Not Watching",
|
||||
"ignoring": "در حال نادیده گرفتن",
|
||||
"watching.description": "نمایش موضوعات خوانده نشده",
|
||||
"ignoring.description": "هنوز موضوعات خوانده نشده را نشان نده",
|
||||
"watch.message": "شما در حال حاضر در حال مشاهده بهروزرسانی این دستهبندی و همه زیر شاخههای آن هستید",
|
||||
"ignore.message": "شما در حال حاضر نادیده گرفتهاید بهروزرسانی این دستهبندی و همه زیر شاخههای آن",
|
||||
"watching.description": "Show topics in unread and recent",
|
||||
"not-watching.description": "Do not show topics in unread, show in recent",
|
||||
"ignoring.description": "Do not show topics in unread and recent",
|
||||
"watching.message": "You are now watching updates from this category and all subcategories",
|
||||
"notwatching.message": "You are not watching updates from this category and all subcategories",
|
||||
"ignoring.message": "You are now ignoring updates from this category and all subcategories",
|
||||
"watched-categories": "دسته بندی های پیگیری شده"
|
||||
}
|
||||
@@ -56,6 +56,7 @@
|
||||
"notificationType_follow": "هنگامی که کسی شما را دنبال می کند",
|
||||
"notificationType_new-chat": "هنگامی که شما پیام چتی دریافت می کنید",
|
||||
"notificationType_group-invite": "هنگامی که شما دعوتنامه گروه دریافت می کنید",
|
||||
"notificationType_group-request-membership": "When someone requests to join a group you own",
|
||||
"notificationType_new-register": "وقتی کسی به صف ثبت نام اضافه می شود",
|
||||
"notificationType_post-queue": "هنگامی که یک پست جدید در صف قرار می گیرد",
|
||||
"notificationType_new-post-flag": "هنگامی که پستی گزارش می شود",
|
||||
|
||||
@@ -28,6 +28,7 @@
|
||||
"watched_categories": "Watched categories",
|
||||
"watched": "پیگیری شده",
|
||||
"ignored": "نادیده گرفته شده",
|
||||
"default-category-watch-state": "Default category watch state",
|
||||
"followers": "دنبالکنندهها",
|
||||
"following": "دنبالشوندهها",
|
||||
"blocks": "کاربران مسدود شده",
|
||||
@@ -48,6 +49,7 @@
|
||||
"change_picture": "تغییر تصویر",
|
||||
"change_username": "تغییر نام کاربری",
|
||||
"change_email": "تغییر ایمیل",
|
||||
"email_same_as_password": "Please enter your current password to continue – you've entered your new email again",
|
||||
"edit": "ویرایش",
|
||||
"edit-profile": "ویرایش پروفایل",
|
||||
"default_picture": "آیکون پیش فرض",
|
||||
|
||||
@@ -70,5 +70,9 @@
|
||||
"email-post-notif": "Send an email when replies are made to topics I am subscribed to",
|
||||
"follow-created-topics": "Follow topics you create",
|
||||
"follow-replied-topics": "Follow topics that you reply to",
|
||||
"default-notification-settings": "Default notification settings"
|
||||
"default-notification-settings": "Default notification settings",
|
||||
"categoryWatchState": "Default category watch state",
|
||||
"categoryWatchState.watching": "Watching",
|
||||
"categoryWatchState.notwatching": "Not Watching",
|
||||
"categoryWatchState.ignoring": "Ignoring"
|
||||
}
|
||||
@@ -7,14 +7,16 @@
|
||||
"browsing": "selaamassa",
|
||||
"no_replies": "Kukaan ei ole vastannut",
|
||||
"no_new_posts": "No new posts.",
|
||||
"share_this_category": "Jaa tämä kategoria",
|
||||
"watch": "Watch",
|
||||
"ignore": "Sivuuta",
|
||||
"watching": "Watching",
|
||||
"not-watching": "Not Watching",
|
||||
"ignoring": "Ignoring",
|
||||
"watching.description": "Show topics in unread",
|
||||
"ignoring.description": "Do not show topics in unread",
|
||||
"watch.message": "You are now watching updates from this category and all subcategories",
|
||||
"ignore.message": "You are now ignoring updates from this category and all subcategories",
|
||||
"watching.description": "Show topics in unread and recent",
|
||||
"not-watching.description": "Do not show topics in unread, show in recent",
|
||||
"ignoring.description": "Do not show topics in unread and recent",
|
||||
"watching.message": "You are now watching updates from this category and all subcategories",
|
||||
"notwatching.message": "You are not watching updates from this category and all subcategories",
|
||||
"ignoring.message": "You are now ignoring updates from this category and all subcategories",
|
||||
"watched-categories": "Watched categories"
|
||||
}
|
||||
@@ -56,6 +56,7 @@
|
||||
"notificationType_follow": "When someone starts following you",
|
||||
"notificationType_new-chat": "When you receive a chat message",
|
||||
"notificationType_group-invite": "When you receive a group invite",
|
||||
"notificationType_group-request-membership": "When someone requests to join a group you own",
|
||||
"notificationType_new-register": "When someone gets added to registration queue",
|
||||
"notificationType_post-queue": "When a new post is queued",
|
||||
"notificationType_new-post-flag": "When a post is flagged",
|
||||
|
||||
@@ -28,6 +28,7 @@
|
||||
"watched_categories": "Watched categories",
|
||||
"watched": "Seurattu",
|
||||
"ignored": "Ignored",
|
||||
"default-category-watch-state": "Default category watch state",
|
||||
"followers": "Seuraajat",
|
||||
"following": "Seuratut",
|
||||
"blocks": "Blocks",
|
||||
@@ -48,6 +49,7 @@
|
||||
"change_picture": "Vaihda kuva",
|
||||
"change_username": "Change Username",
|
||||
"change_email": "Change Email",
|
||||
"email_same_as_password": "Please enter your current password to continue – you've entered your new email again",
|
||||
"edit": "Muokkaa",
|
||||
"edit-profile": "Edit Profile",
|
||||
"default_picture": "Default Icon",
|
||||
|
||||
@@ -18,8 +18,8 @@
|
||||
"mongo.resident-memory": "Mémoire résidente",
|
||||
"mongo.virtual-memory": "Mémoire virtuelle",
|
||||
"mongo.mapped-memory": "Configuration de mémoire",
|
||||
"mongo.bytes-in": "Octets entrés",
|
||||
"mongo.bytes-out": "Octets sortants",
|
||||
"mongo.bytes-in": "Données entrées",
|
||||
"mongo.bytes-out": "Données sorties",
|
||||
"mongo.num-requests": "Nombre de requêtes",
|
||||
"mongo.raw-info": "Informations brutes MongoDB",
|
||||
|
||||
|
||||
@@ -70,5 +70,9 @@
|
||||
"email-post-notif": "Envoyer un email lors de réponses envoyées aux sujets auxquels je suis abonné",
|
||||
"follow-created-topics": "S'abonner aux sujets que vous créez",
|
||||
"follow-replied-topics": "S'abonner aux sujets auxquels vous répondez",
|
||||
"default-notification-settings": "Paramètres des notifications par défaut"
|
||||
"default-notification-settings": "Paramètres des notifications par défaut",
|
||||
"categoryWatchState": "Abonnement par défaut",
|
||||
"categoryWatchState.watching": "Abonné",
|
||||
"categoryWatchState.notwatching": "Non abonné",
|
||||
"categoryWatchState.ignoring": "Ignoré"
|
||||
}
|
||||
@@ -7,14 +7,16 @@
|
||||
"browsing": "parcouru par",
|
||||
"no_replies": "Personne n'a répondu",
|
||||
"no_new_posts": "Pas de nouveau message",
|
||||
"share_this_category": "Partager cette catégorie",
|
||||
"watch": "S'abonner",
|
||||
"ignore": "Ne plus surveiller",
|
||||
"watching": "Abonné",
|
||||
"not-watching": "Ne plus être abonné",
|
||||
"ignoring": "Ignoré",
|
||||
"watching.description": "Affiche les sujets dans la section Non lus",
|
||||
"ignoring.description": "N'affiche pas les sujets dans la section Non lus",
|
||||
"watch.message": "Vous êtes désormais abonné aux mises à jour de cette catégorie et de ses sous-catégories.",
|
||||
"ignore.message": "Vous n'êtes plus abonné aux mises à jour de cette catégorie et de ses sous-catégories.",
|
||||
"watching.description": "Afficher les sujets non lus et récents",
|
||||
"not-watching.description": "Ne pas afficher les sujets non lus, afficher les récents",
|
||||
"ignoring.description": "Ne pas afficher les sujets non lus et récents",
|
||||
"watching.message": "Vous êtes désormais abonné aux mises à jour de cette catégorie et de ses sous-catégories. ",
|
||||
"notwatching.message": "Vous n'êtes plus abonné aux mises à jour de cette catégorie et de ses sous-catégories.",
|
||||
"ignoring.message": "Vous ignorez maintenant les mises à jour de cette catégorie et de toutes les sous-catégories.",
|
||||
"watched-categories": "Abonnements"
|
||||
}
|
||||
@@ -56,6 +56,7 @@
|
||||
"notificationType_follow": "Lorsque quelqu'un commence à vous suivre",
|
||||
"notificationType_new-chat": "Lorsque vous recevez un message du chat ",
|
||||
"notificationType_group-invite": "Lorsque vous recevez une invitation d'un groupe",
|
||||
"notificationType_group-request-membership": "Quand quelqu'un demande à rejoindre un groupe que vous administrez",
|
||||
"notificationType_new-register": "Lorsque quelqu'un est ajouté à la file d'attente d'inscription",
|
||||
"notificationType_post-queue": "Lorsque un nouveau message est mis en file d'attente",
|
||||
"notificationType_new-post-flag": "Lorsque un message est marqué",
|
||||
|
||||
@@ -28,6 +28,7 @@
|
||||
"watched_categories": "Catégories surveillées",
|
||||
"watched": "Abonnements",
|
||||
"ignored": "Ignorés",
|
||||
"default-category-watch-state": "Abonnement par da catégorie",
|
||||
"followers": "Abonnés",
|
||||
"following": "Abonnements",
|
||||
"blocks": "Bloqués",
|
||||
@@ -48,6 +49,7 @@
|
||||
"change_picture": "Changer d'image",
|
||||
"change_username": "Changer le nom d'utilisateur",
|
||||
"change_email": "Changer l'e-mail",
|
||||
"email_same_as_password": "Veuillez entrer votre mot de passe actuel pour continuer – vous devez saisir à nouveau votre email",
|
||||
"edit": "Éditer",
|
||||
"edit-profile": "Éditer le profil",
|
||||
"default_picture": "Icône par défaut",
|
||||
|
||||
@@ -70,5 +70,9 @@
|
||||
"email-post-notif": "Send an email when replies are made to topics I am subscribed to",
|
||||
"follow-created-topics": "Follow topics you create",
|
||||
"follow-replied-topics": "Follow topics that you reply to",
|
||||
"default-notification-settings": "Default notification settings"
|
||||
"default-notification-settings": "Default notification settings",
|
||||
"categoryWatchState": "Default category watch state",
|
||||
"categoryWatchState.watching": "Watching",
|
||||
"categoryWatchState.notwatching": "Not Watching",
|
||||
"categoryWatchState.ignoring": "Ignoring"
|
||||
}
|
||||
@@ -7,14 +7,16 @@
|
||||
"browsing": "vendo agora",
|
||||
"no_replies": "Ninguén respondeu",
|
||||
"no_new_posts": "Non hai publicacións novas.",
|
||||
"share_this_category": "Comparte esta categoría",
|
||||
"watch": "Vixiar",
|
||||
"ignore": "Ignorar",
|
||||
"watching": "Seguindo",
|
||||
"not-watching": "Not Watching",
|
||||
"ignoring": "Ignorando",
|
||||
"watching.description": "Amosa-los temas en \"non lidos\"",
|
||||
"ignoring.description": "Non amosa-los temas en \"non lidos\"",
|
||||
"watch.message": "Agora pode ver actualizacións desta categoría en tódalas subcategorías",
|
||||
"ignore.message": "Agora estás ignorando as actualizacións desta categoría e tódalas subcategorías.",
|
||||
"watching.description": "Show topics in unread and recent",
|
||||
"not-watching.description": "Do not show topics in unread, show in recent",
|
||||
"ignoring.description": "Do not show topics in unread and recent",
|
||||
"watching.message": "You are now watching updates from this category and all subcategories",
|
||||
"notwatching.message": "You are not watching updates from this category and all subcategories",
|
||||
"ignoring.message": "You are now ignoring updates from this category and all subcategories",
|
||||
"watched-categories": "Categorías vixiadas"
|
||||
}
|
||||
@@ -56,6 +56,7 @@
|
||||
"notificationType_follow": "When someone starts following you",
|
||||
"notificationType_new-chat": "When you receive a chat message",
|
||||
"notificationType_group-invite": "When you receive a group invite",
|
||||
"notificationType_group-request-membership": "When someone requests to join a group you own",
|
||||
"notificationType_new-register": "When someone gets added to registration queue",
|
||||
"notificationType_post-queue": "When a new post is queued",
|
||||
"notificationType_new-post-flag": "When a post is flagged",
|
||||
|
||||
@@ -28,6 +28,7 @@
|
||||
"watched_categories": "Watched categories",
|
||||
"watched": "Visto",
|
||||
"ignored": "Ignored",
|
||||
"default-category-watch-state": "Default category watch state",
|
||||
"followers": "Seguidores",
|
||||
"following": "Seguindo",
|
||||
"blocks": "Blocks",
|
||||
@@ -48,6 +49,7 @@
|
||||
"change_picture": "Cambia-la foto",
|
||||
"change_username": "Cambia-lo nome de usuario",
|
||||
"change_email": "Cambia-lo correo",
|
||||
"email_same_as_password": "Please enter your current password to continue – you've entered your new email again",
|
||||
"edit": "Editar",
|
||||
"edit-profile": "Editar Perfil",
|
||||
"default_picture": "Icona por defecto.",
|
||||
|
||||
@@ -70,5 +70,9 @@
|
||||
"email-post-notif": "Send an email when replies are made to topics I am subscribed to",
|
||||
"follow-created-topics": "Follow topics you create",
|
||||
"follow-replied-topics": "Follow topics that you reply to",
|
||||
"default-notification-settings": "Default notification settings"
|
||||
"default-notification-settings": "Default notification settings",
|
||||
"categoryWatchState": "Default category watch state",
|
||||
"categoryWatchState.watching": "Watching",
|
||||
"categoryWatchState.notwatching": "Not Watching",
|
||||
"categoryWatchState.ignoring": "Ignoring"
|
||||
}
|
||||
@@ -7,14 +7,16 @@
|
||||
"browsing": "צופים בנושא זה כעת",
|
||||
"no_replies": "אין תגובות",
|
||||
"no_new_posts": "אין פוסטים חדשים.",
|
||||
"share_this_category": "שתף קטגוריה זו",
|
||||
"watch": "עקוב",
|
||||
"ignore": "התעלם",
|
||||
"watching": "עוקב",
|
||||
"not-watching": "Not Watching",
|
||||
"ignoring": "מתעלם",
|
||||
"watching.description": "צפה בנושאים שלא נקראו",
|
||||
"ignoring.description": "אל תציג נושאים שאינם נקראו",
|
||||
"watch.message": "אתה כעת עוקב אחר עדכונים בקטגוריה זו וכל תת-הקטגוריות",
|
||||
"ignore.message": "אתה כעת מתעלם מעדכונים בקטגוריה זו וכל תת-הקטגוריות",
|
||||
"watching.description": "Show topics in unread and recent",
|
||||
"not-watching.description": "Do not show topics in unread, show in recent",
|
||||
"ignoring.description": "Do not show topics in unread and recent",
|
||||
"watching.message": "You are now watching updates from this category and all subcategories",
|
||||
"notwatching.message": "You are not watching updates from this category and all subcategories",
|
||||
"ignoring.message": "You are now ignoring updates from this category and all subcategories",
|
||||
"watched-categories": "קטגוריות נעקבות"
|
||||
}
|
||||
@@ -18,7 +18,7 @@
|
||||
"filter-type": "סוג סימון",
|
||||
"filter-type-all": "כל התוכן",
|
||||
"filter-type-post": "פרסום",
|
||||
"filter-type-user": "User",
|
||||
"filter-type-user": "משתמש",
|
||||
"filter-state": "מצב",
|
||||
"filter-assignee": "UID של הממונה",
|
||||
"filter-cid": "קטגוריה",
|
||||
|
||||
@@ -98,7 +98,7 @@
|
||||
"enter_page_number": "הכנס מספר עמוד",
|
||||
"upload_file": "העלה קובץ",
|
||||
"upload": "העלה",
|
||||
"uploads": "Uploads",
|
||||
"uploads": "העלאות",
|
||||
"allowed-file-types": "פורמטי הקבצים המורשים הם %1",
|
||||
"unsaved-changes": "יש לך שינויים שאינם נשמרו. האם הנך בטוח שברצונך להמשיך?",
|
||||
"reconnecting-message": "נראה שההתחברות שלך אל %1 אבדה, אנא המתן בזמן שהמערכת מנסה לחבר אותך מחדש",
|
||||
|
||||
@@ -56,6 +56,7 @@
|
||||
"notificationType_follow": "כשמישהו מתחיל לעקוב אחריך",
|
||||
"notificationType_new-chat": "כשאתה מקבל הודעת צאט",
|
||||
"notificationType_group-invite": "כשאתה מקבל הזמנה מקבוצה",
|
||||
"notificationType_group-request-membership": "When someone requests to join a group you own",
|
||||
"notificationType_new-register": "כאשר מישהו מתווסף לתור הרישום",
|
||||
"notificationType_post-queue": "כשהודעה חדשה נכנסת לתור",
|
||||
"notificationType_new-post-flag": "כאשר פוסט מסומן",
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
"at-most": "לכל היותר",
|
||||
"relevance": "רלוונטיות",
|
||||
"post-time": "זמן הפוסט",
|
||||
"votes": "Votes",
|
||||
"votes": "הצבעות",
|
||||
"newer-than": "חדש מ",
|
||||
"older-than": "ישן מ",
|
||||
"any-date": "כל תאריך",
|
||||
|
||||
@@ -28,9 +28,10 @@
|
||||
"watched_categories": "Watched categories",
|
||||
"watched": "נצפה",
|
||||
"ignored": "התעלם",
|
||||
"default-category-watch-state": "Default category watch state",
|
||||
"followers": "עוקבים",
|
||||
"following": "עוקב אחרי",
|
||||
"blocks": "Blocks",
|
||||
"blocks": "חסימות",
|
||||
"block_toggle": "Toggle Block",
|
||||
"block_user": "חסום משתמש",
|
||||
"unblock_user": "בטל חסימת משתמש",
|
||||
@@ -48,6 +49,7 @@
|
||||
"change_picture": "שנה תמונה",
|
||||
"change_username": "שנה שם משתמש",
|
||||
"change_email": "שנה מייל",
|
||||
"email_same_as_password": "Please enter your current password to continue – you've entered your new email again",
|
||||
"edit": "ערוך",
|
||||
"edit-profile": "ערוך פרופיל",
|
||||
"default_picture": "אייקון ברירת מחדל",
|
||||
|
||||
@@ -70,5 +70,9 @@
|
||||
"email-post-notif": "Pošalji email pri odgovoru u teme na koje pratim",
|
||||
"follow-created-topics": "Prati teme koje kreiram",
|
||||
"follow-replied-topics": "Prati teme na koje odgovorim",
|
||||
"default-notification-settings": "Default notification settings"
|
||||
"default-notification-settings": "Default notification settings",
|
||||
"categoryWatchState": "Default category watch state",
|
||||
"categoryWatchState.watching": "Watching",
|
||||
"categoryWatchState.notwatching": "Not Watching",
|
||||
"categoryWatchState.ignoring": "Ignoring"
|
||||
}
|
||||
@@ -7,14 +7,16 @@
|
||||
"browsing": "pregledavanje",
|
||||
"no_replies": "Nema odgovora",
|
||||
"no_new_posts": "Nema novih tema.",
|
||||
"share_this_category": "Podijeli ovu kategoriju",
|
||||
"watch": "Prati",
|
||||
"ignore": "Ignoriraj",
|
||||
"watching": "Pratim",
|
||||
"not-watching": "Not Watching",
|
||||
"ignoring": "Ignoriram",
|
||||
"watching.description": "Prikaži nepročitane teme",
|
||||
"ignoring.description": "Ne prikazuj nepročitane teme",
|
||||
"watch.message": "Sada pratite nove objave iz ove kategorije i svih potkategorija",
|
||||
"ignore.message": "Sada ignorirate nove objave iz ove kategorije i svih potkategorija",
|
||||
"watching.description": "Show topics in unread and recent",
|
||||
"not-watching.description": "Do not show topics in unread, show in recent",
|
||||
"ignoring.description": "Do not show topics in unread and recent",
|
||||
"watching.message": "You are now watching updates from this category and all subcategories",
|
||||
"notwatching.message": "You are not watching updates from this category and all subcategories",
|
||||
"ignoring.message": "You are now ignoring updates from this category and all subcategories",
|
||||
"watched-categories": "Praćene Kategorije"
|
||||
}
|
||||
@@ -56,6 +56,7 @@
|
||||
"notificationType_follow": "When someone starts following you",
|
||||
"notificationType_new-chat": "When you receive a chat message",
|
||||
"notificationType_group-invite": "When you receive a group invite",
|
||||
"notificationType_group-request-membership": "When someone requests to join a group you own",
|
||||
"notificationType_new-register": "When someone gets added to registration queue",
|
||||
"notificationType_post-queue": "When a new post is queued",
|
||||
"notificationType_new-post-flag": "When a post is flagged",
|
||||
|
||||
@@ -28,6 +28,7 @@
|
||||
"watched_categories": "Watched categories",
|
||||
"watched": "Gledano",
|
||||
"ignored": "Ignored",
|
||||
"default-category-watch-state": "Default category watch state",
|
||||
"followers": "Pratitelji",
|
||||
"following": "Prati",
|
||||
"blocks": "Blocks",
|
||||
@@ -48,6 +49,7 @@
|
||||
"change_picture": "Promjeni sliku",
|
||||
"change_username": "Promjeni korisničko ime",
|
||||
"change_email": "Promjeni email",
|
||||
"email_same_as_password": "Please enter your current password to continue – you've entered your new email again",
|
||||
"edit": "Uredi",
|
||||
"edit-profile": "Uredi profil",
|
||||
"default_picture": "Zadana ikona",
|
||||
|
||||
@@ -70,5 +70,9 @@
|
||||
"email-post-notif": "Send an email when replies are made to topics I am subscribed to",
|
||||
"follow-created-topics": "Follow topics you create",
|
||||
"follow-replied-topics": "Follow topics that you reply to",
|
||||
"default-notification-settings": "Default notification settings"
|
||||
"default-notification-settings": "Default notification settings",
|
||||
"categoryWatchState": "Default category watch state",
|
||||
"categoryWatchState.watching": "Watching",
|
||||
"categoryWatchState.notwatching": "Not Watching",
|
||||
"categoryWatchState.ignoring": "Ignoring"
|
||||
}
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user