mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-12-26 02:10:36 +01:00
Compare commits
1 Commits
v3.5.0
...
rename-exp
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3b1e7883b9 |
4
.github/workflows/test.yaml
vendored
4
.github/workflows/test.yaml
vendored
@@ -63,7 +63,7 @@ jobs:
|
||||
- 5432:5432
|
||||
|
||||
redis:
|
||||
image: 'redis:7.2.2'
|
||||
image: 'redis:7.2.1'
|
||||
# Set health checks to wait until redis has started
|
||||
options: >-
|
||||
--health-cmd "redis-cli ping"
|
||||
@@ -86,7 +86,7 @@ jobs:
|
||||
- run: cp install/package.json package.json
|
||||
|
||||
- name: Install Node
|
||||
uses: actions/setup-node@v4
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: ${{ matrix.node }}
|
||||
|
||||
|
||||
52
.tx/config
52
.tx/config
@@ -3380,58 +3380,6 @@ trans.pl = public/language/pl/reset_password.json
|
||||
trans.sl = public/language/sl/reset_password.json
|
||||
trans.th = public/language/th/reset_password.json
|
||||
|
||||
[o:nodebb:p:nodebb:r:rewards]
|
||||
file_filter = public/language/<lang>/rewards.json
|
||||
source_file = public/language/en-GB/rewards.json
|
||||
source_lang = en_GB
|
||||
type = KEYVALUEJSON
|
||||
trans.bg = public/language/bg/rewards.json
|
||||
trans.fr = public/language/fr/rewards.json
|
||||
trans.hr = public/language/hr/rewards.json
|
||||
trans.hy = public/language/hy/rewards.json
|
||||
trans.ja = public/language/ja/rewards.json
|
||||
trans.pt_PT = public/language/pt-PT/rewards.json
|
||||
trans.zh_CN = public/language/zh-CN/rewards.json
|
||||
trans.sv = public/language/sv/rewards.json
|
||||
trans.de = public/language/de/rewards.json
|
||||
trans.fa_IR = public/language/fa-IR/rewards.json
|
||||
trans.gl = public/language/gl/rewards.json
|
||||
trans.hu = public/language/hu/rewards.json
|
||||
trans.id = public/language/id/rewards.json
|
||||
trans.rw = public/language/rw/rewards.json
|
||||
trans.sc = public/language/sc/rewards.json
|
||||
trans.vi = public/language/vi/rewards.json
|
||||
trans.bn = public/language/bn/rewards.json
|
||||
trans.he = public/language/he/rewards.json
|
||||
trans.ro = public/language/ro/rewards.json
|
||||
trans.sq_AL = public/language/sq-AL/rewards.json
|
||||
trans.ar = public/language/ar/rewards.json
|
||||
trans.cs = public/language/cs/rewards.json
|
||||
trans.ko = public/language/ko/rewards.json
|
||||
trans.ms = public/language/ms/rewards.json
|
||||
trans.pt_BR = public/language/pt-BR/rewards.json
|
||||
trans.sr = public/language/sr/rewards.json
|
||||
trans.tr = public/language/tr/rewards.json
|
||||
trans.ru = public/language/ru/rewards.json
|
||||
trans.zh_TW = public/language/zh-TW/rewards.json
|
||||
trans.da = public/language/da/rewards.json
|
||||
trans.en@pirate = public/language/en-x-pirate/rewards.json
|
||||
trans.en_US = public/language/en-US/rewards.json
|
||||
trans.lt = public/language/lt/rewards.json
|
||||
trans.lv = public/language/lv/rewards.json
|
||||
trans.nb = public/language/nb/rewards.json
|
||||
trans.sk = public/language/sk/rewards.json
|
||||
trans.el = public/language/el/rewards.json
|
||||
trans.es = public/language/es/rewards.json
|
||||
trans.et = public/language/et/rewards.json
|
||||
trans.uk = public/language/uk/rewards.json
|
||||
trans.fi = public/language/fi/rewards.json
|
||||
trans.it = public/language/it/rewards.json
|
||||
trans.nl = public/language/nl/rewards.json
|
||||
trans.pl = public/language/pl/rewards.json
|
||||
trans.sl = public/language/sl/rewards.json
|
||||
trans.th = public/language/th/rewards.json
|
||||
|
||||
[o:nodebb:p:nodebb:r:search]
|
||||
file_filter = public/language/<lang>/search.json
|
||||
source_file = public/language/en-GB/search.json
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"name": "nodebb",
|
||||
"license": "GPL-3.0",
|
||||
"description": "NodeBB Forum",
|
||||
"version": "3.5.0",
|
||||
"version": "3.4.3",
|
||||
"homepage": "https://www.nodebb.org",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -29,12 +29,12 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@adactive/bootstrap-tagsinput": "0.8.2",
|
||||
"@fontsource/inter": "5.0.15",
|
||||
"@fontsource/inter": "5.0.13",
|
||||
"@fontsource/poppins": "5.0.8",
|
||||
"@fortawesome/fontawesome-free": "6.4.2",
|
||||
"@isaacs/ttlcache": "1.4.1",
|
||||
"@popperjs/core": "2.11.8",
|
||||
"ace-builds": "1.31.0",
|
||||
"ace-builds": "1.30.0",
|
||||
"archiver": "6.0.1",
|
||||
"async": "3.2.4",
|
||||
"autoprefixer": "10.4.16",
|
||||
@@ -58,12 +58,12 @@
|
||||
"connect-pg-simple": "9.0.0",
|
||||
"connect-redis": "7.1.0",
|
||||
"cookie-parser": "1.4.6",
|
||||
"cron": "3.1.4",
|
||||
"cron": "3.1.1",
|
||||
"cropperjs": "1.6.1",
|
||||
"csrf-sync": "4.0.1",
|
||||
"daemon": "1.1.0",
|
||||
"diff": "5.1.0",
|
||||
"esbuild": "0.19.5",
|
||||
"esbuild": "0.19.4",
|
||||
"express": "4.18.2",
|
||||
"express-session": "1.17.3",
|
||||
"express-useragent": "1.0.15",
|
||||
@@ -87,11 +87,11 @@
|
||||
"lru-cache": "10.0.1",
|
||||
"mime": "3.0.0",
|
||||
"mkdirp": "3.0.1",
|
||||
"mongodb": "6.2.0",
|
||||
"mongodb": "6.1.0",
|
||||
"morgan": "1.10.0",
|
||||
"mousetrap": "1.6.5",
|
||||
"multiparty": "4.2.3",
|
||||
"nconf": "0.12.1",
|
||||
"nconf": "0.12.0",
|
||||
"nodebb-plugin-2factor": "7.4.0",
|
||||
"nodebb-plugin-composer-default": "10.2.24",
|
||||
"nodebb-plugin-dbsearch": "6.2.2",
|
||||
@@ -101,13 +101,13 @@
|
||||
"nodebb-plugin-mentions": "4.3.6",
|
||||
"nodebb-plugin-ntfy": "1.7.3",
|
||||
"nodebb-plugin-spam-be-gone": "2.2.0",
|
||||
"nodebb-rewards-essentials": "1.0.0",
|
||||
"nodebb-theme-harmony": "1.1.90",
|
||||
"nodebb-theme-lavender": "7.1.5",
|
||||
"nodebb-theme-peace": "2.1.23",
|
||||
"nodebb-theme-persona": "13.2.42",
|
||||
"nodebb-rewards-essentials": "0.2.3",
|
||||
"nodebb-theme-harmony": "1.1.84",
|
||||
"nodebb-theme-lavender": "7.1.4",
|
||||
"nodebb-theme-peace": "2.1.22",
|
||||
"nodebb-theme-persona": "13.2.38",
|
||||
"nodebb-widget-essentials": "7.0.14",
|
||||
"nodemailer": "6.9.7",
|
||||
"nodemailer": "6.9.6",
|
||||
"nprogress": "0.2.0",
|
||||
"passport": "0.6.0",
|
||||
"passport-http-bearer": "1.0.1",
|
||||
@@ -125,7 +125,7 @@
|
||||
"rss": "1.2.2",
|
||||
"rtlcss": "4.1.1",
|
||||
"sanitize-html": "2.11.0",
|
||||
"sass": "1.69.4",
|
||||
"sass": "1.69.3",
|
||||
"semver": "7.5.4",
|
||||
"serve-favicon": "2.5.0",
|
||||
"sharp": "0.32.6",
|
||||
@@ -154,17 +154,17 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@apidevtools/swagger-parser": "10.1.0",
|
||||
"@commitlint/cli": "17.8.1",
|
||||
"@commitlint/config-angular": "17.8.1",
|
||||
"@commitlint/cli": "17.8.0",
|
||||
"@commitlint/config-angular": "17.8.0",
|
||||
"coveralls": "3.1.1",
|
||||
"eslint": "8.52.0",
|
||||
"eslint": "8.51.0",
|
||||
"eslint-config-nodebb": "0.2.1",
|
||||
"eslint-plugin-import": "2.29.0",
|
||||
"eslint-plugin-import": "2.28.1",
|
||||
"grunt": "1.6.1",
|
||||
"grunt-contrib-watch": "1.1.0",
|
||||
"husky": "8.0.3",
|
||||
"jsdom": "22.1.0",
|
||||
"lint-staged": "15.0.2",
|
||||
"lint-staged": "15.0.1",
|
||||
"mocha": "10.2.0",
|
||||
"mocha-lcov-reporter": "1.3.0",
|
||||
"mockdate": "3.0.5",
|
||||
@@ -172,7 +172,7 @@
|
||||
"smtp-server": "3.13.0"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"sass-embedded": "1.69.4"
|
||||
"sass-embedded": "1.69.2"
|
||||
},
|
||||
"resolutions": {
|
||||
"*/jquery": "3.7.1"
|
||||
|
||||
@@ -29,7 +29,5 @@
|
||||
"hide-from-groups": "Hide from groups",
|
||||
"start-date": "Start date",
|
||||
"end-date": "End date",
|
||||
"hide-on-mobile": "Hide on mobile",
|
||||
"hide-drafts": "Hide drafts",
|
||||
"show-drafts": "Show drafts"
|
||||
"hide-on-mobile": "Hide on mobile"
|
||||
}
|
||||
@@ -8,7 +8,6 @@
|
||||
"edit-privileges": "Edit Privileges",
|
||||
"select-clear-all": "Select/Clear All",
|
||||
"chat": "Chat",
|
||||
"chat-with-privileged": "Chat with Privileged",
|
||||
"upload-images": "Upload Images",
|
||||
"upload-files": "Upload Files",
|
||||
"signature": "Signature",
|
||||
|
||||
@@ -19,7 +19,6 @@
|
||||
"public-chat": "Public Chats",
|
||||
"follows": "متابعون",
|
||||
"upvote": "الموافقين",
|
||||
"awards": "Awards",
|
||||
"new-flags": "New Flags",
|
||||
"my-flags": "Flags assigned to me",
|
||||
"bans": "الحظر",
|
||||
@@ -93,6 +92,5 @@
|
||||
"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",
|
||||
"notificationType-new-user-flag": "When a user is flagged",
|
||||
"notificationType-new-reward": "When you earn a new reward"
|
||||
"notificationType-new-user-flag": "When a user is flagged"
|
||||
}
|
||||
@@ -1,10 +0,0 @@
|
||||
{
|
||||
"awarded-x-reputation": "You have been awarded <strong>%1</strong> reputation",
|
||||
"awarded-group-membership": "You have been added to the group <strong>%1</strong>",
|
||||
|
||||
"essentials/user.reputation-conditional-value": "<span class=\"text-xs\">(Reputation %1 %2)</span>",
|
||||
"essentials/user.postcount-conditional-value": "<span class=\"text-xs\">(Post Count %1 %2)</span>",
|
||||
"essentials/user.lastonline-conditional-value": "<span class=\"text-xs\">(Last Online %1 %2)</span>",
|
||||
"essentials/user.joindate-conditional-value": "<span class=\"text-xs\">(Join Date %1 %2)</span>",
|
||||
"essentials/user.daysregistered-conditional-value": "<span class=\"text-xs\">(Days Registered %1 %2)</span>"
|
||||
}
|
||||
@@ -12,6 +12,5 @@
|
||||
"settings.stickyToolbar.help": "The toolbar on topic and category pages will stick to the top of the page",
|
||||
"settings.autohideBottombar": "Auto hide bottom bar",
|
||||
"settings.autohideBottombar.help": "The bottom bar on mobile view will be hidden when the page is scrolled down",
|
||||
"settings.openSidebars": "Open sidebars",
|
||||
"settings.chatModals": "Enable chat modals"
|
||||
}
|
||||
@@ -29,7 +29,5 @@
|
||||
"hide-from-groups": "Скриване от групите",
|
||||
"start-date": "Начална дата",
|
||||
"end-date": "Крайна дата",
|
||||
"hide-on-mobile": "Скриване на мобилни устройства",
|
||||
"hide-drafts": "Скриване на черновите",
|
||||
"show-drafts": "Показване на черновите"
|
||||
"hide-on-mobile": "Скриване на мобилни устройства"
|
||||
}
|
||||
@@ -8,7 +8,6 @@
|
||||
"edit-privileges": "Редактиране на правомощията",
|
||||
"select-clear-all": "Избиране/изчистване на всичко",
|
||||
"chat": "Разговор",
|
||||
"chat-with-privileged": "Разговор с някого с по-високи правомощия",
|
||||
"upload-images": "Качване на изображения",
|
||||
"upload-files": "Качване на файлове",
|
||||
"signature": "Подпис",
|
||||
|
||||
@@ -19,7 +19,6 @@
|
||||
"public-chat": "Публични разговори",
|
||||
"follows": "Следвания",
|
||||
"upvote": "Положителни гласове",
|
||||
"awards": "Награди",
|
||||
"new-flags": "Нови докладвания",
|
||||
"my-flags": "Докладвания, назначени на мен",
|
||||
"bans": "Блокирания",
|
||||
@@ -93,6 +92,5 @@
|
||||
"notificationType-new-register": "Когато някой бъде добавен в опашката за регистрация",
|
||||
"notificationType-post-queue": "Когато бъде добавена нова публикация в опашката",
|
||||
"notificationType-new-post-flag": "Когато публикация бъде докладвана",
|
||||
"notificationType-new-user-flag": "Когато потребител бъде докладван",
|
||||
"notificationType-new-reward": "Когато получите нова награда"
|
||||
"notificationType-new-user-flag": "Когато потребител бъде докладван"
|
||||
}
|
||||
@@ -1,10 +0,0 @@
|
||||
{
|
||||
"awarded-x-reputation": "Получихте <strong>%1</strong> точки репутация",
|
||||
"awarded-group-membership": "Бяхте добавен/а в групата <strong>%1</strong>",
|
||||
|
||||
"essentials/user.reputation-conditional-value": "<span class=\"text-xs\">(Репутация %1 %2)</span>",
|
||||
"essentials/user.postcount-conditional-value": "<span class=\"text-xs\">(Брой публикации %1 %2)</span>",
|
||||
"essentials/user.lastonline-conditional-value": "<span class=\"text-xs\">(Последно на линия %1 %2)</span>",
|
||||
"essentials/user.joindate-conditional-value": "<span class=\"text-xs\">(Дата на присъединяване %1 %2)</span>",
|
||||
"essentials/user.daysregistered-conditional-value": "<span class=\"text-xs\">(Брой дни с регистрация %1 %2)</span>"
|
||||
}
|
||||
@@ -12,6 +12,5 @@
|
||||
"settings.stickyToolbar.help": "Лентата с инструменти в страниците с теми и категории ще стои винаги в горния край на страницата",
|
||||
"settings.autohideBottombar": "Автоматично скриване на долната лента",
|
||||
"settings.autohideBottombar.help": "В изгледа за мобилни устройства долната лента ще се скрива, когато страницата се превърта надолу",
|
||||
"settings.openSidebars": "Отваряне на страничните ленти",
|
||||
"settings.chatModals": "Включване на прозорците за разговори"
|
||||
}
|
||||
@@ -29,7 +29,5 @@
|
||||
"hide-from-groups": "Hide from groups",
|
||||
"start-date": "Start date",
|
||||
"end-date": "End date",
|
||||
"hide-on-mobile": "Hide on mobile",
|
||||
"hide-drafts": "Hide drafts",
|
||||
"show-drafts": "Show drafts"
|
||||
"hide-on-mobile": "Hide on mobile"
|
||||
}
|
||||
@@ -8,7 +8,6 @@
|
||||
"edit-privileges": "Edit Privileges",
|
||||
"select-clear-all": "Select/Clear All",
|
||||
"chat": "Chat",
|
||||
"chat-with-privileged": "Chat with Privileged",
|
||||
"upload-images": "Upload Images",
|
||||
"upload-files": "Upload Files",
|
||||
"signature": "Signature",
|
||||
|
||||
@@ -19,7 +19,6 @@
|
||||
"public-chat": "Public Chats",
|
||||
"follows": "Follows",
|
||||
"upvote": "Upvotes",
|
||||
"awards": "Awards",
|
||||
"new-flags": "New Flags",
|
||||
"my-flags": "Flags assigned to me",
|
||||
"bans": "Bans",
|
||||
@@ -93,6 +92,5 @@
|
||||
"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",
|
||||
"notificationType-new-user-flag": "When a user is flagged",
|
||||
"notificationType-new-reward": "When you earn a new reward"
|
||||
"notificationType-new-user-flag": "When a user is flagged"
|
||||
}
|
||||
@@ -1,10 +0,0 @@
|
||||
{
|
||||
"awarded-x-reputation": "You have been awarded <strong>%1</strong> reputation",
|
||||
"awarded-group-membership": "You have been added to the group <strong>%1</strong>",
|
||||
|
||||
"essentials/user.reputation-conditional-value": "<span class=\"text-xs\">(Reputation %1 %2)</span>",
|
||||
"essentials/user.postcount-conditional-value": "<span class=\"text-xs\">(Post Count %1 %2)</span>",
|
||||
"essentials/user.lastonline-conditional-value": "<span class=\"text-xs\">(Last Online %1 %2)</span>",
|
||||
"essentials/user.joindate-conditional-value": "<span class=\"text-xs\">(Join Date %1 %2)</span>",
|
||||
"essentials/user.daysregistered-conditional-value": "<span class=\"text-xs\">(Days Registered %1 %2)</span>"
|
||||
}
|
||||
@@ -12,6 +12,5 @@
|
||||
"settings.stickyToolbar.help": "The toolbar on topic and category pages will stick to the top of the page",
|
||||
"settings.autohideBottombar": "Auto hide bottom bar",
|
||||
"settings.autohideBottombar.help": "The bottom bar on mobile view will be hidden when the page is scrolled down",
|
||||
"settings.openSidebars": "Open sidebars",
|
||||
"settings.chatModals": "Enable chat modals"
|
||||
}
|
||||
@@ -17,7 +17,7 @@
|
||||
"mongo.file-size": "Velikost souboru",
|
||||
"mongo.resident-memory": "Residentní paměť",
|
||||
"mongo.virtual-memory": "Virtuální paměť",
|
||||
"mongo.mapped-memory": "Namapovaná paměť",
|
||||
"mongo.mapped-memory": "Mapped Memory",
|
||||
"mongo.bytes-in": "Bajtů ->",
|
||||
"mongo.bytes-out": "Bajtů <-",
|
||||
"mongo.num-requests": "Počet požadavků",
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"none-installed": "Nebyly nalezeny žádné miniaplikace! Aktivujte zásuvný modul miniaplikace v ovládacím panelu <a href=\"%1\">zásuvné moduly</a>.",
|
||||
"clone-from": "Klonovat miniaplikaci z",
|
||||
"containers.available": "Dostupné moduly",
|
||||
"containers.explanation": "Přetáhněte a pusťte na libovolnou miniaplikaci",
|
||||
"containers.explanation": "Drag and drop on top of any widget",
|
||||
"containers.none": "Nic",
|
||||
"container.well": "Well",
|
||||
"container.jumbotron": "Jumbotron",
|
||||
@@ -29,7 +29,5 @@
|
||||
"hide-from-groups": "Skrýt ve skupinách",
|
||||
"start-date": "Start date",
|
||||
"end-date": "End date",
|
||||
"hide-on-mobile": "Skrýt na mobilu",
|
||||
"hide-drafts": "Hide drafts",
|
||||
"show-drafts": "Show drafts"
|
||||
"hide-on-mobile": "Skrýt na mobilu"
|
||||
}
|
||||
@@ -6,9 +6,8 @@
|
||||
"group-privileges": "Oprávnění skupiny",
|
||||
"user-privileges": "Oprávnění uživatele",
|
||||
"edit-privileges": "Upravit oprávnění",
|
||||
"select-clear-all": "Vybrat/vymazat vše",
|
||||
"select-clear-all": "Select/Clear All",
|
||||
"chat": "Konverzace",
|
||||
"chat-with-privileged": "Konverzace s privilegovanými",
|
||||
"upload-images": "Nahrát obrázky",
|
||||
"upload-files": "Náhrát soubory",
|
||||
"signature": "Podpis",
|
||||
@@ -49,7 +48,7 @@
|
||||
"admin-tags": "Tags",
|
||||
"admin-settings": "Nastavení",
|
||||
|
||||
"alert.confirm-moderate": "<strong>Jste si jisti, že chcete této skupině uživatelů udělit oprávnění k moderování?</strong> Tato skupina je veřejná a každý uživatel se do ní může libovolně připojit.",
|
||||
"alert.confirm-moderate": "<strong>Are you sure you wish to grant the moderation privilege to this user group?</strong> This group is public, and any users can join at will.",
|
||||
"alert.confirm-admins-mods": "<strong>Are you sure you wish to grant the "Admins & Mods" privilege to this user/group?</strong> Users with this privilege are able to promote and demote other users into privileged positions, <em>including super administrator</em>",
|
||||
"alert.confirm-save": "Please confirm your intention to save these privileges",
|
||||
"alert.confirm-discard": "Are you sure you wish to discard your privilege changes?",
|
||||
|
||||
@@ -19,7 +19,6 @@
|
||||
"public-chat": "Public Chats",
|
||||
"follows": "Sledování",
|
||||
"upvote": "Souhlasy",
|
||||
"awards": "Awards",
|
||||
"new-flags": "Nové označení",
|
||||
"my-flags": "Označení přiřazené mě",
|
||||
"bans": "Blokace",
|
||||
@@ -93,6 +92,5 @@
|
||||
"notificationType-new-register": "Jakmile je 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",
|
||||
"notificationType-new-user-flag": "Bude-li uživatel označen",
|
||||
"notificationType-new-reward": "When you earn a new reward"
|
||||
"notificationType-new-user-flag": "Bude-li uživatel označen"
|
||||
}
|
||||
@@ -1,10 +0,0 @@
|
||||
{
|
||||
"awarded-x-reputation": "You have been awarded <strong>%1</strong> reputation",
|
||||
"awarded-group-membership": "You have been added to the group <strong>%1</strong>",
|
||||
|
||||
"essentials/user.reputation-conditional-value": "<span class=\"text-xs\">(Reputation %1 %2)</span>",
|
||||
"essentials/user.postcount-conditional-value": "<span class=\"text-xs\">(Post Count %1 %2)</span>",
|
||||
"essentials/user.lastonline-conditional-value": "<span class=\"text-xs\">(Last Online %1 %2)</span>",
|
||||
"essentials/user.joindate-conditional-value": "<span class=\"text-xs\">(Join Date %1 %2)</span>",
|
||||
"essentials/user.daysregistered-conditional-value": "<span class=\"text-xs\">(Days Registered %1 %2)</span>"
|
||||
}
|
||||
@@ -12,6 +12,5 @@
|
||||
"settings.stickyToolbar.help": "The toolbar on topic and category pages will stick to the top of the page",
|
||||
"settings.autohideBottombar": "Auto hide bottom bar",
|
||||
"settings.autohideBottombar.help": "The bottom bar on mobile view will be hidden when the page is scrolled down",
|
||||
"settings.openSidebars": "Open sidebars",
|
||||
"settings.chatModals": "Enable chat modals"
|
||||
}
|
||||
@@ -1,19 +1,19 @@
|
||||
{
|
||||
"all-users": "Všichni uživatelé",
|
||||
"all-users": "All Users",
|
||||
"latest-users": "Nejnovější uživatelé",
|
||||
"top-posters": "Nejaktivnější",
|
||||
"most-reputation": "Nejváženější",
|
||||
"most-flags": "Nejoznačovanější",
|
||||
"search": "Hledat",
|
||||
"enter-username": "Zadej uživatelské jméno k hledání",
|
||||
"search-user-for-chat": "Hledání uživatele pro zahájení konverzace",
|
||||
"search-user-for-chat": "Search for a user to start chat",
|
||||
"load-more": "Načíst další",
|
||||
"users-found-search-took": "Nalezeno %1 uživatel(ů) za %2 vteřiny.",
|
||||
"filter-by": "Filtrovat dle",
|
||||
"online-only": "Pouze připojené",
|
||||
"invite": "Pozvat",
|
||||
"prompt-email": "E-maily:",
|
||||
"groups-to-join": "Skupiny, ke kterým se připojíte po přijetí pozvánky:",
|
||||
"groups-to-join": "Groups to be joined when invite is accepted:",
|
||||
"invitation-email-sent": "E-mailová pozvánka byla odeslána na adresu %1",
|
||||
"user-list": "Seznam uživatelů",
|
||||
"recent-topics": "Poslední témata",
|
||||
|
||||
@@ -29,7 +29,5 @@
|
||||
"hide-from-groups": "Hide from groups",
|
||||
"start-date": "Start date",
|
||||
"end-date": "End date",
|
||||
"hide-on-mobile": "Hide on mobile",
|
||||
"hide-drafts": "Hide drafts",
|
||||
"show-drafts": "Show drafts"
|
||||
"hide-on-mobile": "Hide on mobile"
|
||||
}
|
||||
@@ -8,7 +8,6 @@
|
||||
"edit-privileges": "Edit Privileges",
|
||||
"select-clear-all": "Select/Clear All",
|
||||
"chat": "Chat",
|
||||
"chat-with-privileged": "Chat with Privileged",
|
||||
"upload-images": "Upload Images",
|
||||
"upload-files": "Upload Files",
|
||||
"signature": "Signature",
|
||||
|
||||
@@ -19,7 +19,6 @@
|
||||
"public-chat": "Public Chats",
|
||||
"follows": "Follows",
|
||||
"upvote": "Upvotes",
|
||||
"awards": "Awards",
|
||||
"new-flags": "New Flags",
|
||||
"my-flags": "Flags assigned to me",
|
||||
"bans": "Bans",
|
||||
@@ -93,6 +92,5 @@
|
||||
"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",
|
||||
"notificationType-new-user-flag": "When a user is flagged",
|
||||
"notificationType-new-reward": "When you earn a new reward"
|
||||
"notificationType-new-user-flag": "When a user is flagged"
|
||||
}
|
||||
@@ -1,10 +0,0 @@
|
||||
{
|
||||
"awarded-x-reputation": "You have been awarded <strong>%1</strong> reputation",
|
||||
"awarded-group-membership": "You have been added to the group <strong>%1</strong>",
|
||||
|
||||
"essentials/user.reputation-conditional-value": "<span class=\"text-xs\">(Reputation %1 %2)</span>",
|
||||
"essentials/user.postcount-conditional-value": "<span class=\"text-xs\">(Post Count %1 %2)</span>",
|
||||
"essentials/user.lastonline-conditional-value": "<span class=\"text-xs\">(Last Online %1 %2)</span>",
|
||||
"essentials/user.joindate-conditional-value": "<span class=\"text-xs\">(Join Date %1 %2)</span>",
|
||||
"essentials/user.daysregistered-conditional-value": "<span class=\"text-xs\">(Days Registered %1 %2)</span>"
|
||||
}
|
||||
@@ -12,6 +12,5 @@
|
||||
"settings.stickyToolbar.help": "The toolbar on topic and category pages will stick to the top of the page",
|
||||
"settings.autohideBottombar": "Auto hide bottom bar",
|
||||
"settings.autohideBottombar.help": "The bottom bar on mobile view will be hidden when the page is scrolled down",
|
||||
"settings.openSidebars": "Open sidebars",
|
||||
"settings.chatModals": "Enable chat modals"
|
||||
}
|
||||
@@ -17,7 +17,7 @@
|
||||
"mongo.file-size": "Dateigröße",
|
||||
"mongo.resident-memory": "Permanenter Speicher",
|
||||
"mongo.virtual-memory": "Virtueller Speicher",
|
||||
"mongo.mapped-memory": "Zugeordneter Speicher",
|
||||
"mongo.mapped-memory": "Mapped Memory",
|
||||
"mongo.bytes-in": "Bytes eingehend",
|
||||
"mongo.bytes-out": "Bytes ausgehend",
|
||||
"mongo.num-requests": "Anzahl an Anfragen",
|
||||
|
||||
@@ -29,7 +29,5 @@
|
||||
"hide-from-groups": "Vor Gruppen verstecken",
|
||||
"start-date": "Anfangsdatum",
|
||||
"end-date": "Enddatum",
|
||||
"hide-on-mobile": "Auf dem Handy verstecken",
|
||||
"hide-drafts": "Hide drafts",
|
||||
"show-drafts": "Show drafts"
|
||||
"hide-on-mobile": "Auf dem Handy verstecken"
|
||||
}
|
||||
@@ -8,7 +8,6 @@
|
||||
"edit-privileges": "Rechte bearbeiten",
|
||||
"select-clear-all": "Alle Aus-/Abwählen",
|
||||
"chat": "Chat",
|
||||
"chat-with-privileged": "Chat mit Privilegierten",
|
||||
"upload-images": "Bilder hochladen",
|
||||
"upload-files": "Dateien hochladen",
|
||||
"signature": "Signatur",
|
||||
|
||||
@@ -184,7 +184,7 @@
|
||||
"post-flagged-too-many-times": "Dieser Beitrag wurde bereits von anderen Benutzern gemeldet",
|
||||
"user-flagged-too-many-times": "Dieser Benutzer wurde bereits von anderen Benutzern gemeldet",
|
||||
"cant-flag-privileged": "Sie dürfen die Profile oder Inhalte von privilegierten Benutzern (Moderatoren/Globalmoderatoren/Admins) nicht kennzeichnen.",
|
||||
"cant-locate-flag-report": "Meldung-Report kann nicht gefunden werden",
|
||||
"cant-locate-flag-report": "Cannot locate flag report",
|
||||
"self-vote": "Du kannst deine eigenen Beiträge nicht bewerten",
|
||||
"too-many-upvotes-today": "Du kannst nur %1 Mal pro Tag upvoten",
|
||||
"too-many-upvotes-today-user": "Du kannst einen Benutzer nur %1 Mal am Tag positiv bewerten",
|
||||
|
||||
@@ -9,8 +9,8 @@
|
||||
"update": "Aktualisieren",
|
||||
"updated": "Aktualisiert",
|
||||
"resolved": "Gelöst",
|
||||
"report-added": "Hinzugefügt",
|
||||
"report-rescinded": "Zurückgezogen",
|
||||
"report-added": "Added",
|
||||
"report-rescinded": "Rescinded",
|
||||
"target-purged": "Der Inhalt auf den diese Meldung hingewiesen hat, wurde gelöscht und ist nicht mehr verfügbar.",
|
||||
"target-aboutme-empty": "Dieser Benutzer hat kein \"Über mich\" gesetzt.",
|
||||
|
||||
|
||||
@@ -19,7 +19,6 @@
|
||||
"public-chat": "Öffentliche Chats",
|
||||
"follows": "Folgt",
|
||||
"upvote": "Positive Bewertungen",
|
||||
"awards": "Auszeichnungen",
|
||||
"new-flags": "Neue Meldungen",
|
||||
"my-flags": "Mir zugewiesene Markierungen",
|
||||
"bans": "Verbannungen",
|
||||
@@ -93,6 +92,5 @@
|
||||
"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",
|
||||
"notificationType-new-user-flag": "Wenn ein Benutzer gemeldet wird",
|
||||
"notificationType-new-reward": "Wenn du eine neue Auszeichnung erhältst"
|
||||
"notificationType-new-user-flag": "Wenn ein Benutzer gemeldet wird"
|
||||
}
|
||||
@@ -1,10 +0,0 @@
|
||||
{
|
||||
"awarded-x-reputation": "Du hast <strong>%1</strong> Ansehen erhalten",
|
||||
"awarded-group-membership": "Du bist zur Gruppe <strong>%1</strong> hinzugefügt worden",
|
||||
|
||||
"essentials/user.reputation-conditional-value": "<span class=\"text-xs\">(Ansehen %1 %2)</span>",
|
||||
"essentials/user.postcount-conditional-value": "<span class=\"text-xs\">(Anzahl der Beiträge %1 %2)</span>",
|
||||
"essentials/user.lastonline-conditional-value": "<span class=\"text-xs\">(Zuletzt online %1 %2)</span>",
|
||||
"essentials/user.joindate-conditional-value": "<span class=\"text-xs\">(Beitrittsdatum %1 %2)</span>",
|
||||
"essentials/user.daysregistered-conditional-value": "<span class=\"text-xs\">(Tage registriert %1 %2)</span>"
|
||||
}
|
||||
@@ -12,6 +12,5 @@
|
||||
"settings.stickyToolbar.help": "Die Toolbar auf Themen- und Kategorieseiten bleibt oben an der Seite kleben",
|
||||
"settings.autohideBottombar": "Fußzeile automatisch verbergen",
|
||||
"settings.autohideBottombar.help": "Die Fußzeile wird auf Mobilgeräten versteckt, sobald nach unten gescrollt wird",
|
||||
"settings.openSidebars": "Seitennavigation öffnen",
|
||||
"settings.chatModals": "Chatfenster aktivieren"
|
||||
}
|
||||
@@ -29,7 +29,5 @@
|
||||
"hide-from-groups": "Hide from groups",
|
||||
"start-date": "Start date",
|
||||
"end-date": "End date",
|
||||
"hide-on-mobile": "Hide on mobile",
|
||||
"hide-drafts": "Hide drafts",
|
||||
"show-drafts": "Show drafts"
|
||||
"hide-on-mobile": "Hide on mobile"
|
||||
}
|
||||
@@ -8,7 +8,6 @@
|
||||
"edit-privileges": "Edit Privileges",
|
||||
"select-clear-all": "Select/Clear All",
|
||||
"chat": "Chat",
|
||||
"chat-with-privileged": "Chat with Privileged",
|
||||
"upload-images": "Upload Images",
|
||||
"upload-files": "Upload Files",
|
||||
"signature": "Signature",
|
||||
|
||||
@@ -19,7 +19,6 @@
|
||||
"public-chat": "Public Chats",
|
||||
"follows": "Follows",
|
||||
"upvote": "Upvotes",
|
||||
"awards": "Awards",
|
||||
"new-flags": "New Flags",
|
||||
"my-flags": "Flags assigned to me",
|
||||
"bans": "Bans",
|
||||
@@ -93,6 +92,5 @@
|
||||
"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",
|
||||
"notificationType-new-user-flag": "When a user is flagged",
|
||||
"notificationType-new-reward": "When you earn a new reward"
|
||||
"notificationType-new-user-flag": "When a user is flagged"
|
||||
}
|
||||
@@ -1,10 +0,0 @@
|
||||
{
|
||||
"awarded-x-reputation": "You have been awarded <strong>%1</strong> reputation",
|
||||
"awarded-group-membership": "You have been added to the group <strong>%1</strong>",
|
||||
|
||||
"essentials/user.reputation-conditional-value": "<span class=\"text-xs\">(Reputation %1 %2)</span>",
|
||||
"essentials/user.postcount-conditional-value": "<span class=\"text-xs\">(Post Count %1 %2)</span>",
|
||||
"essentials/user.lastonline-conditional-value": "<span class=\"text-xs\">(Last Online %1 %2)</span>",
|
||||
"essentials/user.joindate-conditional-value": "<span class=\"text-xs\">(Join Date %1 %2)</span>",
|
||||
"essentials/user.daysregistered-conditional-value": "<span class=\"text-xs\">(Days Registered %1 %2)</span>"
|
||||
}
|
||||
@@ -12,6 +12,5 @@
|
||||
"settings.stickyToolbar.help": "The toolbar on topic and category pages will stick to the top of the page",
|
||||
"settings.autohideBottombar": "Auto hide bottom bar",
|
||||
"settings.autohideBottombar.help": "The bottom bar on mobile view will be hidden when the page is scrolled down",
|
||||
"settings.openSidebars": "Open sidebars",
|
||||
"settings.chatModals": "Enable chat modals"
|
||||
}
|
||||
@@ -29,7 +29,5 @@
|
||||
"hide-from-groups": "Hide from groups",
|
||||
"start-date": "Start date",
|
||||
"end-date": "End date",
|
||||
"hide-on-mobile": "Hide on mobile",
|
||||
"hide-drafts": "Hide drafts",
|
||||
"show-drafts": "Show drafts"
|
||||
"hide-on-mobile": "Hide on mobile"
|
||||
}
|
||||
@@ -8,7 +8,6 @@
|
||||
"edit-privileges": "Edit Privileges",
|
||||
"select-clear-all": "Select/Clear All",
|
||||
"chat": "Chat",
|
||||
"chat-with-privileged": "Chat with Privileged",
|
||||
"upload-images": "Upload Images",
|
||||
"upload-files": "Upload Files",
|
||||
"signature": "Signature",
|
||||
|
||||
@@ -21,7 +21,6 @@
|
||||
"public-chat": "Public Chats",
|
||||
"follows": "Follows",
|
||||
"upvote": "Upvotes",
|
||||
"awards": "Awards",
|
||||
"new-flags": "New Flags",
|
||||
"my-flags": "Flags assigned to me",
|
||||
"bans": "Bans",
|
||||
@@ -101,6 +100,5 @@
|
||||
"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",
|
||||
"notificationType-new-user-flag": "When a user is flagged",
|
||||
"notificationType-new-reward": "When you earn a new reward"
|
||||
"notificationType-new-user-flag": "When a user is flagged"
|
||||
}
|
||||
|
||||
@@ -1,10 +0,0 @@
|
||||
{
|
||||
"awarded-x-reputation": "You have been awarded <strong>%1</strong> reputation",
|
||||
"awarded-group-membership": "You have been added to the group <strong>%1</strong>",
|
||||
|
||||
"essentials/user.reputation-conditional-value": "<span class=\"text-xs\">(Reputation %1 %2)</span>",
|
||||
"essentials/user.postcount-conditional-value": "<span class=\"text-xs\">(Post Count %1 %2)</span>",
|
||||
"essentials/user.lastonline-conditional-value": "<span class=\"text-xs\">(Last Online %1 %2)</span>",
|
||||
"essentials/user.joindate-conditional-value": "<span class=\"text-xs\">(Join Date %1 %2)</span>",
|
||||
"essentials/user.daysregistered-conditional-value": "<span class=\"text-xs\">(Days Registered %1 %2)</span>"
|
||||
}
|
||||
@@ -12,6 +12,5 @@
|
||||
"settings.stickyToolbar.help": "The toolbar on topic and category pages will stick to the top of the page",
|
||||
"settings.autohideBottombar": "Auto hide bottom bar",
|
||||
"settings.autohideBottombar.help": "The bottom bar on mobile view will be hidden when the page is scrolled down",
|
||||
"settings.openSidebars": "Open sidebars",
|
||||
"settings.chatModals": "Enable chat modals"
|
||||
}
|
||||
@@ -29,7 +29,5 @@
|
||||
"hide-from-groups": "Hide from groups",
|
||||
"start-date": "Start date",
|
||||
"end-date": "End date",
|
||||
"hide-on-mobile": "Hide on mobile",
|
||||
"hide-drafts": "Hide drafts",
|
||||
"show-drafts": "Show drafts"
|
||||
"hide-on-mobile": "Hide on mobile"
|
||||
}
|
||||
@@ -8,7 +8,6 @@
|
||||
"edit-privileges": "Edit Privileges",
|
||||
"select-clear-all": "Select/Clear All",
|
||||
"chat": "Chat",
|
||||
"chat-with-privileged": "Chat with Privileged",
|
||||
"upload-images": "Upload Images",
|
||||
"upload-files": "Upload Files",
|
||||
"signature": "Signature",
|
||||
|
||||
@@ -19,7 +19,6 @@
|
||||
"public-chat": "Public Chats",
|
||||
"follows": "Follows",
|
||||
"upvote": "Upvotes",
|
||||
"awards": "Awards",
|
||||
"new-flags": "New Flags",
|
||||
"my-flags": "Flags assigned to me",
|
||||
"bans": "Bans",
|
||||
@@ -93,6 +92,5 @@
|
||||
"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",
|
||||
"notificationType-new-user-flag": "When a user is flagged",
|
||||
"notificationType-new-reward": "When you earn a new reward"
|
||||
"notificationType-new-user-flag": "When a user is flagged"
|
||||
}
|
||||
@@ -1,10 +0,0 @@
|
||||
{
|
||||
"awarded-x-reputation": "You have been awarded <strong>%1</strong> reputation",
|
||||
"awarded-group-membership": "You have been added to the group <strong>%1</strong>",
|
||||
|
||||
"essentials/user.reputation-conditional-value": "<span class=\"text-xs\">(Reputation %1 %2)</span>",
|
||||
"essentials/user.postcount-conditional-value": "<span class=\"text-xs\">(Post Count %1 %2)</span>",
|
||||
"essentials/user.lastonline-conditional-value": "<span class=\"text-xs\">(Last Online %1 %2)</span>",
|
||||
"essentials/user.joindate-conditional-value": "<span class=\"text-xs\">(Join Date %1 %2)</span>",
|
||||
"essentials/user.daysregistered-conditional-value": "<span class=\"text-xs\">(Days Registered %1 %2)</span>"
|
||||
}
|
||||
@@ -12,6 +12,5 @@
|
||||
"settings.stickyToolbar.help": "The toolbar on topic and category pages will stick to the top of the page",
|
||||
"settings.autohideBottombar": "Auto hide bottom bar",
|
||||
"settings.autohideBottombar.help": "The bottom bar on mobile view will be hidden when the page is scrolled down",
|
||||
"settings.openSidebars": "Open sidebars",
|
||||
"settings.chatModals": "Enable chat modals"
|
||||
}
|
||||
@@ -29,7 +29,5 @@
|
||||
"hide-from-groups": "Hide from groups",
|
||||
"start-date": "Start date",
|
||||
"end-date": "End date",
|
||||
"hide-on-mobile": "Hide on mobile",
|
||||
"hide-drafts": "Hide drafts",
|
||||
"show-drafts": "Show drafts"
|
||||
"hide-on-mobile": "Hide on mobile"
|
||||
}
|
||||
@@ -8,7 +8,6 @@
|
||||
"edit-privileges": "Edit Privileges",
|
||||
"select-clear-all": "Select/Clear All",
|
||||
"chat": "Chat",
|
||||
"chat-with-privileged": "Chat with Privileged",
|
||||
"upload-images": "Upload Images",
|
||||
"upload-files": "Upload Files",
|
||||
"signature": "Signature",
|
||||
|
||||
@@ -19,7 +19,6 @@
|
||||
"public-chat": "Public Chats",
|
||||
"follows": "Follows",
|
||||
"upvote": "Upvotes",
|
||||
"awards": "Awards",
|
||||
"new-flags": "New Flags",
|
||||
"my-flags": "Flags assigned to me",
|
||||
"bans": "Bans",
|
||||
@@ -93,6 +92,5 @@
|
||||
"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",
|
||||
"notificationType-new-user-flag": "When a user is flagged",
|
||||
"notificationType-new-reward": "When you earn a new reward"
|
||||
"notificationType-new-user-flag": "When a user is flagged"
|
||||
}
|
||||
@@ -1,10 +0,0 @@
|
||||
{
|
||||
"awarded-x-reputation": "You have been awarded <strong>%1</strong> reputation",
|
||||
"awarded-group-membership": "You have been added to the group <strong>%1</strong>",
|
||||
|
||||
"essentials/user.reputation-conditional-value": "<span class=\"text-xs\">(Reputation %1 %2)</span>",
|
||||
"essentials/user.postcount-conditional-value": "<span class=\"text-xs\">(Post Count %1 %2)</span>",
|
||||
"essentials/user.lastonline-conditional-value": "<span class=\"text-xs\">(Last Online %1 %2)</span>",
|
||||
"essentials/user.joindate-conditional-value": "<span class=\"text-xs\">(Join Date %1 %2)</span>",
|
||||
"essentials/user.daysregistered-conditional-value": "<span class=\"text-xs\">(Days Registered %1 %2)</span>"
|
||||
}
|
||||
@@ -12,6 +12,5 @@
|
||||
"settings.stickyToolbar.help": "The toolbar on topic and category pages will stick to the top of the page",
|
||||
"settings.autohideBottombar": "Auto hide bottom bar",
|
||||
"settings.autohideBottombar.help": "The bottom bar on mobile view will be hidden when the page is scrolled down",
|
||||
"settings.openSidebars": "Open sidebars",
|
||||
"settings.chatModals": "Enable chat modals"
|
||||
}
|
||||
@@ -29,7 +29,5 @@
|
||||
"hide-from-groups": "Hide from groups",
|
||||
"start-date": "Start date",
|
||||
"end-date": "End date",
|
||||
"hide-on-mobile": "Ocultar en móviles",
|
||||
"hide-drafts": "Hide drafts",
|
||||
"show-drafts": "Show drafts"
|
||||
"hide-on-mobile": "Ocultar en móviles"
|
||||
}
|
||||
@@ -8,7 +8,6 @@
|
||||
"edit-privileges": "Edit Privileges",
|
||||
"select-clear-all": "Select/Clear All",
|
||||
"chat": "Chat",
|
||||
"chat-with-privileged": "Chat with Privileged",
|
||||
"upload-images": "Subir imágenes",
|
||||
"upload-files": "Subir Archivos",
|
||||
"signature": "Firma",
|
||||
|
||||
@@ -19,7 +19,6 @@
|
||||
"public-chat": "Public Chats",
|
||||
"follows": "Seguidores",
|
||||
"upvote": "Votos positivos",
|
||||
"awards": "Awards",
|
||||
"new-flags": "Nuevos reportes",
|
||||
"my-flags": "Reportado asignado a mí",
|
||||
"bans": "Baneos",
|
||||
@@ -93,6 +92,5 @@
|
||||
"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",
|
||||
"notificationType-new-user-flag": "Cuando un usuario es denunciado",
|
||||
"notificationType-new-reward": "When you earn a new reward"
|
||||
"notificationType-new-user-flag": "Cuando un usuario es denunciado"
|
||||
}
|
||||
@@ -1,10 +0,0 @@
|
||||
{
|
||||
"awarded-x-reputation": "You have been awarded <strong>%1</strong> reputation",
|
||||
"awarded-group-membership": "You have been added to the group <strong>%1</strong>",
|
||||
|
||||
"essentials/user.reputation-conditional-value": "<span class=\"text-xs\">(Reputation %1 %2)</span>",
|
||||
"essentials/user.postcount-conditional-value": "<span class=\"text-xs\">(Post Count %1 %2)</span>",
|
||||
"essentials/user.lastonline-conditional-value": "<span class=\"text-xs\">(Last Online %1 %2)</span>",
|
||||
"essentials/user.joindate-conditional-value": "<span class=\"text-xs\">(Join Date %1 %2)</span>",
|
||||
"essentials/user.daysregistered-conditional-value": "<span class=\"text-xs\">(Days Registered %1 %2)</span>"
|
||||
}
|
||||
@@ -12,6 +12,5 @@
|
||||
"settings.stickyToolbar.help": "The toolbar on topic and category pages will stick to the top of the page",
|
||||
"settings.autohideBottombar": "Auto hide bottom bar",
|
||||
"settings.autohideBottombar.help": "The bottom bar on mobile view will be hidden when the page is scrolled down",
|
||||
"settings.openSidebars": "Open sidebars",
|
||||
"settings.chatModals": "Enable chat modals"
|
||||
}
|
||||
@@ -29,7 +29,5 @@
|
||||
"hide-from-groups": "Hide from groups",
|
||||
"start-date": "Start date",
|
||||
"end-date": "End date",
|
||||
"hide-on-mobile": "Hide on mobile",
|
||||
"hide-drafts": "Hide drafts",
|
||||
"show-drafts": "Show drafts"
|
||||
"hide-on-mobile": "Hide on mobile"
|
||||
}
|
||||
@@ -8,7 +8,6 @@
|
||||
"edit-privileges": "Edit Privileges",
|
||||
"select-clear-all": "Select/Clear All",
|
||||
"chat": "Chat",
|
||||
"chat-with-privileged": "Chat with Privileged",
|
||||
"upload-images": "Upload Images",
|
||||
"upload-files": "Upload Files",
|
||||
"signature": "Signature",
|
||||
|
||||
@@ -19,7 +19,6 @@
|
||||
"public-chat": "Public Chats",
|
||||
"follows": "Follows",
|
||||
"upvote": "Upvotes",
|
||||
"awards": "Awards",
|
||||
"new-flags": "New Flags",
|
||||
"my-flags": "Flags assigned to me",
|
||||
"bans": "Bans",
|
||||
@@ -93,6 +92,5 @@
|
||||
"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",
|
||||
"notificationType-new-user-flag": "When a user is flagged",
|
||||
"notificationType-new-reward": "When you earn a new reward"
|
||||
"notificationType-new-user-flag": "When a user is flagged"
|
||||
}
|
||||
@@ -1,10 +0,0 @@
|
||||
{
|
||||
"awarded-x-reputation": "You have been awarded <strong>%1</strong> reputation",
|
||||
"awarded-group-membership": "You have been added to the group <strong>%1</strong>",
|
||||
|
||||
"essentials/user.reputation-conditional-value": "<span class=\"text-xs\">(Reputation %1 %2)</span>",
|
||||
"essentials/user.postcount-conditional-value": "<span class=\"text-xs\">(Post Count %1 %2)</span>",
|
||||
"essentials/user.lastonline-conditional-value": "<span class=\"text-xs\">(Last Online %1 %2)</span>",
|
||||
"essentials/user.joindate-conditional-value": "<span class=\"text-xs\">(Join Date %1 %2)</span>",
|
||||
"essentials/user.daysregistered-conditional-value": "<span class=\"text-xs\">(Days Registered %1 %2)</span>"
|
||||
}
|
||||
@@ -12,6 +12,5 @@
|
||||
"settings.stickyToolbar.help": "The toolbar on topic and category pages will stick to the top of the page",
|
||||
"settings.autohideBottombar": "Auto hide bottom bar",
|
||||
"settings.autohideBottombar.help": "The bottom bar on mobile view will be hidden when the page is scrolled down",
|
||||
"settings.openSidebars": "Open sidebars",
|
||||
"settings.chatModals": "Enable chat modals"
|
||||
}
|
||||
@@ -29,7 +29,5 @@
|
||||
"hide-from-groups": "Hide from groups",
|
||||
"start-date": "Start date",
|
||||
"end-date": "End date",
|
||||
"hide-on-mobile": "Hide on mobile",
|
||||
"hide-drafts": "Hide drafts",
|
||||
"show-drafts": "Show drafts"
|
||||
"hide-on-mobile": "Hide on mobile"
|
||||
}
|
||||
@@ -8,7 +8,6 @@
|
||||
"edit-privileges": "Edit Privileges",
|
||||
"select-clear-all": "انتخاب/ حذف همه ",
|
||||
"chat": "چت",
|
||||
"chat-with-privileged": "Chat with Privileged",
|
||||
"upload-images": "Upload Images",
|
||||
"upload-files": "Upload Files",
|
||||
"signature": "Signature",
|
||||
|
||||
@@ -19,7 +19,6 @@
|
||||
"public-chat": "Public Chats",
|
||||
"follows": "دنبال کننده ها",
|
||||
"upvote": "رای های مثبت",
|
||||
"awards": "Awards",
|
||||
"new-flags": "گزارش های جدید",
|
||||
"my-flags": "گزارش های اختصاص یافته به من",
|
||||
"bans": "اخراجی ها",
|
||||
@@ -93,6 +92,5 @@
|
||||
"notificationType-new-register": "وقتی کسی به صف ثبت نام اضافه می شود",
|
||||
"notificationType-post-queue": "هنگامی که پست جدیدی در صف قرار می گیرد",
|
||||
"notificationType-new-post-flag": "هنگامی که پستی گزارش می شود",
|
||||
"notificationType-new-user-flag": "هنگامی که کاربری گزارش می شود",
|
||||
"notificationType-new-reward": "When you earn a new reward"
|
||||
"notificationType-new-user-flag": "هنگامی که کاربری گزارش می شود"
|
||||
}
|
||||
@@ -1,10 +0,0 @@
|
||||
{
|
||||
"awarded-x-reputation": "You have been awarded <strong>%1</strong> reputation",
|
||||
"awarded-group-membership": "You have been added to the group <strong>%1</strong>",
|
||||
|
||||
"essentials/user.reputation-conditional-value": "<span class=\"text-xs\">(Reputation %1 %2)</span>",
|
||||
"essentials/user.postcount-conditional-value": "<span class=\"text-xs\">(Post Count %1 %2)</span>",
|
||||
"essentials/user.lastonline-conditional-value": "<span class=\"text-xs\">(Last Online %1 %2)</span>",
|
||||
"essentials/user.joindate-conditional-value": "<span class=\"text-xs\">(Join Date %1 %2)</span>",
|
||||
"essentials/user.daysregistered-conditional-value": "<span class=\"text-xs\">(Days Registered %1 %2)</span>"
|
||||
}
|
||||
@@ -12,6 +12,5 @@
|
||||
"settings.stickyToolbar.help": "نوار ابزار در تاپیک و صفحه دسته بدی ها در بالای صفحه ثابت میماند",
|
||||
"settings.autohideBottombar": "مخفی کردن اتوماتیک منوی پایینی ",
|
||||
"settings.autohideBottombar.help": "وقتی صفحه به پایین اسکرول می شود، منوی پایین در نمایش گوشی مخفی خواهد شد ",
|
||||
"settings.openSidebars": "Open sidebars",
|
||||
"settings.chatModals": "فعال کردن پنجره کوچک برای چت "
|
||||
}
|
||||
@@ -29,7 +29,5 @@
|
||||
"hide-from-groups": "Hide from groups",
|
||||
"start-date": "Start date",
|
||||
"end-date": "End date",
|
||||
"hide-on-mobile": "Hide on mobile",
|
||||
"hide-drafts": "Hide drafts",
|
||||
"show-drafts": "Show drafts"
|
||||
"hide-on-mobile": "Hide on mobile"
|
||||
}
|
||||
@@ -8,7 +8,6 @@
|
||||
"edit-privileges": "Edit Privileges",
|
||||
"select-clear-all": "Select/Clear All",
|
||||
"chat": "Chat",
|
||||
"chat-with-privileged": "Chat with Privileged",
|
||||
"upload-images": "Upload Images",
|
||||
"upload-files": "Upload Files",
|
||||
"signature": "Signature",
|
||||
|
||||
@@ -19,7 +19,6 @@
|
||||
"public-chat": "Public Chats",
|
||||
"follows": "Seuratut",
|
||||
"upvote": "Tykkäykset",
|
||||
"awards": "Awards",
|
||||
"new-flags": "New Flags",
|
||||
"my-flags": "Flags assigned to me",
|
||||
"bans": "Bans",
|
||||
@@ -93,6 +92,5 @@
|
||||
"notificationType-new-register": "Kun joku lisätään rekisteröintijonoon",
|
||||
"notificationType-post-queue": "Kun uusi viesti tulee jonoon",
|
||||
"notificationType-new-post-flag": "When a post is flagged",
|
||||
"notificationType-new-user-flag": "When a user is flagged",
|
||||
"notificationType-new-reward": "When you earn a new reward"
|
||||
"notificationType-new-user-flag": "When a user is flagged"
|
||||
}
|
||||
@@ -1,10 +0,0 @@
|
||||
{
|
||||
"awarded-x-reputation": "You have been awarded <strong>%1</strong> reputation",
|
||||
"awarded-group-membership": "You have been added to the group <strong>%1</strong>",
|
||||
|
||||
"essentials/user.reputation-conditional-value": "<span class=\"text-xs\">(Reputation %1 %2)</span>",
|
||||
"essentials/user.postcount-conditional-value": "<span class=\"text-xs\">(Post Count %1 %2)</span>",
|
||||
"essentials/user.lastonline-conditional-value": "<span class=\"text-xs\">(Last Online %1 %2)</span>",
|
||||
"essentials/user.joindate-conditional-value": "<span class=\"text-xs\">(Join Date %1 %2)</span>",
|
||||
"essentials/user.daysregistered-conditional-value": "<span class=\"text-xs\">(Days Registered %1 %2)</span>"
|
||||
}
|
||||
@@ -12,6 +12,5 @@
|
||||
"settings.stickyToolbar.help": "The toolbar on topic and category pages will stick to the top of the page",
|
||||
"settings.autohideBottombar": "Auto hide bottom bar",
|
||||
"settings.autohideBottombar.help": "The bottom bar on mobile view will be hidden when the page is scrolled down",
|
||||
"settings.openSidebars": "Open sidebars",
|
||||
"settings.chatModals": "Enable chat modals"
|
||||
}
|
||||
@@ -17,7 +17,7 @@
|
||||
"mongo.file-size": "Taille de fichier",
|
||||
"mongo.resident-memory": "Mémoire résidente",
|
||||
"mongo.virtual-memory": "Mémoire virtuelle",
|
||||
"mongo.mapped-memory": "Mémoire mappée",
|
||||
"mongo.mapped-memory": "Mapped Memory",
|
||||
"mongo.bytes-in": "Données entrées",
|
||||
"mongo.bytes-out": "Données sorties",
|
||||
"mongo.num-requests": "Nombre de requêtes",
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"none-installed": "Aucun widget trouvé ! Activez le plugin Widget Essentials dans le panneau de <a href=\"%1\">configuration des plugins</a>.",
|
||||
"clone-from": "Cloner le widget",
|
||||
"containers.available": "Conteneurs disponibles",
|
||||
"containers.explanation": "Glisser et déposer sur n'importe quel widget",
|
||||
"containers.explanation": "Drag and drop on top of any widget",
|
||||
"containers.none": "Aucun",
|
||||
"container.well": "Well",
|
||||
"container.jumbotron": "Jombotron",
|
||||
@@ -29,7 +29,5 @@
|
||||
"hide-from-groups": "Masquer pour les groupes",
|
||||
"start-date": "Date de début",
|
||||
"end-date": "Date de fin",
|
||||
"hide-on-mobile": "Masquer sur mobile",
|
||||
"hide-drafts": "Hide drafts",
|
||||
"show-drafts": "Show drafts"
|
||||
"hide-on-mobile": "Masquer sur mobile"
|
||||
}
|
||||
@@ -8,7 +8,6 @@
|
||||
"edit-privileges": "Éditer les privilèges",
|
||||
"select-clear-all": "Tout Sélectionner / Tout effacer",
|
||||
"chat": "Chat",
|
||||
"chat-with-privileged": "Discussion avec privilèges",
|
||||
"upload-images": "Images envoyées",
|
||||
"upload-files": "Fichiers envoyés",
|
||||
"signature": "Signature",
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
"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 suivez maintenant les mises à jour de cette catégorie et de ses sous-catégories",
|
||||
"watching.message": "Vous suivez les mises à jour de cette catégorie et de ses sous-catégories.",
|
||||
"notwatching.message": "Vous ne suivez aucune mise à 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 ses sous-catégories.",
|
||||
"watched-categories": "Catégories surveillées",
|
||||
|
||||
@@ -184,7 +184,7 @@
|
||||
"post-flagged-too-many-times": "Ce message a déjà été signalé par d'autres",
|
||||
"user-flagged-too-many-times": "Cet utilisateur a déjà été signalé par d'autres",
|
||||
"cant-flag-privileged": "Vous n'êtes pas autorisé à signaler les profils ou le contenu des utilisateurs privilégiés (modérateurs / modérateurs globaux / administrateurs)",
|
||||
"cant-locate-flag-report": "Impossible de trouver le signalement",
|
||||
"cant-locate-flag-report": "Cannot locate flag report",
|
||||
"self-vote": "Vous ne pouvez pas voter sur votre propre message",
|
||||
"too-many-upvotes-today": "Vous ne pouvez voter %1 fois par jour",
|
||||
"too-many-upvotes-today-user": "Vous ne pouvez voter pour un utilisateur %1 fois par jour",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"state": "Etat",
|
||||
"report": "Rapport",
|
||||
"report": "Report",
|
||||
"reports": "Rapports",
|
||||
"first-reported": "Premier rapport",
|
||||
"no-flags": "Excellent ! Aucun signalement trouvé.",
|
||||
@@ -9,8 +9,8 @@
|
||||
"update": "Mettre à jour",
|
||||
"updated": "Mis à jour",
|
||||
"resolved": "Résolu",
|
||||
"report-added": "Ajouté",
|
||||
"report-rescinded": "Résilié",
|
||||
"report-added": "Added",
|
||||
"report-rescinded": "Rescinded",
|
||||
"target-purged": "Le rapport pour ce signalement a été supprimé et n'est plus accessible",
|
||||
"target-aboutme-empty": "Cet utilisateur n'a pas de \"À propos de moi\".",
|
||||
|
||||
|
||||
@@ -9,13 +9,13 @@
|
||||
"chat.chat-with-usernames-and-x-others": "Discuter avec %1 & %2 autres",
|
||||
"chat.send": "Envoyer",
|
||||
"chat.no-active": "Vous n'avez aucune discussion en cours.",
|
||||
"chat.user-typing-1": "<strong>%1</strong> est en train d'écrire...",
|
||||
"chat.user-typing-2": "<strong>%1</strong> et <strong>%2</strong> sont en train d'écrire...",
|
||||
"chat.user-typing-3": "<strong>%1</strong>, <strong>%2</strong> et <strong>%3</strong> sont en train d'écrire...",
|
||||
"chat.user-typing-n": "<strong>%1</strong>, <strong>%2</strong> et <strong>%3</strong> autres sont en train d'écrire...",
|
||||
"chat.user-typing-1": "%1 est en train d'écrire...",
|
||||
"chat.user-typing-2": "%1 et %2 sont en train d'écrire...",
|
||||
"chat.user-typing-3": "%1, %2 et %3 sont en train d'écrire...",
|
||||
"chat.user-typing-n": "%1, %2 et %3 autres sont en train d'écrire...",
|
||||
"chat.user-has-messaged-you": "%1 vous a envoyé un message.",
|
||||
"chat.replying-to": "En réponse à %1",
|
||||
"chat.see-all": "Tous les salons",
|
||||
"chat.see-all": "Toutes les discussions",
|
||||
"chat.mark-all-read": "Marquer tout comme lu",
|
||||
"chat.no-messages": "Veuillez sélectionner un destinataire pour voir l'historique des discussions",
|
||||
"chat.no-users-in-room": "Aucun participant à cette discussion",
|
||||
@@ -55,7 +55,7 @@
|
||||
"chat.add-user-help": "Rechercher des utilisateurs ici. Lorsque cette option est sélectionnée, l'utilisateur sera ajouté à l'espace de discussion. Le nouvel utilisateur ne pourra pas visualiser les échanges avant d'être ajouté à la conversation. Seuls les propriétaires de l'espace de discussion (<i class=\"fa fa-star text-warning\"></i>) peuvent supprimer des utilisateurs.",
|
||||
"chat.confirm-chat-with-dnd-user": "Cet utilisateur a son statut en mode \"Ne pas déranger\". Voulez-vous quand même discuter avec lui ?",
|
||||
"chat.room-name-optional": "Nommer l'espace de discussion (optionnel)",
|
||||
"chat.rename-room": "Renommer le salon",
|
||||
"chat.rename-room": "Renommer l'espace de discussion",
|
||||
"chat.rename-placeholder": "Entrer le nom ici",
|
||||
"chat.rename-help": "Le nom de l'espace de discussion défini ici sera visible par tous les participants à la discussion.",
|
||||
"chat.leave": "Partir",
|
||||
@@ -63,7 +63,7 @@
|
||||
"chat.leave-prompt": "Êtes-vous sûr de vouloir quitter la discussion ?",
|
||||
"chat.leave-help": "Si vous quittez vous ne pourrez plus suivre la discussion. Si vous êtes de nouveau ajouté, vous ne verrez aucun historique de la discussion avant votre réintégration.",
|
||||
"chat.delete": "Supprimer",
|
||||
"chat.delete-room": "Supprimer le salon",
|
||||
"chat.delete-room": "Supprimer l'espace de discussion",
|
||||
"chat.delete-prompt": "Êtes-vous sûr de vouloir supprimer cet espace de discussion ?",
|
||||
"chat.in-room": "Dans cet espace de discussion",
|
||||
"chat.kick": "Exclure",
|
||||
|
||||
@@ -19,7 +19,6 @@
|
||||
"public-chat": "Discussions publiques",
|
||||
"follows": "Suivis",
|
||||
"upvote": "Votes positifs",
|
||||
"awards": "Récompenses",
|
||||
"new-flags": "Nouveaux signalements",
|
||||
"my-flags": "Signalements qui me sont assignés",
|
||||
"bans": "Bannissements",
|
||||
@@ -93,6 +92,5 @@
|
||||
"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é",
|
||||
"notificationType-new-user-flag": "Lorsque un utilisateur est marqué",
|
||||
"notificationType-new-reward": "Lorsque vous gagnez une nouvelle récompense"
|
||||
"notificationType-new-user-flag": "Lorsque un utilisateur est marqué"
|
||||
}
|
||||
@@ -1,10 +0,0 @@
|
||||
{
|
||||
"awarded-x-reputation": "Vous avez obtenu <strong>%1</strong> de réputation",
|
||||
"awarded-group-membership": "Vous avez été ajouté au groupe <strong>%1</strong>",
|
||||
|
||||
"essentials/user.reputation-conditional-value": "<span class=\"text-xs\">(Réputation %1 %2)</span>",
|
||||
"essentials/user.postcount-conditional-value": "<span class=\"text-xs\">(Nombre de messages %1 %2)",
|
||||
"essentials/user.lastonline-conditional-value": "<span class=\"text-xs\">(Dernière connexion %1 %2)</span>",
|
||||
"essentials/user.joindate-conditional-value": "<span class=\"text-xs\">(Date d'inscription %1 %2)</span>",
|
||||
"essentials/user.daysregistered-conditional-value": "<span class=\"text-xs\">(Jours enregistrés %1 %2)</span>"
|
||||
}
|
||||
@@ -12,6 +12,5 @@
|
||||
"settings.stickyToolbar.help": "La barre d'outils sur les pages de sujets et de catégories restera en haut de la page",
|
||||
"settings.autohideBottombar": "Masquer automatiquement la barre inférieure",
|
||||
"settings.autohideBottombar.help": "La barre inférieure sur mobile sera masquée lorsque la page défilera vers le bas",
|
||||
"settings.openSidebars": "Barres latérales ouvertes",
|
||||
"settings.chatModals": "Activer les discussions"
|
||||
}
|
||||
@@ -5,7 +5,7 @@
|
||||
"mark-as-read": "Marquer comme lu",
|
||||
"selected": "Sélectionnés",
|
||||
"all": "Tous",
|
||||
"all-categories": "Toutes les catégories",
|
||||
"all-categories": "Toutes Catégories",
|
||||
"topics-marked-as-read.success": "Sujets marqués comme lus !",
|
||||
"all-topics": "Tous les sujets",
|
||||
"new-topics": "Nouveau sujet",
|
||||
|
||||
@@ -10,9 +10,9 @@
|
||||
"confirm-email": "Confirmer l'adresse e-mail",
|
||||
"account-info": "Informations du compte",
|
||||
"admin-actions-label": "Modération",
|
||||
"ban-account": "Bannir le compte",
|
||||
"ban-account": "Bannir le <strong>compte</strong>",
|
||||
"ban-account-confirm": "Êtes-vous sûr de bien vouloir bannir cet utilisateur ?",
|
||||
"unban-account": "Rétablir le compte",
|
||||
"unban-account": "Rétablir le <strong>compte</strong>",
|
||||
"mute-account": "Compte muet",
|
||||
"unmute-account": "Compte actif",
|
||||
"delete-account": "Supprimer le compte",
|
||||
@@ -82,13 +82,13 @@
|
||||
"password": "Mot de passe",
|
||||
"username-taken-workaround": "Le nom d'utilisateur souhaité est déjà utilisé, nous l'avons donc légèrement modifié. Vous êtes maintenant connu comme <strong>%1</strong>",
|
||||
"password-same-as-username": "Votre mot de passe est identique à votre nom d'utilisateur. Veuillez en choisir un autre.",
|
||||
"password-same-as-email": "Votre mot de passe est identique à votre adresse e-mail. Veuillez en choisir un autre.",
|
||||
"password-same-as-email": "Votre mot de passe est identique à votre adresse email. Veuillez en choisir un autre.",
|
||||
"weak-password": "Sécurité du mot de passe faible.",
|
||||
"upload-picture": "Envoyer l'image",
|
||||
"upload-a-picture": "Envoyer une image",
|
||||
"remove-uploaded-picture": "Supprimer l'image envoyée",
|
||||
"upload-cover-picture": "Envoyer une image de couverture",
|
||||
"remove-cover-picture-confirm": "Êtes-vous sûr(e) de vouloir supprimer l'image de couverture ?",
|
||||
"remove-cover-picture-confirm": "Êtes-vous sûr de vouloir supprimer l'image de couverture ?",
|
||||
"crop-picture": "Découper l’image",
|
||||
"upload-cropped-picture": "Découper et envoyer",
|
||||
"avatar-background-colour": "Couleur d'arrière plan",
|
||||
@@ -97,21 +97,21 @@
|
||||
"show-fullname": "Afficher mon nom complet",
|
||||
"restrict-chats": "Autoriser la réception de messages ne provenant que des personnes auxquelles je suis abonné",
|
||||
"digest-label": "S’inscrire aux lettres de suivi d'activités",
|
||||
"digest-description": "S'abonner par e-mail aux mises à jour de ce forum (nouvelles notifications et nouveaux sujets) selon le planning sélectionné.",
|
||||
"digest-description": "S'abonner par e-mail aux mises à jours de ce forum (nouvelles notifications et nouveaux sujets) selon le planning sélectionné.",
|
||||
"digest-off": "Désactivé",
|
||||
"digest-daily": "Quotidien",
|
||||
"digest-weekly": "Hebdomadaire",
|
||||
"digest-biweekly": "Bihebdomadaire ",
|
||||
"digest-biweekly": "Deux fois par semaine",
|
||||
"digest-monthly": "Mensuel",
|
||||
"has-no-follower": "Cet utilisateur n'a pas encore d'abonné :(",
|
||||
"follows-no-one": "Cet utilisateur n'est abonné à personne :(",
|
||||
"has-no-posts": "Cet utilisateur n'a encore rien posté.",
|
||||
"has-no-best-posts": "Cet utilisateur n'a pas encore d'avis positif.",
|
||||
"has-no-best-posts": "Cet utilisateur n'a pas encore d'avis positif",
|
||||
"has-no-topics": "Cet utilisateur n'a encore créé aucun sujet.",
|
||||
"has-no-watched-topics": "Cet utilisateur ne s'est encore abonné à aucun sujet.",
|
||||
"has-no-ignored-topics": "Cet utilisateur n'a encore ignoré aucun sujet.",
|
||||
"has-no-upvoted-posts": "Cet utilisateur n'a pas encore donné d'avis positif.",
|
||||
"has-no-downvoted-posts": "Cet utilisateur n'a pas donné d'avis négatif.",
|
||||
"has-no-upvoted-posts": "Cet utilisateur n'a donné d'avis positifs",
|
||||
"has-no-downvoted-posts": "Cet utilisateur n'a pas donné d'avis négatifs",
|
||||
"has-no-controversial-posts": "Cet utilisateur n'a pas encore d'avis négatif.",
|
||||
"has-no-blocks": "Vous n'avez bloqué aucun utilisateur.",
|
||||
"email-hidden": "E-mail masqué",
|
||||
|
||||
@@ -29,7 +29,5 @@
|
||||
"hide-from-groups": "Hide from groups",
|
||||
"start-date": "Start date",
|
||||
"end-date": "End date",
|
||||
"hide-on-mobile": "Hide on mobile",
|
||||
"hide-drafts": "Hide drafts",
|
||||
"show-drafts": "Show drafts"
|
||||
"hide-on-mobile": "Hide on mobile"
|
||||
}
|
||||
@@ -8,7 +8,6 @@
|
||||
"edit-privileges": "Edit Privileges",
|
||||
"select-clear-all": "Select/Clear All",
|
||||
"chat": "Chat",
|
||||
"chat-with-privileged": "Chat with Privileged",
|
||||
"upload-images": "Upload Images",
|
||||
"upload-files": "Upload Files",
|
||||
"signature": "Signature",
|
||||
|
||||
@@ -19,7 +19,6 @@
|
||||
"public-chat": "Public Chats",
|
||||
"follows": "Follows",
|
||||
"upvote": "Upvotes",
|
||||
"awards": "Awards",
|
||||
"new-flags": "New Flags",
|
||||
"my-flags": "Flags assigned to me",
|
||||
"bans": "Bans",
|
||||
@@ -93,6 +92,5 @@
|
||||
"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",
|
||||
"notificationType-new-user-flag": "When a user is flagged",
|
||||
"notificationType-new-reward": "When you earn a new reward"
|
||||
"notificationType-new-user-flag": "When a user is flagged"
|
||||
}
|
||||
@@ -1,10 +0,0 @@
|
||||
{
|
||||
"awarded-x-reputation": "You have been awarded <strong>%1</strong> reputation",
|
||||
"awarded-group-membership": "You have been added to the group <strong>%1</strong>",
|
||||
|
||||
"essentials/user.reputation-conditional-value": "<span class=\"text-xs\">(Reputation %1 %2)</span>",
|
||||
"essentials/user.postcount-conditional-value": "<span class=\"text-xs\">(Post Count %1 %2)</span>",
|
||||
"essentials/user.lastonline-conditional-value": "<span class=\"text-xs\">(Last Online %1 %2)</span>",
|
||||
"essentials/user.joindate-conditional-value": "<span class=\"text-xs\">(Join Date %1 %2)</span>",
|
||||
"essentials/user.daysregistered-conditional-value": "<span class=\"text-xs\">(Days Registered %1 %2)</span>"
|
||||
}
|
||||
@@ -12,6 +12,5 @@
|
||||
"settings.stickyToolbar.help": "The toolbar on topic and category pages will stick to the top of the page",
|
||||
"settings.autohideBottombar": "Auto hide bottom bar",
|
||||
"settings.autohideBottombar.help": "The bottom bar on mobile view will be hidden when the page is scrolled down",
|
||||
"settings.openSidebars": "Open sidebars",
|
||||
"settings.chatModals": "Enable chat modals"
|
||||
}
|
||||
@@ -17,7 +17,7 @@
|
||||
"mongo.file-size": "גודל הקובץ",
|
||||
"mongo.resident-memory": "זכרון קיים",
|
||||
"mongo.virtual-memory": "זיכרון וירטואלי",
|
||||
"mongo.mapped-memory": "זיכרון ממופה",
|
||||
"mongo.mapped-memory": "Mapped Memory",
|
||||
"mongo.bytes-in": "ביטים נכנסים",
|
||||
"mongo.bytes-out": "ביטים יוצאים",
|
||||
"mongo.num-requests": "מספר בקשות",
|
||||
|
||||
@@ -29,7 +29,5 @@
|
||||
"hide-from-groups": "יוסתר מקבוצות",
|
||||
"start-date": "תאריך התחלה",
|
||||
"end-date": "תאריך סיום",
|
||||
"hide-on-mobile": "הסתר במובייל",
|
||||
"hide-drafts": "Hide drafts",
|
||||
"show-drafts": "Show drafts"
|
||||
"hide-on-mobile": "הסתר במובייל"
|
||||
}
|
||||
@@ -8,7 +8,6 @@
|
||||
"edit-privileges": "עריכת הרשאות",
|
||||
"select-clear-all": "בחר/נקה הכל",
|
||||
"chat": "צ'אט",
|
||||
"chat-with-privileged": "צ'אט עם מורשים",
|
||||
"upload-images": "העלאת תמונות",
|
||||
"upload-files": "העלאת קבצים",
|
||||
"signature": "חתימה",
|
||||
|
||||
@@ -19,7 +19,6 @@
|
||||
"public-chat": "צ'אטים ציבוריים",
|
||||
"follows": "עוקבים",
|
||||
"upvote": "הצבעות בעד",
|
||||
"awards": "פרסים",
|
||||
"new-flags": "דיווחים חדשים",
|
||||
"my-flags": "דיווחים שהוקצו עבורי",
|
||||
"bans": "הרחקות",
|
||||
@@ -93,6 +92,5 @@
|
||||
"notificationType-new-register": "כאשר מישהו מתווסף לתור הרישום",
|
||||
"notificationType-post-queue": "כאשר פוסט חדש נכנס לתור",
|
||||
"notificationType-new-post-flag": "כאשר פוסט מדווח",
|
||||
"notificationType-new-user-flag": "כאשר מדווחים על משתמש",
|
||||
"notificationType-new-reward": "כאשר אתה מרוויח פרס חדש"
|
||||
"notificationType-new-user-flag": "כאשר מדווחים על משתמש"
|
||||
}
|
||||
@@ -1,10 +0,0 @@
|
||||
{
|
||||
"awarded-x-reputation": "הוענק לך <strong>%1</strong> מוניטין",
|
||||
"awarded-group-membership": "נוספת לקבוצה <strong>%1</strong>",
|
||||
|
||||
"essentials/user.reputation-conditional-value": "<span class=\"text-xs\">(מוניטין %1 %2)</span>",
|
||||
"essentials/user.postcount-conditional-value": "<span class=\"text-xs\">(כמות פוסטים %1 %2)</span>",
|
||||
"essentials/user.lastonline-conditional-value": "<span class=\"text-xs\">(מקוון לאחרונה %1 %2)</span>",
|
||||
"essentials/user.joindate-conditional-value": "<span class=\"text-xs\">(תאריך הצטרפות %1 %2)</span>",
|
||||
"essentials/user.daysregistered-conditional-value": "<span class=\"text-xs\">(ימי ותק %1 %2)</span>"
|
||||
}
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user