mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-09-02 02:47:49 +02:00
Merge commit 'f3e8e065033025084e0b6752025f73286b10efc3' into v1.11.x
This commit is contained in:
@@ -40,6 +40,7 @@
|
||||
"allowTemplateLiterals": true
|
||||
}],
|
||||
"no-else-return": [ "error", { "allowElseIf": true } ],
|
||||
"operator-linebreak": [ "error", "after" ],
|
||||
|
||||
// ES6
|
||||
"prefer-rest-params": "off",
|
||||
|
||||
@@ -8,7 +8,7 @@ before_script:
|
||||
- sleep 15 # wait for mongodb to be ready
|
||||
- "mongo mydb_test --eval 'db.createUser({user:\"travis\", pwd: \"test\", roles: []});'"
|
||||
- sh -c "if [ '$DB' = 'mongodb' ]; then node app --setup=\"{\\\"url\\\":\\\"http://127.0.0.1:4567\\\",\\\"secret\\\":\\\"abcdef\\\",\\\"database\\\":\\\"mongo\\\",\\\"mongo:host\\\":\\\"127.0.0.1\\\",\\\"mongo:port\\\":27017,\\\"mongo:username\\\":\\\"\\\",\\\"mongo:password\\\":\\\"\\\",\\\"mongo:database\\\":0,\\\"admin:username\\\":\\\"admin\\\",\\\"admin:email\\\":\\\"test@example.org\\\",\\\"admin:password\\\":\\\"hAN3Eg8W\\\",\\\"admin:password:confirm\\\":\\\"hAN3Eg8W\\\"}\" --ci=\"{\\\"host\\\":\\\"127.0.0.1\\\",\\\"port\\\":27017,\\\"database\\\":0}\"; fi"
|
||||
- sh -c "if [ '$DB' = 'redis' ]; then node app --setup=\"{\\\"url\\\":\\\"http://127.0.0.1:4567\\\",\\\"secret\\\":\\\"abcdef\\\",\\\"database\\\":\\\"redis\\\",\\\"redis:host\\\":\\\"127.0.0.1\\\",\\\"redis:port\\\":6379,\\\"redis:password\\\":\\\"\\\",\\\"redis:database\\\":0,\\\"admin:username\\\":\\\"admin\\\",\\\"admin:email\\\":\\\"test@example.org\\\",\\\"admin:password\\\":\\\"hAN3Eg8W\\\",\\\"admin:password:confirm\\\":\\\"hAN3Eg8W\\\"}\" --ci=\"{\\\"host\\\":\\\"127.0.0.1\\\",\\\"port\\\":6379,\\\"database\\\":0}\"; fi"
|
||||
- sh -c "if [ '$DB' = 'redis' ]; then node app --setup=\"{\\\"url\\\":\\\"http://127.0.0.1:4567/forum\\\",\\\"secret\\\":\\\"abcdef\\\",\\\"database\\\":\\\"redis\\\",\\\"redis:host\\\":\\\"127.0.0.1\\\",\\\"redis:port\\\":6379,\\\"redis:password\\\":\\\"\\\",\\\"redis:database\\\":0,\\\"admin:username\\\":\\\"admin\\\",\\\"admin:email\\\":\\\"test@example.org\\\",\\\"admin:password\\\":\\\"hAN3Eg8W\\\",\\\"admin:password:confirm\\\":\\\"hAN3Eg8W\\\"}\" --ci=\"{\\\"host\\\":\\\"127.0.0.1\\\",\\\"port\\\":6379,\\\"database\\\":0}\"; fi"
|
||||
- sh -c "if [ '$DB' = 'postgres' ]; then psql -c 'create database nodebb;' -U postgres; psql -c 'create database travis_ci_test;' -U postgres; node app --setup=\"{\\\"url\\\":\\\"http://127.0.0.1:4567\\\",\\\"secret\\\":\\\"abcdef\\\",\\\"database\\\":\\\"postgres\\\",\\\"postgres:host\\\":\\\"127.0.0.1\\\",\\\"postgres:port\\\":5432,\\\"postgres:password\\\":\\\"\\\",\\\"postgres:database\\\":\\\"nodebb\\\",\\\"admin:username\\\":\\\"admin\\\",\\\"admin:email\\\":\\\"test@example.org\\\",\\\"admin:password\\\":\\\"hAN3Eg8W\\\",\\\"admin:password:confirm\\\":\\\"hAN3Eg8W\\\"}\" --ci=\"{\\\"host\\\":\\\"127.0.0.1\\\",\\\"port\\\":5432,\\\"username\\\":\\\"postgres\\\",\\\"database\\\":\\\"travis_ci_test\\\"}\"; fi"
|
||||
after_success:
|
||||
- "npm run coveralls"
|
||||
|
||||
89
CHANGELOG.md
Normal file
89
CHANGELOG.md
Normal file
@@ -0,0 +1,89 @@
|
||||
### 1.11.0 (2018-11-28)
|
||||
|
||||
##### Chores
|
||||
|
||||
* **deps:**
|
||||
* update dependency lint-staged to v8.1.0 (dd7f8a14)
|
||||
* update dependency husky to v1.2.0 (aee21628)
|
||||
* update node:8.12.0 docker digest to 5dae8ea (0ef451dd)
|
||||
* update dependency husky to v1.1.4 (95d6ab06)
|
||||
* update dependency eslint to v5.9.0 (92441794)
|
||||
* pin dependencies (b0483f21)
|
||||
* update dependency eslint-config-airbnb-base to v13 (#6599) (64b9dabf)
|
||||
* update node.js to v8.12.0 (fa3afbd2)
|
||||
* update dependency husky to v1.1.3 (6cee5b8e)
|
||||
* update dependency lint-staged to v8.0.4 (9d258668)
|
||||
* update dependency lint-staged to v8.0.3 (aaa6fe9e)
|
||||
* update dependency lint-staged to v8 (95d7a5fa)
|
||||
* update dependency jsdom to v13 (52f141c9)
|
||||
* **husky:** setting up husky as recommended in docs (e8a3d929)
|
||||
|
||||
##### New Features
|
||||
|
||||
* enabling commitlint (c58a41ed)
|
||||
* allow disabling of GDPR features via ACP toggle, closes #6847 (4919e9ef)
|
||||
|
||||
##### Bug Fixes
|
||||
|
||||
* **deps:**
|
||||
* update dependency nodebb-theme-vanilla to v10.1.12 (cf928f44)
|
||||
* update dependency nodebb-theme-persona to v9.1.0 (179be9ed)
|
||||
* update dependency nodebb-theme-persona to v9.0.63 (#7019) (68ae3eb6)
|
||||
* update dependency nodebb-plugin-markdown to v8.8.5 (d3ab7d1b)
|
||||
* update dependency nodebb-theme-persona to v9.0.60 (#6984) (cbd50a80)
|
||||
* update dependency nodebb-theme-vanilla to v10.1.10 (#6982) (4c769487)
|
||||
* update dependency nodebb-theme-slick to v1.2.15 (#6981) (acaf1a05)
|
||||
* update dependency nodebb-theme-persona to v9.0.59 (#6980) (5863bb2c)
|
||||
* update dependency lru-cache to v4.1.4 (#6977) (375ab769)
|
||||
* update dependency connect-mongo to v2.0.2 (#6975) (e1597b83)
|
||||
* update dependency nodebb-plugin-markdown to v8.8.4 (84d1013d)
|
||||
* update dependency nodebb-plugin-composer-default to v6.1.8 (fee7e336)
|
||||
* update dependency nodebb-plugin-markdown to v8.8.3 (b182a195)
|
||||
* update dependency nodebb-plugin-composer-default to v6.1.7 (#6966) (1101f327)
|
||||
* update dependency nodebb-theme-persona to v9.0.58 (#6964) (6ade156b)
|
||||
* update dependency mongodb to v3.1.10 (#6962) (662215fa)
|
||||
* update dependency nodebb-theme-persona to v9.0.57 (#6956) (1bf1a439)
|
||||
* update dependency nodebb-theme-persona to v9.0.55 (#6955) (e06683f7)
|
||||
* update dependency nodebb-plugin-composer-default to v6.1.6 (c51ceaf0)
|
||||
* update dependency nodebb-theme-persona to v9.0.54 (bb940b01)
|
||||
* update dependency nodebb-plugin-mentions to v2.2.12 (#6936) (e12a803b)
|
||||
* update dependency nodebb-theme-vanilla to v10.1.9 (#6935) (b480c321)
|
||||
* update dependency nodebb-theme-slick to v1.2.14 (#6934) (9cdd5316)
|
||||
* update dependency nodebb-theme-persona to v9.0.53 (#6933) (9ee1c2f8)
|
||||
* update dependency nodebb-plugin-dbsearch to v2.0.23 (#6931) (dba1db9c)
|
||||
* update dependency jsesc to v2.5.2 (511b4edc)
|
||||
* update dependency validator to v10.9.0 (032caafa)
|
||||
* update dependency spdx-license-list to v5 (a639b6b8)
|
||||
* update dependency nodebb-theme-vanilla to v10.1.8 (eb0a322d)
|
||||
* update dependency nodebb-theme-persona to v9.0.52 (6566a0cb)
|
||||
* update dependency nodebb-plugin-dbsearch to v2.0.22 (#6916) (7808e58c)
|
||||
* update dependency mongodb to v3.1.9 (#6914) (9a9f2af9)
|
||||
* update dependency nodebb-theme-persona to v9.0.51 (e2274fe0)
|
||||
* update dependency nodebb-theme-slick to v1.2.13 (3005428d)
|
||||
* update dependency nodebb-theme-persona to v9.0.50 (#6902) (22140a20)
|
||||
* update dependency nodebb-plugin-markdown to v8.8.2 (0b4c9a80)
|
||||
* update dependency nodebb-theme-vanilla to v10.1.7 (3150a2fc)
|
||||
* update dependency nodebb-theme-slick to v1.2.12 (#6881) (9bcda7f7)
|
||||
* update dependency nodebb-theme-persona to v9.0.49 (#6880) (e0dc00da)
|
||||
* update dependency nodebb-theme-persona to v9.0.48 (2b6f5eec)
|
||||
* added admin/manage/uploads to tx config (7357926f)
|
||||
* #7013, add cache buster to js-enabled.css (f6b92c1d)
|
||||
* removal of scroll anchoring code in favour of browser handling (98c14e0e)
|
||||
* custom navigation item not showing groups (d9452bf3)
|
||||
* flags detail page crash if reporter blocks author (d027207f)
|
||||
* #6922, skin assets not including plugin LESS files (a5022ce4)
|
||||
* #6921, allow square brackets in usernames (da10ca08)
|
||||
* interstitial redirects failing if done via ajaxify (3c8939a8)
|
||||
* username trim on login, closes #6894 (157bea69)
|
||||
* **uploads:** ugly filenames on uploaded asset downloading (f96208a0)
|
||||
* **acp:**
|
||||
* small UI fixes for ACP privileges category selector (#6946) (57b39d5b)
|
||||
* hard-to-discover dropdown selector in ACP (b3f96d28)
|
||||
* **l10n:** some translations (34cbd1fc)
|
||||
|
||||
##### Code Style Changes
|
||||
|
||||
* **eslint:**
|
||||
* newlines in public/src as well (f7bd398e)
|
||||
* enforcing newline on chained calls (95cc27f1)
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# The base image is the latest 8.x node (LTS)
|
||||
FROM node:8.13.0@sha256:3ecf259bf23f8a75555cf0b92ac5ad3c746e7e2262e937a9bed9ca1685f8e1c7
|
||||
FROM node:8.14.0@sha256:dd2381fe1f68df03a058094097886cd96b24a47724ff5a588b90921f13e875b7
|
||||
|
||||
RUN mkdir -p /usr/src/app
|
||||
WORKDIR /usr/src/app
|
||||
|
||||
@@ -66,6 +66,7 @@
|
||||
"reputation:disabled": 0,
|
||||
"downvote:disabled": 0,
|
||||
"disableSignatures": 0,
|
||||
"min:rep:downvote": 0,
|
||||
"min:rep:flag": 0,
|
||||
"min:rep:profile-picture": 0,
|
||||
"min:rep:cover-picture": 0,
|
||||
|
||||
@@ -46,7 +46,7 @@
|
||||
"compression": "^1.7.1",
|
||||
"connect-ensure-login": "^0.1.1",
|
||||
"connect-flash": "^0.1.1",
|
||||
"connect-mongo": "2.0.2",
|
||||
"connect-mongo": "2.0.3",
|
||||
"connect-multiparty": "^2.1.0",
|
||||
"connect-pg-simple": "^5.0.0",
|
||||
"connect-redis": "3.4.0",
|
||||
@@ -70,7 +70,7 @@
|
||||
"less": "^2.7.3",
|
||||
"lodash": "^4.17.10",
|
||||
"logrotate-stream": "^0.2.5",
|
||||
"lru-cache": "4.1.4",
|
||||
"lru-cache": "4.1.5",
|
||||
"material-design-lite": "^1.3.0",
|
||||
"mime": "^2.2.0",
|
||||
"mkdirp": "^0.5.1",
|
||||
@@ -79,18 +79,18 @@
|
||||
"mousetrap": "^1.6.1",
|
||||
"mubsub-nbb": "^1.5.0",
|
||||
"nconf": "^0.10.0",
|
||||
"nodebb-plugin-composer-default": "6.1.10",
|
||||
"nodebb-plugin-composer-default": "6.1.17",
|
||||
"nodebb-plugin-dbsearch": "3.0.3",
|
||||
"nodebb-plugin-emoji": "^2.2.5",
|
||||
"nodebb-plugin-emoji-android": "2.0.0",
|
||||
"nodebb-plugin-markdown": "8.8.5",
|
||||
"nodebb-plugin-markdown": "8.8.6",
|
||||
"nodebb-plugin-mentions": "2.3.0",
|
||||
"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.0",
|
||||
"nodebb-theme-slick": "1.2.15",
|
||||
"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",
|
||||
@@ -98,7 +98,7 @@
|
||||
"passport-local": "1.0.0",
|
||||
"pg": "^7.4.0",
|
||||
"pg-cursor": "^1.3.0",
|
||||
"postcss": "7.0.5",
|
||||
"postcss": "7.0.6",
|
||||
"postcss-clean": "1.1.0",
|
||||
"promise-polyfill": "^8.0.0",
|
||||
"prompt": "^1.0.0",
|
||||
@@ -111,18 +111,17 @@
|
||||
"serve-favicon": "^2.4.5",
|
||||
"sharp": "0.21.0",
|
||||
"sitemap": "^2.0.0",
|
||||
"socket.io": "2.1.1",
|
||||
"socket.io": "2.2.0",
|
||||
"socket.io-adapter-cluster": "^1.0.1",
|
||||
"socket.io-adapter-mongo": "^2.0.1",
|
||||
"socket.io-adapter-postgres": "^1.0.1",
|
||||
"socket.io-client": "2.1.1",
|
||||
"socket.io-client": "2.2.0",
|
||||
"socket.io-redis": "5.2.0",
|
||||
"socketio-wildcard": "2.0.0",
|
||||
"spdx-license-list": "^5.0.0",
|
||||
"spider-detector": "1.0.18",
|
||||
"toobusy-js": "^0.5.1",
|
||||
"uglify-es": "^3.3.9",
|
||||
"util.promisify": "1.0.0",
|
||||
"validator": "10.9.0",
|
||||
"winston": "3.1.0",
|
||||
"xml": "^1.0.1",
|
||||
@@ -138,7 +137,7 @@
|
||||
"eslint-plugin-import": "2.14.0",
|
||||
"grunt": "1.0.3",
|
||||
"grunt-contrib-watch": "1.1.0",
|
||||
"husky": "1.2.0",
|
||||
"husky": "1.2.1",
|
||||
"jsdom": "13.0.0",
|
||||
"lint-staged": "8.1.0",
|
||||
"mocha": "5.2.0",
|
||||
@@ -150,7 +149,7 @@
|
||||
"url": "https://github.com/NodeBB/NodeBB/issues"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=6"
|
||||
"node": ">=8"
|
||||
},
|
||||
"maintainers": [
|
||||
{
|
||||
|
||||
10
loader.js
10
loader.js
@@ -7,6 +7,7 @@ var path = require('path');
|
||||
var fork = require('child_process').fork;
|
||||
var async = require('async');
|
||||
var logrotate = require('logrotate-stream');
|
||||
var mkdirp = require('mkdirp');
|
||||
|
||||
var file = require('./src/file');
|
||||
var pkg = require('./package.json');
|
||||
@@ -18,7 +19,14 @@ nconf.argv().env().file({
|
||||
});
|
||||
|
||||
var pidFilePath = path.join(__dirname, 'pidfile');
|
||||
var outputLogFilePath = path.join(__dirname, 'logs/output.log');
|
||||
|
||||
var outputLogFilePath = path.join(__dirname, nconf.get('logFile') || 'logs/output.log');
|
||||
|
||||
var logDir = path.dirname(outputLogFilePath);
|
||||
if (!fs.existsSync(logDir)) {
|
||||
mkdirp.sync(path.dirname(outputLogFilePath));
|
||||
}
|
||||
|
||||
var output = logrotate({ file: outputLogFilePath, size: '1m', keep: 3, compress: true });
|
||||
var silent = nconf.get('silent') === 'false' ? false : nconf.get('silent') !== false;
|
||||
var numProcs;
|
||||
|
||||
14
public/language/README.md
Normal file
14
public/language/README.md
Normal file
@@ -0,0 +1,14 @@
|
||||
# Important note about localising NodeBB
|
||||
|
||||
The files here are read-only and overwritten daily (if there are changes) by the
|
||||
helper bot [Misty](https://github.com/nodebb-misty).
|
||||
|
||||
Our localisation efforts are handled via [our Transifex Project](https://www.transifex.com/nodebb/nodebb/),
|
||||
and any pull requests made to this directory will be automatically closed because
|
||||
localisations can go out-of-sync when edited directly.
|
||||
|
||||
If there are non-localised strings and you cannot find them in Transifex, please
|
||||
[open a new issue on our bug tracker](https://github.com/NodeBB/NodeBB/issues/new)
|
||||
so we can take a look.
|
||||
|
||||
Thank you for helping localise NodeBB!
|
||||
@@ -1,3 +0,0 @@
|
||||
NPM INSTALL
|
||||
For now, language packs will be stored here. Eventually, will be moved to server side to allow for npm install-ability.
|
||||
When that happens, server code will generate compressed JSON language files in this folder.
|
||||
@@ -18,10 +18,16 @@
|
||||
"mongo.resident-memory": "Resident Memory",
|
||||
"mongo.virtual-memory": "الذاكرة الإفتراضية",
|
||||
"mongo.mapped-memory": "Mapped Memory",
|
||||
"mongo.bytes-in": "Bytes In",
|
||||
"mongo.bytes-out": "Bytes Out",
|
||||
"mongo.num-requests": "Number of Requests",
|
||||
"mongo.raw-info": "MongoDB Raw Info",
|
||||
|
||||
"redis": "Redis",
|
||||
"redis.version": "Redis Version",
|
||||
"redis.keys": "Keys",
|
||||
"redis.expires": "Expires",
|
||||
"redis.avg-ttl": "Average TTL",
|
||||
"redis.connected-clients": "Connected Clients",
|
||||
"redis.connected-slaves": "Connected Slaves",
|
||||
"redis.blocked-clients": "Blocked Clients",
|
||||
@@ -30,6 +36,11 @@
|
||||
"redis.total-connections-recieved": "إجمالي الاتصالات المستلمة",
|
||||
"redis.total-commands-processed": "إجمالي الأوامر التي تمت معالجتها",
|
||||
"redis.iops": "Instantaneous Ops. Per Second",
|
||||
"redis.iinput": "Instantaneous Input Per Second",
|
||||
"redis.ioutput": "Instantaneous Output Per Second",
|
||||
"redis.total-input": "Total Input",
|
||||
"redis.total-output": "Total Ouput",
|
||||
|
||||
"redis.keyspace-hits": "Keyspace Hits",
|
||||
"redis.keyspace-misses": "Keyspace Misses",
|
||||
"redis.raw-info": "Redis Raw Info",
|
||||
|
||||
9
public/language/ar/admin/manage/uploads.json
Normal file
9
public/language/ar/admin/manage/uploads.json
Normal file
@@ -0,0 +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"
|
||||
}
|
||||
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"password-reset-requested": "تم طلب إعادة تعيين كلمة المرور - %1!",
|
||||
"test-email.subject": "Test Email",
|
||||
"password-reset-requested": "Password Reset Requested!",
|
||||
"welcome-to": "مرحبًا بك في %1",
|
||||
"invite": "دعوة من %1",
|
||||
"greeting_no_name": "مرحبًا",
|
||||
|
||||
@@ -120,7 +120,7 @@
|
||||
"chat-edit-duration-expired": "You are only allowed to edit chat messages for %1 second(s) after posting",
|
||||
"chat-delete-duration-expired": "You are only allowed to delete chat messages for %1 second(s) after posting",
|
||||
"chat-deleted-already": "This chat message has already been deleted.",
|
||||
"chat-restored'already": "This chat message has already been restored.",
|
||||
"chat-restored-already": "This chat message has already been restored.",
|
||||
"already-voting-for-this-post": "لقد شاركت بالتصويت ، ألا تذكر؟",
|
||||
"reputation-system-disabled": "نظام السمعة معطل",
|
||||
"downvoting-disabled": "التصويتات السلبية معطلة",
|
||||
@@ -153,5 +153,8 @@
|
||||
"cant-move-to-same-topic": "Can't move post to same topic!",
|
||||
"cannot-block-self": "You cannot block yourself!",
|
||||
"cannot-block-privileged": "You cannot block administrators or global moderators",
|
||||
"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",
|
||||
"no-connection": "There seems to be a problem with your internet connection"
|
||||
}
|
||||
@@ -8,8 +8,7 @@
|
||||
"outgoing_link_message": "You are now leaving %1",
|
||||
"continue_to": "استمر إلى %1",
|
||||
"return_to": "عودة إى %1",
|
||||
"new_notification": "تنبيه جديد",
|
||||
"new_notification_from": "You have a new Notification from %1",
|
||||
"new_notification": "You have a new notification",
|
||||
"you_have_unread_notifications": "لديك تنبيهات غير مقروءة.",
|
||||
"all": "All",
|
||||
"topics": "Topics",
|
||||
|
||||
@@ -84,7 +84,6 @@
|
||||
"digest_daily": "يوميا",
|
||||
"digest_weekly": "أسبوعيًّا",
|
||||
"digest_monthly": "شهريًّا",
|
||||
"settings-require-reload": "تغيير بعض اﻹعدادات يتطلب تحديث الصفحة. إضغط هنا لتحديث الصفحة",
|
||||
"has_no_follower": "هذا المستخدم ليس لديه أية متابعين :(",
|
||||
"follows_no_one": "هذا المستخدم لا يتابع أحد :(",
|
||||
"has_no_posts": "هذا المستخدم لم يشارك حتى الآن.",
|
||||
@@ -119,8 +118,6 @@
|
||||
"open_links_in_new_tab": "فتح الروابط الخارجية في نافدة جديدة",
|
||||
"enable_topic_searching": "تفعيل خاصية البحث داخل المواضيع",
|
||||
"topic_search_help": "إذا قمت بتفعيل ميزة البحث في-الموضوع، سيتم تجاوز الخيار الافتراضي للمتصفح مما يؤدي للبحث بكامل الموضوع بدلا عن البحث في الجزء الظاهر في الشاشة.",
|
||||
"delay_image_loading": "تأخير عرض الصور",
|
||||
"image_load_delay_help": "إذا تم تمكينه، فلن يتم تحميل الصور في المواضيع حتى يتم تمريرها في الشاشة",
|
||||
"scroll_to_my_post": "بعد اضافة رد على المشاركة, قم بإظهار المشاركة",
|
||||
"follow_topics_you_reply_to": "متابعة المواضيع التي تقوم بالرد عليها",
|
||||
"follow_topics_you_create": "متابعة المواضيع التي تقوم بإنشائها",
|
||||
|
||||
@@ -18,10 +18,16 @@
|
||||
"mongo.resident-memory": "Текущо активна памет",
|
||||
"mongo.virtual-memory": "Виртуална памет",
|
||||
"mongo.mapped-memory": "Заделена памет",
|
||||
"mongo.bytes-in": "Байтове ВХ",
|
||||
"mongo.bytes-out": "Байтове ИЗХ",
|
||||
"mongo.num-requests": "Брой заявки",
|
||||
"mongo.raw-info": "Сурови данни от MongoDB",
|
||||
|
||||
"redis": "Redis",
|
||||
"redis.version": "Версия на Redis",
|
||||
"redis.keys": "Ключове",
|
||||
"redis.expires": "Изтичания",
|
||||
"redis.avg-ttl": "Средно време на живот (TTL)",
|
||||
"redis.connected-clients": "Свързани клиенти",
|
||||
"redis.connected-slaves": "Свързани второстепенни сървъри",
|
||||
"redis.blocked-clients": "Блокирани клиенти",
|
||||
@@ -30,6 +36,11 @@
|
||||
"redis.total-connections-recieved": "Общо получени свързвания",
|
||||
"redis.total-commands-processed": "Общо обработени команди",
|
||||
"redis.iops": "Едновременни операции в секунда",
|
||||
"redis.iinput": "Едновременен вход в секунда",
|
||||
"redis.ioutput": "Едновременен изход в секунда",
|
||||
"redis.total-input": "Общ вход",
|
||||
"redis.total-output": "Общ изход",
|
||||
|
||||
"redis.keyspace-hits": "Успешни търсения на ключове",
|
||||
"redis.keyspace-misses": "Неуспешни търсения на ключове",
|
||||
"redis.raw-info": "Сурови данни от Redis",
|
||||
|
||||
9
public/language/bg/admin/manage/uploads.json
Normal file
9
public/language/bg/admin/manage/uploads.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"upload-file": "Качване на файл",
|
||||
"filename": "Име на файла",
|
||||
"usage": "Използване в публикации",
|
||||
"orphaned": "Без ползвания",
|
||||
"size/filecount": "Размер / брой файлове",
|
||||
"confirm-delete": "Наистина ли искате да изтриете този файл?",
|
||||
"filecount": "%1 файла"
|
||||
}
|
||||
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"password-reset-requested": "Изпратена е заявка за подновяване на паролата – %1!",
|
||||
"test-email.subject": "Пробно е-писмо",
|
||||
"password-reset-requested": "Изпратена е заявка за подновяване на паролата!",
|
||||
"welcome-to": "Добре дошли в %1",
|
||||
"invite": "Покана от %1",
|
||||
"greeting_no_name": "Здравейте",
|
||||
|
||||
@@ -120,7 +120,7 @@
|
||||
"chat-edit-duration-expired": "Можете да редактирате съобщенията си в разговорите до %1 секунда/и, след като ги пуснете",
|
||||
"chat-delete-duration-expired": "Можете да изтривате съобщенията си в разговорите до %1 секунда/и след пускането им",
|
||||
"chat-deleted-already": "Това съобщение вече е изтрито.",
|
||||
"chat-restored'already": "Това съобщение вече е възстановено.",
|
||||
"chat-restored-already": "Това съобщение вече е възстановено.",
|
||||
"already-voting-for-this-post": "Вече сте дали глас за тази публикация.",
|
||||
"reputation-system-disabled": "Системата за репутация е изключена.",
|
||||
"downvoting-disabled": "Отрицателното гласуване е изключено",
|
||||
@@ -153,5 +153,8 @@
|
||||
"cant-move-to-same-topic": "Публикацията не може да бъде преместена в същата тема!",
|
||||
"cannot-block-self": "Не можете да блокирате себе си!",
|
||||
"cannot-block-privileged": "Не можете да блокирате администратори и глобални модератори",
|
||||
"cannot-block-guest": "Гостите не могат да блокират други потребители",
|
||||
"already-blocked": "Този потребител вече е блокиран",
|
||||
"already-unblocked": "Този потребител вече е отблокиран",
|
||||
"no-connection": "Изглежда има проблем с връзката Ви с Интернет"
|
||||
}
|
||||
@@ -8,8 +8,7 @@
|
||||
"outgoing_link_message": "Напускате %1",
|
||||
"continue_to": "Продължаване към %1",
|
||||
"return_to": "Връщане към %1",
|
||||
"new_notification": "Ново известие",
|
||||
"new_notification_from": "Имате ново известие от %1",
|
||||
"new_notification": "Имате ново известие",
|
||||
"you_have_unread_notifications": "Имате непрочетени известия",
|
||||
"all": "Всички",
|
||||
"topics": "Теми",
|
||||
|
||||
@@ -84,7 +84,6 @@
|
||||
"digest_daily": "Ежедневно",
|
||||
"digest_weekly": "Ежеседмично",
|
||||
"digest_monthly": "Ежемесечно",
|
||||
"settings-require-reload": "Някои промени в настройките изискват презареждане. Натиснете тук, за да презаредите страницата.",
|
||||
"has_no_follower": "Този потребител няма последователи :(",
|
||||
"follows_no_one": "Този потребител не следва никого :(",
|
||||
"has_no_posts": "Този потребител не е публикувал нищо досега.",
|
||||
@@ -119,8 +118,6 @@
|
||||
"open_links_in_new_tab": "Отваряне на външните връзки в нов подпрозорец",
|
||||
"enable_topic_searching": "Включване на търсенето в темите",
|
||||
"topic_search_help": "Ако е включено, търсенето в темата ще замени стандартното поведение на браузъра при търсене в страницата и ще Ви позволи да претърсвате цялата тема, а не само това, което се вижда на екрана",
|
||||
"delay_image_loading": "Отлагане на зареждането на изображения",
|
||||
"image_load_delay_help": "Ако е включено, изображенията в темите няма да бъдат зареждани, докато не превъртите страницата до мястото, на което се намират",
|
||||
"scroll_to_my_post": "След публикуване на отговор, да се показва новата публикация",
|
||||
"follow_topics_you_reply_to": "Следене на темите, в които отговаряте",
|
||||
"follow_topics_you_create": "Следене на темите, които създавате",
|
||||
|
||||
@@ -18,10 +18,16 @@
|
||||
"mongo.resident-memory": "Resident Memory",
|
||||
"mongo.virtual-memory": "Virtual Memory",
|
||||
"mongo.mapped-memory": "Mapped Memory",
|
||||
"mongo.bytes-in": "Bytes In",
|
||||
"mongo.bytes-out": "Bytes Out",
|
||||
"mongo.num-requests": "Number of Requests",
|
||||
"mongo.raw-info": "MongoDB Raw Info",
|
||||
|
||||
"redis": "Redis",
|
||||
"redis.version": "Redis Version",
|
||||
"redis.keys": "Keys",
|
||||
"redis.expires": "Expires",
|
||||
"redis.avg-ttl": "Average TTL",
|
||||
"redis.connected-clients": "Connected Clients",
|
||||
"redis.connected-slaves": "Connected Slaves",
|
||||
"redis.blocked-clients": "Blocked Clients",
|
||||
@@ -30,6 +36,11 @@
|
||||
"redis.total-connections-recieved": "Total Connections Received",
|
||||
"redis.total-commands-processed": "Total Commands Processed",
|
||||
"redis.iops": "Instantaneous Ops. Per Second",
|
||||
"redis.iinput": "Instantaneous Input Per Second",
|
||||
"redis.ioutput": "Instantaneous Output Per Second",
|
||||
"redis.total-input": "Total Input",
|
||||
"redis.total-output": "Total Ouput",
|
||||
|
||||
"redis.keyspace-hits": "Keyspace Hits",
|
||||
"redis.keyspace-misses": "Keyspace Misses",
|
||||
"redis.raw-info": "Redis Raw Info",
|
||||
|
||||
9
public/language/bn/admin/manage/uploads.json
Normal file
9
public/language/bn/admin/manage/uploads.json
Normal file
@@ -0,0 +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"
|
||||
}
|
||||
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"password-reset-requested": "পাসওয়ার্ড রিসেটের জন্য অনুরোধ করা হয়েছে - %1!",
|
||||
"test-email.subject": "Test Email",
|
||||
"password-reset-requested": "Password Reset Requested!",
|
||||
"welcome-to": "%1 এ স্বাগতম",
|
||||
"invite": "%1 থেকে আমন্ত্রণ",
|
||||
"greeting_no_name": "স্বাগতম",
|
||||
|
||||
@@ -120,7 +120,7 @@
|
||||
"chat-edit-duration-expired": "You are only allowed to edit chat messages for %1 second(s) after posting",
|
||||
"chat-delete-duration-expired": "You are only allowed to delete chat messages for %1 second(s) after posting",
|
||||
"chat-deleted-already": "This chat message has already been deleted.",
|
||||
"chat-restored'already": "This chat message has already been restored.",
|
||||
"chat-restored-already": "This chat message has already been restored.",
|
||||
"already-voting-for-this-post": "You have already voted for this post.",
|
||||
"reputation-system-disabled": "সম্মাননা ব্যাবস্থা নিস্ক্রীয় রাখা হয়েছে",
|
||||
"downvoting-disabled": "ঋণাত্মক ভোট নিস্ক্রীয় রাখা হয়েছে।",
|
||||
@@ -153,5 +153,8 @@
|
||||
"cant-move-to-same-topic": "Can't move post to same topic!",
|
||||
"cannot-block-self": "You cannot block yourself!",
|
||||
"cannot-block-privileged": "You cannot block administrators or global moderators",
|
||||
"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",
|
||||
"no-connection": "There seems to be a problem with your internet connection"
|
||||
}
|
||||
@@ -8,8 +8,7 @@
|
||||
"outgoing_link_message": "You are now leaving %1",
|
||||
"continue_to": "%1 তে আগান",
|
||||
"return_to": "%1 এ ফেরত যান",
|
||||
"new_notification": "নতুন বিজ্ঞপ্তি",
|
||||
"new_notification_from": "You have a new Notification from %1",
|
||||
"new_notification": "You have a new notification",
|
||||
"you_have_unread_notifications": "আপনার অপঠিত বিজ্ঞপ্তি আছে।",
|
||||
"all": "All",
|
||||
"topics": "Topics",
|
||||
|
||||
@@ -84,7 +84,6 @@
|
||||
"digest_daily": "দৈনিক",
|
||||
"digest_weekly": "সাপ্তাহিক",
|
||||
"digest_monthly": "মাসিক",
|
||||
"settings-require-reload": "কিছু কিছু পরিবর্তনের জন্য রিলোড করা আবশ্যক। পেজটি রিলোড করতে এখানে ক্লিক করুন",
|
||||
"has_no_follower": "এই সদস্যের কোন ফলোয়ার নেই :(",
|
||||
"follows_no_one": "এই সদস্য কাউকে ফলো করছেন না :(",
|
||||
"has_no_posts": "এই সদস্য এখন পর্যন্ত কোন পোস্ট করেন নি",
|
||||
@@ -119,8 +118,6 @@
|
||||
"open_links_in_new_tab": "আউটগোয়িং লিংকগুলো নতুন ট্যাবে খুলুন",
|
||||
"enable_topic_searching": "In-Topic সার্চ সক্রীয় করো",
|
||||
"topic_search_help": "If enabled, in-topic searching will override the browser's default page search behaviour and allow you to search through the entire topic, instead of what is only shown on screen",
|
||||
"delay_image_loading": "Delay Image Loading",
|
||||
"image_load_delay_help": "If enabled, images in topics will not load until they are scrolled into view",
|
||||
"scroll_to_my_post": "After posting a reply, show the new post",
|
||||
"follow_topics_you_reply_to": "Watch topics that you reply to",
|
||||
"follow_topics_you_create": "Watch topics you create",
|
||||
|
||||
@@ -18,10 +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.raw-info": "Raw informace MongoDB",
|
||||
|
||||
"redis": "Redis",
|
||||
"redis.version": "Verze Redis",
|
||||
"redis.keys": "Keys",
|
||||
"redis.expires": "Expires",
|
||||
"redis.avg-ttl": "Average TTL",
|
||||
"redis.connected-clients": "Připojených klientů",
|
||||
"redis.connected-slaves": "Druhotná připojení",
|
||||
"redis.blocked-clients": "Blokovaných klientů",
|
||||
@@ -30,6 +36,11 @@
|
||||
"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.keyspace-hits": "Zpracováno klíčů",
|
||||
"redis.keyspace-misses": "Chyby klíče",
|
||||
"redis.raw-info": "Informace Redis Raw",
|
||||
|
||||
9
public/language/cs/admin/manage/uploads.json
Normal file
9
public/language/cs/admin/manage/uploads.json
Normal file
@@ -0,0 +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"
|
||||
}
|
||||
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"password-reset-requested": "Požadována obnova hesla – %1!",
|
||||
"test-email.subject": "Test Email",
|
||||
"password-reset-requested": "Password Reset Requested!",
|
||||
"welcome-to": "Vítejte v %1",
|
||||
"invite": "Pozvánka od %1",
|
||||
"greeting_no_name": "Dobrý den",
|
||||
|
||||
@@ -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": "Tato konverzační zpráva byla obnovena.",
|
||||
"chat-restored-already": "This chat message has already been restored.",
|
||||
"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,5 +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",
|
||||
"no-connection": "Zdá se, že nastal problém s připojením k internetu"
|
||||
}
|
||||
@@ -8,8 +8,7 @@
|
||||
"outgoing_link_message": "Opouštíte %1",
|
||||
"continue_to": "Pokračovat na %1",
|
||||
"return_to": "Vrátit se na %1",
|
||||
"new_notification": "Nové oznámení",
|
||||
"new_notification_from": "Máte nové upozornění od %1",
|
||||
"new_notification": "You have a new notification",
|
||||
"you_have_unread_notifications": "Máte nepřečtená upozornění.",
|
||||
"all": "Vše",
|
||||
"topics": "Témata",
|
||||
|
||||
@@ -84,7 +84,6 @@
|
||||
"digest_daily": "Denně",
|
||||
"digest_weekly": "Týdně",
|
||||
"digest_monthly": "Měsíčně",
|
||||
"settings-require-reload": "Některá nastavení vyžadují znovu načtení. Pro znovu načtení stránky, klikněte zde.",
|
||||
"has_no_follower": "Tohoto uživatele nikdo nesleduje :(",
|
||||
"follows_no_one": "Tento uživatel nikoho nesleduje :(",
|
||||
"has_no_posts": "Tento uživatel ještě nic nenapsal.",
|
||||
@@ -119,8 +118,6 @@
|
||||
"open_links_in_new_tab": "Otevřít odchozí odkaz v nové záložce",
|
||||
"enable_topic_searching": "Povolit vyhledávání v tématu",
|
||||
"topic_search_help": "Je-li povoleno, hledání v tématu přepíše výchozí chování vyhledávání v prohlížeči a umožní vám prohledávat celé téma, namísto pouze toho, co je zobrazeno na obrazovce",
|
||||
"delay_image_loading": "Zpoždění načtení obrázku",
|
||||
"image_load_delay_help": "Je-li povoleno, obrázky v tématech se nebudou načítat, dokud nebude proveden posun do zobrazení",
|
||||
"scroll_to_my_post": "Po odeslání odpovědi, zobrazit nový příspěvek",
|
||||
"follow_topics_you_reply_to": "Sledovat témata, do kterých přispějete",
|
||||
"follow_topics_you_create": "Sledovat témata, která vytvoříte",
|
||||
|
||||
@@ -18,10 +18,16 @@
|
||||
"mongo.resident-memory": "Resident Hukommelse",
|
||||
"mongo.virtual-memory": "Virtuel Hukommelse",
|
||||
"mongo.mapped-memory": "Kortlagt Hukommelse",
|
||||
"mongo.bytes-in": "Bytes In",
|
||||
"mongo.bytes-out": "Bytes Out",
|
||||
"mongo.num-requests": "Number of Requests",
|
||||
"mongo.raw-info": "MongoDB Rå Info",
|
||||
|
||||
"redis": "Redis",
|
||||
"redis.version": "Redis Version",
|
||||
"redis.keys": "Keys",
|
||||
"redis.expires": "Expires",
|
||||
"redis.avg-ttl": "Average TTL",
|
||||
"redis.connected-clients": "Forbundne Klienter",
|
||||
"redis.connected-slaves": "Forbundne Slaver",
|
||||
"redis.blocked-clients": "Blokerede Klienter",
|
||||
@@ -30,6 +36,11 @@
|
||||
"redis.total-connections-recieved": "Totale Forbindelser Modtaget",
|
||||
"redis.total-commands-processed": "Totale Kommandoer Behandlet",
|
||||
"redis.iops": "Øjeblikkelige Ops. pr. sekund",
|
||||
"redis.iinput": "Instantaneous Input Per Second",
|
||||
"redis.ioutput": "Instantaneous Output Per Second",
|
||||
"redis.total-input": "Total Input",
|
||||
"redis.total-output": "Total Ouput",
|
||||
|
||||
"redis.keyspace-hits": "Mellemrums Tryk",
|
||||
"redis.keyspace-misses": "Mellemrums Misses",
|
||||
"redis.raw-info": "Redis Rå Info",
|
||||
|
||||
9
public/language/da/admin/manage/uploads.json
Normal file
9
public/language/da/admin/manage/uploads.json
Normal file
@@ -0,0 +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"
|
||||
}
|
||||
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"password-reset-requested": "Vi skal anmode dig om at nulstille dit kodeord - %1!",
|
||||
"test-email.subject": "Test Email",
|
||||
"password-reset-requested": "Password Reset Requested!",
|
||||
"welcome-to": "Velkommen til %1",
|
||||
"invite": "Invitation fra %1",
|
||||
"greeting_no_name": "Hej",
|
||||
|
||||
@@ -120,7 +120,7 @@
|
||||
"chat-edit-duration-expired": "You are only allowed to edit chat messages for %1 second(s) after posting",
|
||||
"chat-delete-duration-expired": "You are only allowed to delete chat messages for %1 second(s) after posting",
|
||||
"chat-deleted-already": "This chat message has already been deleted.",
|
||||
"chat-restored'already": "This chat message has already been restored.",
|
||||
"chat-restored-already": "This chat message has already been restored.",
|
||||
"already-voting-for-this-post": "You have already voted for this post.",
|
||||
"reputation-system-disabled": "Vurderingssystem er slået fra.",
|
||||
"downvoting-disabled": "Nedvurdering er slået fra",
|
||||
@@ -153,5 +153,8 @@
|
||||
"cant-move-to-same-topic": "Can't move post to same topic!",
|
||||
"cannot-block-self": "You cannot block yourself!",
|
||||
"cannot-block-privileged": "You cannot block administrators or global moderators",
|
||||
"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",
|
||||
"no-connection": "There seems to be a problem with your internet connection"
|
||||
}
|
||||
@@ -8,8 +8,7 @@
|
||||
"outgoing_link_message": "Du forlader nu %1",
|
||||
"continue_to": "Fortsæt til %1",
|
||||
"return_to": "Returnere til %t",
|
||||
"new_notification": "Ny notifikation",
|
||||
"new_notification_from": "You have a new Notification from %1",
|
||||
"new_notification": "You have a new notification",
|
||||
"you_have_unread_notifications": "Du har ulæste notifikationer.",
|
||||
"all": "All",
|
||||
"topics": "Topics",
|
||||
|
||||
@@ -84,7 +84,6 @@
|
||||
"digest_daily": "Daglig",
|
||||
"digest_weekly": "Ugentlig",
|
||||
"digest_monthly": "Månedlig",
|
||||
"settings-require-reload": "Nogle indstillinger kræver en genindlæsning. Klik her for at genindlæse siden.",
|
||||
"has_no_follower": "Denne bruger har ingen følgere :(",
|
||||
"follows_no_one": "Denne bruger følger ikke nogen :(",
|
||||
"has_no_posts": "Denne bruger har ikke skrevet noget endnu.",
|
||||
@@ -119,8 +118,6 @@
|
||||
"open_links_in_new_tab": "Åben udgående link i en ny tab",
|
||||
"enable_topic_searching": "Slå In-Topic søgning til",
|
||||
"topic_search_help": "Hvis slået til, så vil in-topic søgning overskrive browserens almindelige søge function og tillade dig at søge hele emnet, istedet for kun det der er vist på skærmen",
|
||||
"delay_image_loading": "Delay Image Loading",
|
||||
"image_load_delay_help": "If enabled, images in topics will not load until they are scrolled into view",
|
||||
"scroll_to_my_post": "After posting a reply, show the new post",
|
||||
"follow_topics_you_reply_to": "Watch topics that you reply to",
|
||||
"follow_topics_you_create": "Vis emner du har oprettet",
|
||||
|
||||
@@ -18,10 +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.raw-info": "MongoDB Rohinfo",
|
||||
|
||||
"redis": "Redis",
|
||||
"redis.version": "Redis Version",
|
||||
"redis.keys": "Keys",
|
||||
"redis.expires": "Expires",
|
||||
"redis.avg-ttl": "Average TTL",
|
||||
"redis.connected-clients": "Verbundene Clients",
|
||||
"redis.connected-slaves": "Verbundene Slaves",
|
||||
"redis.blocked-clients": "Blockierte Clients",
|
||||
@@ -30,6 +36,11 @@
|
||||
"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.keyspace-hits": "Schlüsselraum Treffer",
|
||||
"redis.keyspace-misses": "Schlüsselraum Verfehlungen",
|
||||
"redis.raw-info": "Redis Rohinfo",
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
"select-category": "Kategorie auswählen",
|
||||
"set-parent-category": "Übergeordnete Kategorie festlegen",
|
||||
|
||||
"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.description": "In diesem Bereich können die Zugriffsberechtigungen für diese Kategorie konfiguriert werden. Berechtigungen können pro Benutzer oder pro Gruppe gewährt werden. Du kannst einen neuen Benutzer zu dieser Tabelle hinzufügen, indem du sie in dem folgenden Formular suchst. ",
|
||||
"privileges.category-selector": "Konfiguriere Privilegien für",
|
||||
"privileges.warning": "<strong>Hinweis</strong>: Die Zugriffsberechtigungen werden sofort wirksam. Es ist nicht notwendig, die Kategorie zu speichern, nachdem du die Einstellungen angepasst hast.",
|
||||
"privileges.section-viewing": "Ansichtsberechtigungen",
|
||||
|
||||
9
public/language/de/admin/manage/uploads.json
Normal file
9
public/language/de/admin/manage/uploads.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"upload-file": "Datei hochladen",
|
||||
"filename": "Dateiname",
|
||||
"usage": "Beitragsnutzung",
|
||||
"orphaned": "Verwaist",
|
||||
"size/filecount": "Größe / Dateianzahl",
|
||||
"confirm-delete": "Bist du sicher, dass du diese Datei löschen willst?",
|
||||
"filecount": "%1 Dateien"
|
||||
}
|
||||
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"password-reset-requested": "Zurücksetzung des Passworts beantragt - %1!",
|
||||
"test-email.subject": "Test E-Mail",
|
||||
"password-reset-requested": "Zurücksetzung des Passworts beantragt!",
|
||||
"welcome-to": "Willkommen bei %1",
|
||||
"invite": "Einladung von %1",
|
||||
"greeting_no_name": "Hallo",
|
||||
|
||||
@@ -120,7 +120,7 @@
|
||||
"chat-edit-duration-expired": "Du darfst Chat-Nachrichten nur bis zu %1 Sekunde(n) nach der erstellung verändern",
|
||||
"chat-delete-duration-expired": "Du darfst Chat-Nachrichten nur bis zu %1 Sekunde(n) nach der erstellung löschen",
|
||||
"chat-deleted-already": "Diese Chatnachricht wurde bereits gelöscht.",
|
||||
"chat-restored'already": "Diese Chatnachricht wurde bereits Wiederhergestellt.",
|
||||
"chat-restored-already": "Diese Chatnachricht wurde bereits wiederhergestellt.",
|
||||
"already-voting-for-this-post": "Du hast diesen Beitrag bereits bewertet.",
|
||||
"reputation-system-disabled": "Das Reputationssystem ist deaktiviert.",
|
||||
"downvoting-disabled": "Downvotes sind deaktiviert.",
|
||||
@@ -153,5 +153,8 @@
|
||||
"cant-move-to-same-topic": "Du kannst den Beitrag nicht in das selbe Thema schieben!",
|
||||
"cannot-block-self": "Du kannst dich nicht selbst blocken!",
|
||||
"cannot-block-privileged": "Du kannst keine Administratoren bzw. Globale Moderatoren blocken.",
|
||||
"cannot-block-guest": "Gäste können andere Nutzer nicht blockieren.",
|
||||
"already-blocked": "Dieser Nutzer ist bereits gesperrt",
|
||||
"already-unblocked": "Dieser Nutzer ist bereits entsperrt",
|
||||
"no-connection": "Es scheint als gäbe es ein Problem mit deiner Internetverbindung"
|
||||
}
|
||||
@@ -8,8 +8,7 @@
|
||||
"outgoing_link_message": "Du verlässt nun %1",
|
||||
"continue_to": "Fortfahren zu %1",
|
||||
"return_to": "Kehre zurück zu %1",
|
||||
"new_notification": "Neue Benachrichtigung",
|
||||
"new_notification_from": "Du hast eine neue Nachricht von %1",
|
||||
"new_notification": "Du hast eine neue Benachrichtigung",
|
||||
"you_have_unread_notifications": "Du hast ungelesene Benachrichtigungen.",
|
||||
"all": "Alle",
|
||||
"topics": "Themen",
|
||||
|
||||
@@ -84,7 +84,6 @@
|
||||
"digest_daily": "Täglich",
|
||||
"digest_weekly": "Wöchentlich",
|
||||
"digest_monthly": "Monatlich",
|
||||
"settings-require-reload": "Einige Einstellungsänderung benötigen eine Aktualisierung. Hier klicken um die Seite neu zu laden.",
|
||||
"has_no_follower": "Diesem Benutzer folgt noch niemand. :(",
|
||||
"follows_no_one": "Dieser Benutzer folgt noch niemandem. :(",
|
||||
"has_no_posts": "Dieser Benutzer hat noch nichts geschrieben.",
|
||||
@@ -119,8 +118,6 @@
|
||||
"open_links_in_new_tab": "Ausgehende Links in neuem Tab öffnen",
|
||||
"enable_topic_searching": "Suchen innerhalb von Themen aktivieren",
|
||||
"topic_search_help": "Wenn aktiviert, ersetzt die im-Thema-Suche die Standardsuche des Browsers. Dadurch kannst du im ganzen Thema suchen, nicht nur im sichtbaren Abschnitt.",
|
||||
"delay_image_loading": "Bilder nachladen",
|
||||
"image_load_delay_help": "Wenn aktiviert, werden Bilder in Themen erst dann geladen, wenn sie in den sichtbaren Bereich gescrollt werden",
|
||||
"scroll_to_my_post": "Zeige eigene Antwort nach dem Erstellen im Thema an",
|
||||
"follow_topics_you_reply_to": "Themen folgen, in denen du geantwortet hast",
|
||||
"follow_topics_you_create": "Themen folgen, die du erstellst",
|
||||
|
||||
@@ -18,10 +18,16 @@
|
||||
"mongo.resident-memory": "Resident Memory",
|
||||
"mongo.virtual-memory": "Virtual Memory",
|
||||
"mongo.mapped-memory": "Mapped Memory",
|
||||
"mongo.bytes-in": "Bytes In",
|
||||
"mongo.bytes-out": "Bytes Out",
|
||||
"mongo.num-requests": "Number of Requests",
|
||||
"mongo.raw-info": "MongoDB Raw Info",
|
||||
|
||||
"redis": "Redis",
|
||||
"redis.version": "Έκδοση Redis",
|
||||
"redis.keys": "Keys",
|
||||
"redis.expires": "Expires",
|
||||
"redis.avg-ttl": "Average TTL",
|
||||
"redis.connected-clients": "Connected Clients",
|
||||
"redis.connected-slaves": "Connected Slaves",
|
||||
"redis.blocked-clients": "Blocked Clients",
|
||||
@@ -30,6 +36,11 @@
|
||||
"redis.total-connections-recieved": "Total Connections Received",
|
||||
"redis.total-commands-processed": "Total Commands Processed",
|
||||
"redis.iops": "Instantaneous Ops. Per Second",
|
||||
"redis.iinput": "Instantaneous Input Per Second",
|
||||
"redis.ioutput": "Instantaneous Output Per Second",
|
||||
"redis.total-input": "Total Input",
|
||||
"redis.total-output": "Total Ouput",
|
||||
|
||||
"redis.keyspace-hits": "Keyspace Hits",
|
||||
"redis.keyspace-misses": "Keyspace Misses",
|
||||
"redis.raw-info": "Redis Raw Info",
|
||||
|
||||
9
public/language/el/admin/manage/uploads.json
Normal file
9
public/language/el/admin/manage/uploads.json
Normal file
@@ -0,0 +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"
|
||||
}
|
||||
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"password-reset-requested": "Ζητήθηκε Επαναφορά Κωδικου - %1!",
|
||||
"test-email.subject": "Test Email",
|
||||
"password-reset-requested": "Password Reset Requested!",
|
||||
"welcome-to": "Καλωσόρισες στο %1",
|
||||
"invite": "Invitation from %1",
|
||||
"greeting_no_name": "Γειά σου",
|
||||
|
||||
@@ -120,7 +120,7 @@
|
||||
"chat-edit-duration-expired": "You are only allowed to edit chat messages for %1 second(s) after posting",
|
||||
"chat-delete-duration-expired": "You are only allowed to delete chat messages for %1 second(s) after posting",
|
||||
"chat-deleted-already": "This chat message has already been deleted.",
|
||||
"chat-restored'already": "This chat message has already been restored.",
|
||||
"chat-restored-already": "This chat message has already been restored.",
|
||||
"already-voting-for-this-post": "You have already voted for this post.",
|
||||
"reputation-system-disabled": "Το σύστημα φήμης έχει απενεργοποιηθεί.",
|
||||
"downvoting-disabled": "Η καταψήφιση έχει απενεργοποιηθεί",
|
||||
@@ -153,5 +153,8 @@
|
||||
"cant-move-to-same-topic": "Can't move post to same topic!",
|
||||
"cannot-block-self": "You cannot block yourself!",
|
||||
"cannot-block-privileged": "You cannot block administrators or global moderators",
|
||||
"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",
|
||||
"no-connection": "There seems to be a problem with your internet connection"
|
||||
}
|
||||
@@ -8,8 +8,7 @@
|
||||
"outgoing_link_message": "You are now leaving %1",
|
||||
"continue_to": "Continue to %1",
|
||||
"return_to": "Return to %1",
|
||||
"new_notification": "New Notification",
|
||||
"new_notification_from": "You have a new Notification from %1",
|
||||
"new_notification": "You have a new notification",
|
||||
"you_have_unread_notifications": "You have unread notifications.",
|
||||
"all": "All",
|
||||
"topics": "Topics",
|
||||
|
||||
@@ -84,7 +84,6 @@
|
||||
"digest_daily": "Ημερήσια",
|
||||
"digest_weekly": "Εβδομαδιαίως",
|
||||
"digest_monthly": "Μηνιαία",
|
||||
"settings-require-reload": "Some setting changes require a reload. Click here to reload the page.",
|
||||
"has_no_follower": "Αυτός ο χρήστης δεν έχει κανέναν ακόλουθο :(",
|
||||
"follows_no_one": "Αυτός ο χρήστης δεν ακολουθεί κανέναν :(",
|
||||
"has_no_posts": "This user hasn't posted anything yet.",
|
||||
@@ -119,8 +118,6 @@
|
||||
"open_links_in_new_tab": "Open outgoing links in new tab",
|
||||
"enable_topic_searching": "Enable In-Topic Searching",
|
||||
"topic_search_help": "If enabled, in-topic searching will override the browser's default page search behaviour and allow you to search through the entire topic, instead of what is only shown on screen",
|
||||
"delay_image_loading": "Delay Image Loading",
|
||||
"image_load_delay_help": "If enabled, images in topics will not load until they are scrolled into view",
|
||||
"scroll_to_my_post": "After posting a reply, show the new post",
|
||||
"follow_topics_you_reply_to": "Watch topics that you reply to",
|
||||
"follow_topics_you_create": "Watch topics you create",
|
||||
|
||||
@@ -18,10 +18,16 @@
|
||||
"mongo.resident-memory": "Resident Memory",
|
||||
"mongo.virtual-memory": "Virtual Memory",
|
||||
"mongo.mapped-memory": "Mapped Memory",
|
||||
"mongo.bytes-in": "Bytes In",
|
||||
"mongo.bytes-out": "Bytes Out",
|
||||
"mongo.num-requests": "Number of Requests",
|
||||
"mongo.raw-info": "MongoDB Raw Info",
|
||||
|
||||
"redis": "Redis",
|
||||
"redis.version": "Redis Version",
|
||||
"redis.keys": "Keys",
|
||||
"redis.expires": "Expires",
|
||||
"redis.avg-ttl": "Average TTL",
|
||||
"redis.connected-clients": "Connected Clients",
|
||||
"redis.connected-slaves": "Connected Slaves",
|
||||
"redis.blocked-clients": "Blocked Clients",
|
||||
@@ -30,6 +36,11 @@
|
||||
"redis.total-connections-recieved": "Total Connections Received",
|
||||
"redis.total-commands-processed": "Total Commands Processed",
|
||||
"redis.iops": "Instantaneous Ops. Per Second",
|
||||
"redis.iinput": "Instantaneous Input Per Second",
|
||||
"redis.ioutput": "Instantaneous Output Per Second",
|
||||
"redis.total-input": "Total Input",
|
||||
"redis.total-output": "Total Ouput",
|
||||
|
||||
"redis.keyspace-hits": "Keyspace Hits",
|
||||
"redis.keyspace-misses": "Keyspace Misses",
|
||||
"redis.raw-info": "Redis Raw Info",
|
||||
|
||||
@@ -144,7 +144,7 @@
|
||||
"chat-edit-duration-expired": "You are only allowed to edit chat messages for %1 second(s) after posting",
|
||||
"chat-delete-duration-expired": "You are only allowed to delete chat messages for %1 second(s) after posting",
|
||||
"chat-deleted-already": "This chat message has already been deleted.",
|
||||
"chat-restored'already": "This chat message has already been restored.",
|
||||
"chat-restored-already": "This chat message has already been restored.",
|
||||
|
||||
"already-voting-for-this-post": "You have already voted for this post.",
|
||||
"reputation-system-disabled": "Reputation system is disabled.",
|
||||
@@ -185,5 +185,8 @@
|
||||
|
||||
"cannot-block-self": "You cannot block yourself!",
|
||||
"cannot-block-privileged": "You cannot block administrators or global moderators",
|
||||
"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",
|
||||
"no-connection": "There seems to be a problem with your internet connection"
|
||||
}
|
||||
|
||||
@@ -9,8 +9,7 @@
|
||||
"outgoing_link_message": "You are now leaving %1",
|
||||
"continue_to": "Continue to %1",
|
||||
"return_to": "Return to %1",
|
||||
"new_notification": "New Notification",
|
||||
"new_notification_from": "You have a new Notification from %1",
|
||||
"new_notification": "You have a new notification",
|
||||
"you_have_unread_notifications": "You have unread notifications.",
|
||||
|
||||
"all": "All",
|
||||
|
||||
@@ -89,7 +89,6 @@
|
||||
"digest_daily": "Daily",
|
||||
"digest_weekly": "Weekly",
|
||||
"digest_monthly": "Monthly",
|
||||
"settings-require-reload": "Some setting changes require a reload. Click here to reload the page.",
|
||||
|
||||
"has_no_follower": "This user doesn't have any followers :(",
|
||||
"follows_no_one": "This user isn't following anyone :(",
|
||||
|
||||
@@ -18,10 +18,16 @@
|
||||
"mongo.resident-memory": "Resident Memory",
|
||||
"mongo.virtual-memory": "Virtual Memory",
|
||||
"mongo.mapped-memory": "Mapped Memory",
|
||||
"mongo.bytes-in": "Bytes In",
|
||||
"mongo.bytes-out": "Bytes Out",
|
||||
"mongo.num-requests": "Number of Requests",
|
||||
"mongo.raw-info": "MongoDB Raw Info",
|
||||
|
||||
"redis": "Redis",
|
||||
"redis.version": "Redis Version",
|
||||
"redis.keys": "Keys",
|
||||
"redis.expires": "Expires",
|
||||
"redis.avg-ttl": "Average TTL",
|
||||
"redis.connected-clients": "Connected Clients",
|
||||
"redis.connected-slaves": "Connected Slaves",
|
||||
"redis.blocked-clients": "Blocked Clients",
|
||||
@@ -30,6 +36,11 @@
|
||||
"redis.total-connections-recieved": "Total Connections Received",
|
||||
"redis.total-commands-processed": "Total Commands Processed",
|
||||
"redis.iops": "Instantaneous Ops. Per Second",
|
||||
"redis.iinput": "Instantaneous Input Per Second",
|
||||
"redis.ioutput": "Instantaneous Output Per Second",
|
||||
"redis.total-input": "Total Input",
|
||||
"redis.total-output": "Total Ouput",
|
||||
|
||||
"redis.keyspace-hits": "Keyspace Hits",
|
||||
"redis.keyspace-misses": "Keyspace Misses",
|
||||
"redis.raw-info": "Redis Raw Info",
|
||||
|
||||
9
public/language/en-US/admin/manage/uploads.json
Normal file
9
public/language/en-US/admin/manage/uploads.json
Normal file
@@ -0,0 +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"
|
||||
}
|
||||
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"password-reset-requested": "Password Reset Requested - %1!",
|
||||
"test-email.subject": "Test Email",
|
||||
"password-reset-requested": "Password Reset Requested!",
|
||||
"welcome-to": "Welcome to %1",
|
||||
"invite": "Invitation from %1",
|
||||
"greeting_no_name": "Hello",
|
||||
|
||||
@@ -120,7 +120,7 @@
|
||||
"chat-edit-duration-expired": "You are only allowed to edit chat messages for %1 second(s) after posting",
|
||||
"chat-delete-duration-expired": "You are only allowed to delete chat messages for %1 second(s) after posting",
|
||||
"chat-deleted-already": "This chat message has already been deleted.",
|
||||
"chat-restored'already": "This chat message has already been restored.",
|
||||
"chat-restored-already": "This chat message has already been restored.",
|
||||
"already-voting-for-this-post": "You have already voted for this post.",
|
||||
"reputation-system-disabled": "Reputation system is disabled.",
|
||||
"downvoting-disabled": "Downvoting is disabled",
|
||||
@@ -153,5 +153,8 @@
|
||||
"cant-move-to-same-topic": "Can't move post to same topic!",
|
||||
"cannot-block-self": "You cannot block yourself!",
|
||||
"cannot-block-privileged": "You cannot block administrators or global moderators",
|
||||
"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",
|
||||
"no-connection": "There seems to be a problem with your internet connection"
|
||||
}
|
||||
@@ -8,8 +8,7 @@
|
||||
"outgoing_link_message": "You are now leaving %1",
|
||||
"continue_to": "Continue to %1",
|
||||
"return_to": "Return to %1",
|
||||
"new_notification": "New Notification",
|
||||
"new_notification_from": "You have a new Notification from %1",
|
||||
"new_notification": "You have a new notification",
|
||||
"you_have_unread_notifications": "You have unread notifications.",
|
||||
"all": "All",
|
||||
"topics": "Topics",
|
||||
|
||||
@@ -84,7 +84,6 @@
|
||||
"digest_daily": "Daily",
|
||||
"digest_weekly": "Weekly",
|
||||
"digest_monthly": "Monthly",
|
||||
"settings-require-reload": "Some setting changes require a reload. Click here to reload the page.",
|
||||
"has_no_follower": "This user doesn't have any followers :(",
|
||||
"follows_no_one": "This user isn't following anyone :(",
|
||||
"has_no_posts": "This user hasn't posted anything yet.",
|
||||
@@ -119,8 +118,6 @@
|
||||
"open_links_in_new_tab": "Open outgoing links in new tab",
|
||||
"enable_topic_searching": "Enable In-Topic Searching",
|
||||
"topic_search_help": "If enabled, in-topic searching will override the browser's default page search behavior and allow you to search through the entire topic, instead of what is only shown on screen",
|
||||
"delay_image_loading": "Delay Image Loading",
|
||||
"image_load_delay_help": "If enabled, images in topics will not load until they are scrolled into view",
|
||||
"scroll_to_my_post": "After posting a reply, show the new post",
|
||||
"follow_topics_you_reply_to": "Watch topics that you reply to",
|
||||
"follow_topics_you_create": "Watch topics you create",
|
||||
|
||||
@@ -18,10 +18,16 @@
|
||||
"mongo.resident-memory": "Resident Memory",
|
||||
"mongo.virtual-memory": "Virtual Memory",
|
||||
"mongo.mapped-memory": "Mapped Memory",
|
||||
"mongo.bytes-in": "Bytes In",
|
||||
"mongo.bytes-out": "Bytes Out",
|
||||
"mongo.num-requests": "Number of Requests",
|
||||
"mongo.raw-info": "MongoDB Raw Info",
|
||||
|
||||
"redis": "Redis",
|
||||
"redis.version": "Redis Version",
|
||||
"redis.keys": "Keys",
|
||||
"redis.expires": "Expires",
|
||||
"redis.avg-ttl": "Average TTL",
|
||||
"redis.connected-clients": "Connected Clients",
|
||||
"redis.connected-slaves": "Connected Slaves",
|
||||
"redis.blocked-clients": "Blocked Clients",
|
||||
@@ -30,6 +36,11 @@
|
||||
"redis.total-connections-recieved": "Total Connections Received",
|
||||
"redis.total-commands-processed": "Total Commands Processed",
|
||||
"redis.iops": "Instantaneous Ops. Per Second",
|
||||
"redis.iinput": "Instantaneous Input Per Second",
|
||||
"redis.ioutput": "Instantaneous Output Per Second",
|
||||
"redis.total-input": "Total Input",
|
||||
"redis.total-output": "Total Ouput",
|
||||
|
||||
"redis.keyspace-hits": "Keyspace Hits",
|
||||
"redis.keyspace-misses": "Keyspace Misses",
|
||||
"redis.raw-info": "Redis Raw Info",
|
||||
|
||||
9
public/language/en-x-pirate/admin/manage/uploads.json
Normal file
9
public/language/en-x-pirate/admin/manage/uploads.json
Normal file
@@ -0,0 +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"
|
||||
}
|
||||
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"password-reset-requested": "Password Reset Requested - %1!",
|
||||
"test-email.subject": "Test Email",
|
||||
"password-reset-requested": "Password Reset Requested!",
|
||||
"welcome-to": "Ahoy thar %1!",
|
||||
"invite": "Ye be invited by %1",
|
||||
"greeting_no_name": "Hello",
|
||||
|
||||
@@ -120,7 +120,7 @@
|
||||
"chat-edit-duration-expired": "You are only allowed to edit chat messages for %1 second(s) after posting",
|
||||
"chat-delete-duration-expired": "You are only allowed to delete chat messages for %1 second(s) after posting",
|
||||
"chat-deleted-already": "This chat message has already been deleted.",
|
||||
"chat-restored'already": "This chat message has already been restored.",
|
||||
"chat-restored-already": "This chat message has already been restored.",
|
||||
"already-voting-for-this-post": "You have already voted for this post.",
|
||||
"reputation-system-disabled": "Reputation system is disabled.",
|
||||
"downvoting-disabled": "Downvoting is disabled",
|
||||
@@ -153,5 +153,8 @@
|
||||
"cant-move-to-same-topic": "Can't move post to same topic!",
|
||||
"cannot-block-self": "You cannot block yourself!",
|
||||
"cannot-block-privileged": "You cannot block administrators or global moderators",
|
||||
"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",
|
||||
"no-connection": "There seems to be a problem with your internet connection"
|
||||
}
|
||||
@@ -8,8 +8,7 @@
|
||||
"outgoing_link_message": "You are now leaving %1",
|
||||
"continue_to": "Continue to %1",
|
||||
"return_to": "Return to %1",
|
||||
"new_notification": "New Notification",
|
||||
"new_notification_from": "You have a new Notification from %1",
|
||||
"new_notification": "You have a new notification",
|
||||
"you_have_unread_notifications": "You have unread notifications.",
|
||||
"all": "All",
|
||||
"topics": "Topics",
|
||||
|
||||
@@ -84,7 +84,6 @@
|
||||
"digest_daily": "Daily",
|
||||
"digest_weekly": "Weekly",
|
||||
"digest_monthly": "Monthly",
|
||||
"settings-require-reload": "Some setting changes require a reload. Click here to reload the page.",
|
||||
"has_no_follower": "This user doesn't have any followers :(",
|
||||
"follows_no_one": "This user isn't following anyone :(",
|
||||
"has_no_posts": "This user hasn't posted anything yet.",
|
||||
@@ -119,8 +118,6 @@
|
||||
"open_links_in_new_tab": "Open outgoing links in new tab",
|
||||
"enable_topic_searching": "Enable In-Topic Searching",
|
||||
"topic_search_help": "If enabled, in-topic searching will override the browser's default page search behaviour and allow you to search through the entire topic, instead of what is only shown on screen",
|
||||
"delay_image_loading": "Delay Image Loading",
|
||||
"image_load_delay_help": "If enabled, images in topics will not load until they are scrolled into view",
|
||||
"scroll_to_my_post": "After posting a reply, show the new post",
|
||||
"follow_topics_you_reply_to": "Watch topics that you reply to",
|
||||
"follow_topics_you_create": "Watch topics you create",
|
||||
|
||||
@@ -18,10 +18,16 @@
|
||||
"mongo.resident-memory": "Memoria Residente",
|
||||
"mongo.virtual-memory": "Memoria Virtual",
|
||||
"mongo.mapped-memory": "Memoria Mapeada",
|
||||
"mongo.bytes-in": "Bytes In",
|
||||
"mongo.bytes-out": "Bytes Out",
|
||||
"mongo.num-requests": "Number of Requests",
|
||||
"mongo.raw-info": "Fila de Información MongoDB",
|
||||
|
||||
"redis": "Redis",
|
||||
"redis.version": "Versión de Redis",
|
||||
"redis.keys": "Keys",
|
||||
"redis.expires": "Expires",
|
||||
"redis.avg-ttl": "Average TTL",
|
||||
"redis.connected-clients": "Clientes Conectados",
|
||||
"redis.connected-slaves": "Esclavos Conectados",
|
||||
"redis.blocked-clients": "Clientes Bloqueados",
|
||||
@@ -30,6 +36,11 @@
|
||||
"redis.total-connections-recieved": "Total de Conexiones Recividas ",
|
||||
"redis.total-commands-processed": "Total de Comandos Procesados",
|
||||
"redis.iops": "Operaciones Instantáneas por Segundo",
|
||||
"redis.iinput": "Instantaneous Input Per Second",
|
||||
"redis.ioutput": "Instantaneous Output Per Second",
|
||||
"redis.total-input": "Total Input",
|
||||
"redis.total-output": "Total Ouput",
|
||||
|
||||
"redis.keyspace-hits": "Pulsaciones de espaciado del teclado",
|
||||
"redis.keyspace-misses": "Fallos de espaciado del teclado",
|
||||
"redis.raw-info": "Fila de Información de Redis",
|
||||
|
||||
9
public/language/es/admin/manage/uploads.json
Normal file
9
public/language/es/admin/manage/uploads.json
Normal file
@@ -0,0 +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"
|
||||
}
|
||||
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"password-reset-requested": "Reinicio de contraseña solicitado - %1!",
|
||||
"test-email.subject": "Test Email",
|
||||
"password-reset-requested": "Password Reset Requested!",
|
||||
"welcome-to": "Bienvenido a %1",
|
||||
"invite": "Invitación de %1",
|
||||
"greeting_no_name": "Hola",
|
||||
|
||||
@@ -120,7 +120,7 @@
|
||||
"chat-edit-duration-expired": "Sólo se te permite editar mensajes de chat durante %1 segundo(s) después de enviar el mensaje",
|
||||
"chat-delete-duration-expired": "Sólo se te permite borrar mensajes de chat durante %1 segundo(s) después de enviar el mensaje",
|
||||
"chat-deleted-already": "Este mensaje de chat ya ha sido borrado.",
|
||||
"chat-restored'already": "Este mensaje de chat ya ha sido restaurado.",
|
||||
"chat-restored-already": "This chat message has already been restored.",
|
||||
"already-voting-for-this-post": "Ya has votado a este mensaje.",
|
||||
"reputation-system-disabled": "El sistema de reputación está deshabilitado.",
|
||||
"downvoting-disabled": "La votación negativa está deshabilitada.",
|
||||
@@ -153,5 +153,8 @@
|
||||
"cant-move-to-same-topic": "¡No puedes mover el mensaje al mismo tema!",
|
||||
"cannot-block-self": "¡No puedes bloquearte a tí mismo!",
|
||||
"cannot-block-privileged": "No puedes bloquear administradores o moderadores globales",
|
||||
"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",
|
||||
"no-connection": "Parece haber un problema con tu conexión a internet"
|
||||
}
|
||||
@@ -8,8 +8,7 @@
|
||||
"outgoing_link_message": "Ahora estás saliendo %1",
|
||||
"continue_to": "Continuar a %1",
|
||||
"return_to": "Regresar a %1",
|
||||
"new_notification": "Nueva notificación",
|
||||
"new_notification_from": "Tiene una nueva Notificación de %1:",
|
||||
"new_notification": "You have a new notification",
|
||||
"you_have_unread_notifications": "Tienes notificaciones sin leer.",
|
||||
"all": "Todo",
|
||||
"topics": "Temas",
|
||||
|
||||
@@ -84,7 +84,6 @@
|
||||
"digest_daily": "Diariamente",
|
||||
"digest_weekly": "Semanalmente",
|
||||
"digest_monthly": "Mensualmente",
|
||||
"settings-require-reload": "Algunos cambios de configuración requieren una recarga la página. Haz click aquí para recargar la página.",
|
||||
"has_no_follower": "Este usuario no tiene seguidores :(",
|
||||
"follows_no_one": "Este miembro no sigue a nadie :(",
|
||||
"has_no_posts": "Este usuario no ha publicado nada aún.",
|
||||
@@ -119,8 +118,6 @@
|
||||
"open_links_in_new_tab": "Abrir los enlaces externos en una nueva pestaña",
|
||||
"enable_topic_searching": "Activar la búsqueda \"dentro del tema\"",
|
||||
"topic_search_help": "Si está activada, la búsqueda 'dentro del tema' al usar el buscador de la barra de navegación automáticamente buscaras solo en el tema actual.",
|
||||
"delay_image_loading": "Retrasar la carga de imágenes",
|
||||
"image_load_delay_help": "Si se habilita, las imágenes no cargarán hasta que se vean en pantalla",
|
||||
"scroll_to_my_post": "Luego de enviar una respuesta, mostrar el nuevo mensaje",
|
||||
"follow_topics_you_reply_to": "Seguir temas a los que respondes",
|
||||
"follow_topics_you_create": "Seguir temas creados por ti",
|
||||
|
||||
@@ -18,10 +18,16 @@
|
||||
"mongo.resident-memory": "Resident Memory",
|
||||
"mongo.virtual-memory": "Virtual Memory",
|
||||
"mongo.mapped-memory": "Mapped Memory",
|
||||
"mongo.bytes-in": "Bytes In",
|
||||
"mongo.bytes-out": "Bytes Out",
|
||||
"mongo.num-requests": "Number of Requests",
|
||||
"mongo.raw-info": "MongoDB Raw Info",
|
||||
|
||||
"redis": "Redis",
|
||||
"redis.version": "Redis Version",
|
||||
"redis.keys": "Keys",
|
||||
"redis.expires": "Expires",
|
||||
"redis.avg-ttl": "Average TTL",
|
||||
"redis.connected-clients": "Connected Clients",
|
||||
"redis.connected-slaves": "Connected Slaves",
|
||||
"redis.blocked-clients": "Blocked Clients",
|
||||
@@ -30,6 +36,11 @@
|
||||
"redis.total-connections-recieved": "Total Connections Received",
|
||||
"redis.total-commands-processed": "Total Commands Processed",
|
||||
"redis.iops": "Instantaneous Ops. Per Second",
|
||||
"redis.iinput": "Instantaneous Input Per Second",
|
||||
"redis.ioutput": "Instantaneous Output Per Second",
|
||||
"redis.total-input": "Total Input",
|
||||
"redis.total-output": "Total Ouput",
|
||||
|
||||
"redis.keyspace-hits": "Keyspace Hits",
|
||||
"redis.keyspace-misses": "Keyspace Misses",
|
||||
"redis.raw-info": "Redis Raw Info",
|
||||
|
||||
9
public/language/et/admin/manage/uploads.json
Normal file
9
public/language/et/admin/manage/uploads.json
Normal file
@@ -0,0 +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"
|
||||
}
|
||||
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"password-reset-requested": "Parooli muutmise taotlus - %1",
|
||||
"test-email.subject": "Test Email",
|
||||
"password-reset-requested": "Password Reset Requested!",
|
||||
"welcome-to": "Tere tulemast %1 foorumisse",
|
||||
"invite": "Kutse %1-lt",
|
||||
"greeting_no_name": "Tere",
|
||||
|
||||
@@ -120,7 +120,7 @@
|
||||
"chat-edit-duration-expired": "You are only allowed to edit chat messages for %1 second(s) after posting",
|
||||
"chat-delete-duration-expired": "You are only allowed to delete chat messages for %1 second(s) after posting",
|
||||
"chat-deleted-already": "This chat message has already been deleted.",
|
||||
"chat-restored'already": "This chat message has already been restored.",
|
||||
"chat-restored-already": "This chat message has already been restored.",
|
||||
"already-voting-for-this-post": "Sa oled juba hääletanud sellel postitusel.",
|
||||
"reputation-system-disabled": "Reputatsiooni süsteem ei ole aktiveeritud",
|
||||
"downvoting-disabled": "Negatiivsete häälte andmine ei ole võimaldatud",
|
||||
@@ -153,5 +153,8 @@
|
||||
"cant-move-to-same-topic": "Can't move post to same topic!",
|
||||
"cannot-block-self": "You cannot block yourself!",
|
||||
"cannot-block-privileged": "You cannot block administrators or global moderators",
|
||||
"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",
|
||||
"no-connection": "There seems to be a problem with your internet connection"
|
||||
}
|
||||
@@ -8,8 +8,7 @@
|
||||
"outgoing_link_message": "Lahkud %1",
|
||||
"continue_to": "Jätka %1",
|
||||
"return_to": "Pöördu tagasi %1",
|
||||
"new_notification": "Uus teade",
|
||||
"new_notification_from": "You have a new Notification from %1",
|
||||
"new_notification": "You have a new notification",
|
||||
"you_have_unread_notifications": "Sul ei ole lugemata teateid.",
|
||||
"all": "All",
|
||||
"topics": "Topics",
|
||||
|
||||
@@ -84,7 +84,6 @@
|
||||
"digest_daily": "Igapäevaselt",
|
||||
"digest_weekly": "Iga nädal",
|
||||
"digest_monthly": "Iga kuu",
|
||||
"settings-require-reload": "Muudatused seadetes nõuavad lehe uuesti laadimist. Lehe värskendamiseks vajuta siia.",
|
||||
"has_no_follower": "Sellel kasutajal pole ühtegi jälgijat :(",
|
||||
"follows_no_one": "See kasutaja ei jälgi kedagi :(",
|
||||
"has_no_posts": "Antud kasutaja pole veel midagi postitanud.",
|
||||
@@ -119,8 +118,6 @@
|
||||
"open_links_in_new_tab": "Ava väljaminevad lingid uues aknas",
|
||||
"enable_topic_searching": "Võimalda teemasisene otsing",
|
||||
"topic_search_help": "Kui see on sisse lükatud, siis teemasisene otsing võtab üle brauseri tavapärase otsingu ning võimaldab otsida ainult ekraanile mahtuva teema asemel terve teema ulatuses.",
|
||||
"delay_image_loading": "Viivita pildi laadimisega",
|
||||
"image_load_delay_help": "Kui lubatud, pildid teemades ei lae kuni nad on nähtavuses",
|
||||
"scroll_to_my_post": "Pärast vastuse postitamist, näita uut postitust",
|
||||
"follow_topics_you_reply_to": "Jälgi teemasid, millele vastad",
|
||||
"follow_topics_you_create": "Jälgi teemasid, mille lood",
|
||||
|
||||
@@ -18,10 +18,16 @@
|
||||
"mongo.resident-memory": "Resident Memory",
|
||||
"mongo.virtual-memory": "حافظۀ مجازی",
|
||||
"mongo.mapped-memory": "Mapped Memory",
|
||||
"mongo.bytes-in": "Bytes In",
|
||||
"mongo.bytes-out": "Bytes Out",
|
||||
"mongo.num-requests": "Number of Requests",
|
||||
"mongo.raw-info": "MongoDB Raw Info",
|
||||
|
||||
"redis": "Redis",
|
||||
"redis.version": "Redis Version",
|
||||
"redis.keys": "Keys",
|
||||
"redis.expires": "Expires",
|
||||
"redis.avg-ttl": "Average TTL",
|
||||
"redis.connected-clients": "Connected Clients",
|
||||
"redis.connected-slaves": "Connected Slaves",
|
||||
"redis.blocked-clients": "Blocked Clients",
|
||||
@@ -30,6 +36,11 @@
|
||||
"redis.total-connections-recieved": "Total Connections Received",
|
||||
"redis.total-commands-processed": "Total Commands Processed",
|
||||
"redis.iops": "Instantaneous Ops. Per Second",
|
||||
"redis.iinput": "Instantaneous Input Per Second",
|
||||
"redis.ioutput": "Instantaneous Output Per Second",
|
||||
"redis.total-input": "Total Input",
|
||||
"redis.total-output": "Total Ouput",
|
||||
|
||||
"redis.keyspace-hits": "Keyspace Hits",
|
||||
"redis.keyspace-misses": "Keyspace Misses",
|
||||
"redis.raw-info": "Redis Raw Info",
|
||||
|
||||
9
public/language/fa-IR/admin/manage/uploads.json
Normal file
9
public/language/fa-IR/admin/manage/uploads.json
Normal file
@@ -0,0 +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"
|
||||
}
|
||||
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"password-reset-requested": "درخواست بازیابی گذرواژه- %1!",
|
||||
"test-email.subject": "Test Email",
|
||||
"password-reset-requested": "Password Reset Requested!",
|
||||
"welcome-to": "به %1 خوش آمدید",
|
||||
"invite": "دعوتنامه از %1",
|
||||
"greeting_no_name": "سلام",
|
||||
|
||||
@@ -120,7 +120,7 @@
|
||||
"chat-edit-duration-expired": "شما قادر هستید پیام های چت را فقط بعد از %1 ثانیه ویرایش کنید",
|
||||
"chat-delete-duration-expired": "شما قادر هستید پیام های چت را فقط بعد از %1 ثانیه پاک کنید",
|
||||
"chat-deleted-already": "این پیام قبلا حذف شده است",
|
||||
"chat-restored'already": "این پیام قبلا بازگردانده شده است",
|
||||
"chat-restored-already": "This chat message has already been restored.",
|
||||
"already-voting-for-this-post": "شما قبلا به این پست رای داده اید.",
|
||||
"reputation-system-disabled": "سیستم اعتبار غیر فعال شده است",
|
||||
"downvoting-disabled": "رأی منفی غیر فعال شده است",
|
||||
@@ -153,5 +153,8 @@
|
||||
"cant-move-to-same-topic": "نمی توان پست یک تاپیک را به همان تاپیک انتقال داد !",
|
||||
"cannot-block-self": "شما نمی توانید خودتان را بلاک کنید!",
|
||||
"cannot-block-privileged": "شما نمی توانید ادمین ها یا مدیر ها را بلاک کنید",
|
||||
"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",
|
||||
"no-connection": "به نظر می رسد اینترنت شما مشکل دارد"
|
||||
}
|
||||
@@ -8,8 +8,7 @@
|
||||
"outgoing_link_message": "شما در حال ترک %1 هستید",
|
||||
"continue_to": "ادامه به %1",
|
||||
"return_to": "بازگشت به %1",
|
||||
"new_notification": "آگاهسازی تازه",
|
||||
"new_notification_from": "شما یک اعلان جدید از طرف %1 دارید",
|
||||
"new_notification": "You have a new notification",
|
||||
"you_have_unread_notifications": "شما آگاهسازیهای نخوانده دارید.",
|
||||
"all": "همه",
|
||||
"topics": "موضوع ها",
|
||||
|
||||
@@ -84,7 +84,6 @@
|
||||
"digest_daily": "روزانه",
|
||||
"digest_weekly": "هفتگی",
|
||||
"digest_monthly": "ماهانه",
|
||||
"settings-require-reload": "تغییر برخی تنظیمات مستلزم بارگذاری مجدد هستند. برای بارگذاری مجدد صفحه اینجا کلیک کنید.",
|
||||
"has_no_follower": "این کاربر هیچ دنبالکنندهای ندارد :(",
|
||||
"follows_no_one": "این کاربر هیچ کسی را دنبال نمیکند :(",
|
||||
"has_no_posts": "این کاربر تا به حال هیچ چیزی ارسال نکرده است.",
|
||||
@@ -119,8 +118,6 @@
|
||||
"open_links_in_new_tab": "پیوندهای به بیرون را در برگ جدید باز کن",
|
||||
"enable_topic_searching": "فعال کردن جستجوی داخل-موضوع",
|
||||
"topic_search_help": "If enabled, in-topic searching will override the browser's default page search behaviour and allow you to search through the entire topic, instead of what is only shown on screen",
|
||||
"delay_image_loading": "تاخیر در حال بارگذاری عکس",
|
||||
"image_load_delay_help": "اگر فعال باشد، تصاویر در تاپیک ها بارگذاری نمی شود تا زمانی که از طریق اسکرول روی آن بروید قابل مشاهده است",
|
||||
"scroll_to_my_post": "پس از ارسال پست، اولین پست جدید نشان بده",
|
||||
"follow_topics_you_reply_to": "موضوعهای که جواب دادید را پیگیری نمائید",
|
||||
"follow_topics_you_create": "موضوعهای که ایجاد کردید را پیگیری نمائید",
|
||||
|
||||
@@ -18,10 +18,16 @@
|
||||
"mongo.resident-memory": "Resident Memory",
|
||||
"mongo.virtual-memory": "Virtual Memory",
|
||||
"mongo.mapped-memory": "Mapped Memory",
|
||||
"mongo.bytes-in": "Bytes In",
|
||||
"mongo.bytes-out": "Bytes Out",
|
||||
"mongo.num-requests": "Number of Requests",
|
||||
"mongo.raw-info": "MongoDB Raw Info",
|
||||
|
||||
"redis": "Redis",
|
||||
"redis.version": "Redis Version",
|
||||
"redis.keys": "Keys",
|
||||
"redis.expires": "Expires",
|
||||
"redis.avg-ttl": "Average TTL",
|
||||
"redis.connected-clients": "Connected Clients",
|
||||
"redis.connected-slaves": "Connected Slaves",
|
||||
"redis.blocked-clients": "Blocked Clients",
|
||||
@@ -30,6 +36,11 @@
|
||||
"redis.total-connections-recieved": "Total Connections Received",
|
||||
"redis.total-commands-processed": "Total Commands Processed",
|
||||
"redis.iops": "Instantaneous Ops. Per Second",
|
||||
"redis.iinput": "Instantaneous Input Per Second",
|
||||
"redis.ioutput": "Instantaneous Output Per Second",
|
||||
"redis.total-input": "Total Input",
|
||||
"redis.total-output": "Total Ouput",
|
||||
|
||||
"redis.keyspace-hits": "Keyspace Hits",
|
||||
"redis.keyspace-misses": "Keyspace Misses",
|
||||
"redis.raw-info": "Redis Raw Info",
|
||||
|
||||
9
public/language/fi/admin/manage/uploads.json
Normal file
9
public/language/fi/admin/manage/uploads.json
Normal file
@@ -0,0 +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"
|
||||
}
|
||||
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"password-reset-requested": "Pyydetty salasanan palautuskoodia - %1!",
|
||||
"test-email.subject": "Test Email",
|
||||
"password-reset-requested": "Password Reset Requested!",
|
||||
"welcome-to": "%1 - Tervetuloa",
|
||||
"invite": "Kutsu henkilöltä %1",
|
||||
"greeting_no_name": "Hei",
|
||||
|
||||
@@ -120,7 +120,7 @@
|
||||
"chat-edit-duration-expired": "You are only allowed to edit chat messages for %1 second(s) after posting",
|
||||
"chat-delete-duration-expired": "You are only allowed to delete chat messages for %1 second(s) after posting",
|
||||
"chat-deleted-already": "This chat message has already been deleted.",
|
||||
"chat-restored'already": "This chat message has already been restored.",
|
||||
"chat-restored-already": "This chat message has already been restored.",
|
||||
"already-voting-for-this-post": "You have already voted for this post.",
|
||||
"reputation-system-disabled": "Reputation system is disabled.",
|
||||
"downvoting-disabled": "Downvoting is disabled",
|
||||
@@ -153,5 +153,8 @@
|
||||
"cant-move-to-same-topic": "Can't move post to same topic!",
|
||||
"cannot-block-self": "You cannot block yourself!",
|
||||
"cannot-block-privileged": "You cannot block administrators or global moderators",
|
||||
"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",
|
||||
"no-connection": "There seems to be a problem with your internet connection"
|
||||
}
|
||||
@@ -8,8 +8,7 @@
|
||||
"outgoing_link_message": "Olet nyt poistumassa %1",
|
||||
"continue_to": "Continue to %1",
|
||||
"return_to": "Return to %1",
|
||||
"new_notification": "Uusi ilmoitus",
|
||||
"new_notification_from": "You have a new Notification from %1",
|
||||
"new_notification": "You have a new notification",
|
||||
"you_have_unread_notifications": "Sinulla on lukemattomia ilmoituksia.",
|
||||
"all": "All",
|
||||
"topics": "Topics",
|
||||
|
||||
@@ -84,7 +84,6 @@
|
||||
"digest_daily": "Päivittäin",
|
||||
"digest_weekly": "Viikottain",
|
||||
"digest_monthly": "Kuukausittain",
|
||||
"settings-require-reload": "Some setting changes require a reload. Click here to reload the page.",
|
||||
"has_no_follower": "Kukaan ei seuraa tätä käyttäjää :(",
|
||||
"follows_no_one": "Tämä käyttäjä ei seuraa ketään :(",
|
||||
"has_no_posts": "This user hasn't posted anything yet.",
|
||||
@@ -119,8 +118,6 @@
|
||||
"open_links_in_new_tab": "Open outgoing links in new tab",
|
||||
"enable_topic_searching": "Salli aiheen sisäiset haut",
|
||||
"topic_search_help": "If enabled, in-topic searching will override the browser's default page search behaviour and allow you to search through the entire topic, instead of what is only shown on screen",
|
||||
"delay_image_loading": "Delay Image Loading",
|
||||
"image_load_delay_help": "If enabled, images in topics will not load until they are scrolled into view",
|
||||
"scroll_to_my_post": "After posting a reply, show the new post",
|
||||
"follow_topics_you_reply_to": "Watch topics that you reply to",
|
||||
"follow_topics_you_create": "Watch topics you create",
|
||||
|
||||
@@ -18,10 +18,16 @@
|
||||
"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.num-requests": "Nombre de requêtes",
|
||||
"mongo.raw-info": "Informations brutes MongoDB",
|
||||
|
||||
"redis": "Redis",
|
||||
"redis.version": "Version de Redis",
|
||||
"redis.keys": "Clés",
|
||||
"redis.expires": "Expire",
|
||||
"redis.avg-ttl": "TTL moyen",
|
||||
"redis.connected-clients": "Clients connectés",
|
||||
"redis.connected-slaves": "Esclaves connectés",
|
||||
"redis.blocked-clients": "Clients bloqués",
|
||||
@@ -30,6 +36,11 @@
|
||||
"redis.total-connections-recieved": "Connexions totales reçues",
|
||||
"redis.total-commands-processed": "Commandes totales exécutées",
|
||||
"redis.iops": "Opérations instantanées par seconde",
|
||||
"redis.iinput": "Entrée instantanée par seconde",
|
||||
"redis.ioutput": "Sortie instantanée par seconde",
|
||||
"redis.total-input": "Total des entrées",
|
||||
"redis.total-output": "Total des sorties",
|
||||
|
||||
"redis.keyspace-hits": "Keyspace Hits",
|
||||
"redis.keyspace-misses": "Keyspace Misses",
|
||||
"redis.raw-info": "Informations brutes Redis",
|
||||
|
||||
@@ -65,9 +65,9 @@
|
||||
"high-presence-topics": "Sujets populaires",
|
||||
|
||||
"graphs.page-views": "Pages vues",
|
||||
"graphs.page-views-registered": "Pages vues par les membres",
|
||||
"graphs.page-views-guest": "Pages vues par les invités",
|
||||
"graphs.page-views-bot": "Pages vues par les Bots",
|
||||
"graphs.page-views-registered": "Membres",
|
||||
"graphs.page-views-guest": "Invités",
|
||||
"graphs.page-views-bot": "Robots",
|
||||
"graphs.unique-visitors": "Visiteurs uniques",
|
||||
"graphs.registered-users": "Utilisateurs enregistrés",
|
||||
"graphs.anonymous-users": "Utilisateurs anonymes",
|
||||
|
||||
9
public/language/fr/admin/manage/uploads.json
Normal file
9
public/language/fr/admin/manage/uploads.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"upload-file": "Envoyer un fichier",
|
||||
"filename": "Nom du fichier",
|
||||
"usage": "Utilisé dans le message",
|
||||
"orphaned": "Orphelin",
|
||||
"size/filecount": "Taille / nombre de fichiers",
|
||||
"confirm-delete": "Voulez-vous vraiment supprimer ce fichier?",
|
||||
"filecount": "%1 fichiers"
|
||||
}
|
||||
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"password-reset-requested": "Demande de réinitialisation du mot de passe - %1!",
|
||||
"test-email.subject": "Email Test",
|
||||
"password-reset-requested": "Demande de réinitialisation de mot de passe!",
|
||||
"welcome-to": "Bienvenue sur %1",
|
||||
"invite": "Invitation de %1",
|
||||
"greeting_no_name": "Bonjour",
|
||||
|
||||
@@ -120,7 +120,7 @@
|
||||
"chat-edit-duration-expired": "Vous n'êtes autorisé à modifier des messages que pendant %1 seconde(s) après les avoir postés",
|
||||
"chat-delete-duration-expired": "Vous n'êtes autorisé à supprimer des messages que pendant %1 seconde(s) après les avoir postés",
|
||||
"chat-deleted-already": "Ce message a déjà été supprimé.",
|
||||
"chat-restored'already": "Ce message a déjà été restauré.",
|
||||
"chat-restored-already": "Ce message de discussion a déjà été restauré.",
|
||||
"already-voting-for-this-post": "Vous avez déjà voté pour ce message.",
|
||||
"reputation-system-disabled": "Le système de réputation est désactivé",
|
||||
"downvoting-disabled": "Les votes négatifs ne sont pas autorisés",
|
||||
@@ -153,5 +153,8 @@
|
||||
"cant-move-to-same-topic": "Impossible de déplacer le message dans le même sujet !",
|
||||
"cannot-block-self": "Vous ne pouvez pas vous bloquer !",
|
||||
"cannot-block-privileged": "Vous ne pouvez pas bloquer les administrateurs ou les modérateurs global",
|
||||
"cannot-block-guest": "Les Invités ne peut pas bloquer d'autres utilisateurs",
|
||||
"already-blocked": "Cet utilisateur est déjà bloqué",
|
||||
"already-unblocked": "Cet utilisateur est déjà débloqué",
|
||||
"no-connection": "Il semble y avoir un problème avec votre connexion Internet"
|
||||
}
|
||||
@@ -8,8 +8,7 @@
|
||||
"outgoing_link_message": "Vous quittez %1",
|
||||
"continue_to": "Continuer vers %1",
|
||||
"return_to": "Revenir à %1",
|
||||
"new_notification": "Nouvelle notification",
|
||||
"new_notification_from": "Vous avez une nouvelle notification de %1",
|
||||
"new_notification": "Vous avez une nouvelle notification",
|
||||
"you_have_unread_notifications": "Vous avez des notifications non-lues",
|
||||
"all": "Tout",
|
||||
"topics": "Sujets",
|
||||
|
||||
@@ -84,7 +84,6 @@
|
||||
"digest_daily": "Quotidien",
|
||||
"digest_weekly": "Hebdomadaire",
|
||||
"digest_monthly": "Mensuel",
|
||||
"settings-require-reload": "Certains réglages nécessitent un rechargement. Cliquez ici pour recharger la page.",
|
||||
"has_no_follower": "Personne n'est abonné à cet utilisateur :(",
|
||||
"follows_no_one": "Cet utilisateur n'est abonné à personne :(",
|
||||
"has_no_posts": "Cet utilisateur n'a encore rien posté.",
|
||||
@@ -119,8 +118,6 @@
|
||||
"open_links_in_new_tab": "Ouvrir les liens externes dans un nouvel onglet",
|
||||
"enable_topic_searching": "Activer la recherche dans les sujets",
|
||||
"topic_search_help": "Une fois activé, la recherche dans les sujets va remplacer la recherche de page du navigateur et vous permettra de rechercher dans l'intégralité d'un sujet au lieu des seuls posts affichés à l'écran.",
|
||||
"delay_image_loading": "Délayer le chargement des images",
|
||||
"image_load_delay_help": "Lorsque cette option est activée, les images des sujets ne seront pas chargées avant qu'elles ne soient visibles dans la fenêtre.",
|
||||
"scroll_to_my_post": "Après avoir répondu, montrer le nouveau message",
|
||||
"follow_topics_you_reply_to": "S'abonner aux sujets auxquels vous répondez",
|
||||
"follow_topics_you_create": "S'abonner aux sujets que vous créez",
|
||||
|
||||
@@ -18,10 +18,16 @@
|
||||
"mongo.resident-memory": "Resident Memory",
|
||||
"mongo.virtual-memory": "Virtual Memory",
|
||||
"mongo.mapped-memory": "Mapped Memory",
|
||||
"mongo.bytes-in": "Bytes In",
|
||||
"mongo.bytes-out": "Bytes Out",
|
||||
"mongo.num-requests": "Number of Requests",
|
||||
"mongo.raw-info": "MongoDB Raw Info",
|
||||
|
||||
"redis": "Redis",
|
||||
"redis.version": "Redis Version",
|
||||
"redis.keys": "Keys",
|
||||
"redis.expires": "Expires",
|
||||
"redis.avg-ttl": "Average TTL",
|
||||
"redis.connected-clients": "Connected Clients",
|
||||
"redis.connected-slaves": "Connected Slaves",
|
||||
"redis.blocked-clients": "Blocked Clients",
|
||||
@@ -30,6 +36,11 @@
|
||||
"redis.total-connections-recieved": "Total Connections Received",
|
||||
"redis.total-commands-processed": "Total Commands Processed",
|
||||
"redis.iops": "Instantaneous Ops. Per Second",
|
||||
"redis.iinput": "Instantaneous Input Per Second",
|
||||
"redis.ioutput": "Instantaneous Output Per Second",
|
||||
"redis.total-input": "Total Input",
|
||||
"redis.total-output": "Total Ouput",
|
||||
|
||||
"redis.keyspace-hits": "Keyspace Hits",
|
||||
"redis.keyspace-misses": "Keyspace Misses",
|
||||
"redis.raw-info": "Redis Raw Info",
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user