mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-03 04:25:55 +01:00
Merge branch 'develop' into activitypub
This commit is contained in:
54
CHANGELOG.md
54
CHANGELOG.md
@@ -1,3 +1,57 @@
|
||||
#### v3.7.3 (2024-04-03)
|
||||
|
||||
##### Chores
|
||||
|
||||
* up ntfy (0058ca68)
|
||||
* incrementing version number - v3.7.2 (cc257e7e)
|
||||
* update changelog for v3.7.2 (277e1787)
|
||||
* incrementing version number - v3.7.1 (712365a5)
|
||||
* incrementing version number - v3.7.0 (9a6153d7)
|
||||
* incrementing version number - v3.6.7 (86a17e38)
|
||||
* incrementing version number - v3.6.6 (6604bf37)
|
||||
* incrementing version number - v3.6.5 (6c653625)
|
||||
* incrementing version number - v3.6.4 (83d131b4)
|
||||
* incrementing version number - v3.6.3 (fc7d2bfd)
|
||||
* incrementing version number - v3.6.2 (0f577a57)
|
||||
* incrementing version number - v3.6.1 (f1a69468)
|
||||
* incrementing version number - v3.6.0 (4cdf85f8)
|
||||
* incrementing version number - v3.5.3 (ed0e8783)
|
||||
* incrementing version number - v3.5.2 (52fbb2da)
|
||||
* incrementing version number - v3.5.1 (4c543488)
|
||||
* incrementing version number - v3.5.0 (d06fb4f0)
|
||||
* incrementing version number - v3.4.3 (5c984250)
|
||||
* incrementing version number - v3.4.2 (3f0dac38)
|
||||
* incrementing version number - v3.4.1 (01e69574)
|
||||
* incrementing version number - v3.4.0 (fd9247c5)
|
||||
* incrementing version number - v3.3.9 (5805e770)
|
||||
* incrementing version number - v3.3.8 (a5603565)
|
||||
* incrementing version number - v3.3.7 (b26f1744)
|
||||
* incrementing version number - v3.3.6 (7fb38792)
|
||||
* incrementing version number - v3.3.4 (a67f84ea)
|
||||
* incrementing version number - v3.3.3 (f94d239b)
|
||||
* incrementing version number - v3.3.2 (ec9dac97)
|
||||
* incrementing version number - v3.3.1 (151cc68f)
|
||||
* incrementing version number - v3.3.0 (fc1ad70f)
|
||||
* incrementing version number - v3.2.3 (b06d3e63)
|
||||
* incrementing version number - v3.2.2 (758ecfcd)
|
||||
* incrementing version number - v3.2.1 (20145074)
|
||||
* incrementing version number - v3.2.0 (9ecac38e)
|
||||
* incrementing version number - v3.1.7 (0b4e81ab)
|
||||
* incrementing version number - v3.1.6 (b3a3b130)
|
||||
* incrementing version number - v3.1.5 (ec19343a)
|
||||
* incrementing version number - v3.1.4 (2452783c)
|
||||
* incrementing version number - v3.1.3 (3b4e9d3f)
|
||||
* incrementing version number - v3.1.2 (40fa3489)
|
||||
* incrementing version number - v3.1.1 (40250733)
|
||||
* incrementing version number - v3.1.0 (0cb386bd)
|
||||
* incrementing version number - v3.0.1 (26f6ea49)
|
||||
* incrementing version number - v3.0.0 (224e08cd)
|
||||
|
||||
##### Bug Fixes
|
||||
|
||||
* change digest to use posts sorting first (3aae9234)
|
||||
* #12452, fix admin/mod image change (c206ccdd)
|
||||
|
||||
#### v3.7.2 (2024-03-27)
|
||||
|
||||
##### Chores
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"name": "nodebb",
|
||||
"license": "GPL-3.0",
|
||||
"description": "NodeBB Forum",
|
||||
"version": "3.7.2",
|
||||
"version": "3.7.3",
|
||||
"homepage": "https://www.nodebb.org",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -29,12 +29,12 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@adactive/bootstrap-tagsinput": "0.8.2",
|
||||
"@fontsource/inter": "5.0.17",
|
||||
"@fontsource/poppins": "5.0.13",
|
||||
"@fontsource/inter": "5.0.18",
|
||||
"@fontsource/poppins": "5.0.14",
|
||||
"@fortawesome/fontawesome-free": "6.5.2",
|
||||
"@isaacs/ttlcache": "1.4.1",
|
||||
"@popperjs/core": "2.11.8",
|
||||
"ace-builds": "1.32.9",
|
||||
"ace-builds": "1.33.1",
|
||||
"archiver": "7.0.1",
|
||||
"async": "3.2.5",
|
||||
"autoprefixer": "10.4.19",
|
||||
@@ -58,8 +58,8 @@
|
||||
"connect-pg-simple": "9.0.1",
|
||||
"connect-redis": "7.1.1",
|
||||
"cookie-parser": "1.4.6",
|
||||
"cron": "3.1.6",
|
||||
"cropperjs": "1.6.1",
|
||||
"cron": "3.1.7",
|
||||
"cropperjs": "1.6.2",
|
||||
"csrf-sync": "4.0.3",
|
||||
"daemon": "1.1.0",
|
||||
"diff": "5.2.0",
|
||||
@@ -74,7 +74,7 @@
|
||||
"helmet": "7.1.0",
|
||||
"html-to-text": "9.0.5",
|
||||
"imagesloaded": "5.0.0",
|
||||
"ipaddr.js": "2.1.0",
|
||||
"ipaddr.js": "2.2.0",
|
||||
"jquery": "3.7.1",
|
||||
"jquery-deserialize": "2.0.0",
|
||||
"jquery-form": "4.3.0",
|
||||
@@ -94,19 +94,19 @@
|
||||
"multiparty": "4.2.3",
|
||||
"nconf": "0.12.1",
|
||||
"nodebb-plugin-2factor": "7.5.0",
|
||||
"nodebb-plugin-composer-default": "10.2.33",
|
||||
"nodebb-plugin-composer-default": "10.2.34",
|
||||
"nodebb-plugin-dbsearch": "6.2.3",
|
||||
"nodebb-plugin-emoji": "5.1.13",
|
||||
"nodebb-plugin-emoji": "5.1.15",
|
||||
"nodebb-plugin-emoji-android": "4.0.0",
|
||||
"nodebb-plugin-markdown": "13.0.0-pre.3",
|
||||
"nodebb-plugin-mentions": "4.5.2",
|
||||
"nodebb-plugin-ntfy": "1.7.4",
|
||||
"nodebb-plugin-spam-be-gone": "2.2.1",
|
||||
"nodebb-plugin-spam-be-gone": "2.2.2",
|
||||
"nodebb-rewards-essentials": "1.0.0",
|
||||
"nodebb-theme-harmony": "2.0.0-pre.17",
|
||||
"nodebb-theme-lavender": "7.1.8",
|
||||
"nodebb-theme-peace": "2.2.4",
|
||||
"nodebb-theme-persona": "13.3.11",
|
||||
"nodebb-theme-persona": "13.3.18",
|
||||
"nodebb-widget-essentials": "7.0.15",
|
||||
"nodemailer": "6.9.13",
|
||||
"nprogress": "0.2.0",
|
||||
@@ -119,12 +119,12 @@
|
||||
"postcss-clean": "1.2.0",
|
||||
"progress-webpack-plugin": "1.0.16",
|
||||
"prompt": "1.3.0",
|
||||
"ioredis": "5.3.2",
|
||||
"ioredis": "5.4.1",
|
||||
"rimraf": "5.0.5",
|
||||
"rss": "1.2.2",
|
||||
"rtlcss": "4.1.1",
|
||||
"sanitize-html": "2.13.0",
|
||||
"sass": "1.72.0",
|
||||
"sass": "1.75.0",
|
||||
"semver": "7.6.0",
|
||||
"serve-favicon": "2.5.0",
|
||||
"sharp": "0.32.6",
|
||||
@@ -146,7 +146,7 @@
|
||||
"webpack": "5.91.0",
|
||||
"webpack-merge": "5.10.0",
|
||||
"winston": "3.13.0",
|
||||
"workerpool": "9.1.0",
|
||||
"workerpool": "9.1.1",
|
||||
"xml": "1.0.1",
|
||||
"xregexp": "5.1.1",
|
||||
"yargs": "17.7.2",
|
||||
@@ -154,8 +154,8 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@apidevtools/swagger-parser": "10.1.0",
|
||||
"@commitlint/cli": "19.2.1",
|
||||
"@commitlint/config-angular": "19.1.0",
|
||||
"@commitlint/cli": "19.3.0",
|
||||
"@commitlint/config-angular": "19.3.0",
|
||||
"coveralls": "3.1.1",
|
||||
"eslint": "8.57.0",
|
||||
"eslint-config-nodebb": "0.2.1",
|
||||
@@ -169,10 +169,10 @@
|
||||
"mocha-lcov-reporter": "1.3.0",
|
||||
"mockdate": "3.0.5",
|
||||
"nyc": "15.1.0",
|
||||
"smtp-server": "3.13.3"
|
||||
"smtp-server": "3.13.4"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"sass-embedded": "1.72.0"
|
||||
"sass-embedded": "1.75.0"
|
||||
},
|
||||
"resolutions": {
|
||||
"*/jquery": "3.7.1"
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
"id": "ID: <small>optional</small>",
|
||||
|
||||
"properties": "Properties:",
|
||||
"groups": "Groups:",
|
||||
"show-to-groups": "Show to Groups:",
|
||||
"open-new-window": "Open in a new window",
|
||||
"dropdown": "Dropdown",
|
||||
"dropdown-placeholder": "Place your dropdown menu items below, ie: <br/><li><a class="dropdown-item" href="https://myforum.com">Link 1</a></li>",
|
||||
|
||||
@@ -90,6 +90,6 @@
|
||||
"bulk-actions": "Bulk Actions",
|
||||
"bulk-resolve": "Resolve Flag(s)",
|
||||
"bulk-success": "%1 flags updated",
|
||||
"flagged-timeago-readable": "Flagged <span class=\"timeago\" title=\"%1\"></span> (%2)",
|
||||
"flagged-timeago": "Flagged <span class=\"timeago\" title=\"%1\"></span>",
|
||||
"auto-flagged": "[Auto Flagged] Received %1 downvotes."
|
||||
}
|
||||
@@ -1,4 +1,4 @@
|
||||
{
|
||||
"title": "Top",
|
||||
"no-top-topics": "No top topics"
|
||||
"title": "أعلى الصفحة",
|
||||
"no-top-topics": "لا توجد مواضيع أعلى الصفحة"
|
||||
}
|
||||
@@ -1,7 +1,9 @@
|
||||
{
|
||||
"user-menu": "User menu",
|
||||
"banned": "محظور",
|
||||
"unbanned": "Unbanned",
|
||||
"muted": "كتم",
|
||||
"unmuted": "Unmuted",
|
||||
"offline": "غير متصل",
|
||||
"deleted": "محذوف",
|
||||
"username": "إسم المستخدم",
|
||||
@@ -162,11 +164,16 @@
|
||||
"sso.dissociate-confirm-title": "تأكيد الفصل",
|
||||
"sso.dissociate-confirm": "هل تريد بالتأكيد فصل حسابك عن %1؟",
|
||||
"info.latest-flags": "أحدث العلامات",
|
||||
"info.profile": "Profile",
|
||||
"info.post": "Post",
|
||||
"info.view-flag": "View flag",
|
||||
"info.reported-by": "Reported by:",
|
||||
"info.no-flags": "لم يتم العثور على مشاركات معلمة",
|
||||
"info.ban-history": "سجل الحظر الأحدث",
|
||||
"info.no-ban-history": "هذا المستخدم لم يتم حظره مطلقا",
|
||||
"info.banned-until": "محظور حتى %1",
|
||||
"info.banned-expiry": "Expiry",
|
||||
"info.ban-expired": "Ban expired",
|
||||
"info.banned-permanently": "محظور بشكل دائم",
|
||||
"info.banned-reason-label": "سبب",
|
||||
"info.banned-no-reason": "لم يتم إعطاء سبب.",
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
"id": "Идентификатор: <small>незадължително</small>",
|
||||
|
||||
"properties": "Свойства:",
|
||||
"groups": "Групи:",
|
||||
"show-to-groups": "Показване на групите:",
|
||||
"open-new-window": "Отваряне в нов прозорец",
|
||||
"dropdown": "Падащо меню",
|
||||
"dropdown-placeholder": "Въведете елементите на падащото меню по-долу. Пример: <br/><li><a class="dropdown-item" href="https://myforum.com">Връзка 1</a></li>",
|
||||
|
||||
@@ -90,6 +90,6 @@
|
||||
"bulk-actions": "Групови действия",
|
||||
"bulk-resolve": "Разрешаване на доклад(и)",
|
||||
"bulk-success": "%1 доклада са обновени",
|
||||
"flagged-timeago-readable": "Докладвано <span class=\"timeago\" title=\"%1\"></span> (%2)",
|
||||
"flagged-timeago": "Докладвано <span class=\"timeago\" title=\"%1\"></span>",
|
||||
"auto-flagged": "[Авт. докладвано] Получени %1 отрицателни гласа."
|
||||
}
|
||||
@@ -1,7 +1,9 @@
|
||||
{
|
||||
"user-menu": "Потребителско меню",
|
||||
"banned": "Блокиран",
|
||||
"unbanned": "Деблокиран",
|
||||
"muted": "Заглушен",
|
||||
"unmuted": "Премахнато заглушаване",
|
||||
"offline": "Извън линия",
|
||||
"deleted": "Изтрит",
|
||||
"username": "Потребителско име",
|
||||
@@ -162,11 +164,16 @@
|
||||
"sso.dissociate-confirm-title": "Потвърждаване на прекъсването",
|
||||
"sso.dissociate-confirm": "Наистина ли искате да прекъснете връзката на акаунта си от „%1“?",
|
||||
"info.latest-flags": "Последни доклади",
|
||||
"info.profile": "Профил",
|
||||
"info.post": "Публикация",
|
||||
"info.view-flag": "Преглед на доклада",
|
||||
"info.reported-by": "Докладвано от:",
|
||||
"info.no-flags": "Не са намерени докладвани публикации",
|
||||
"info.ban-history": "Скорошна история на блокиранията",
|
||||
"info.no-ban-history": "Този потребител никога не е бил блокиран",
|
||||
"info.banned-until": "Блокиран до %1",
|
||||
"info.banned-expiry": "Давност",
|
||||
"info.ban-expired": "Блокирането е изтекло",
|
||||
"info.banned-permanently": "Блокиран за постоянно",
|
||||
"info.banned-reason-label": "Причина",
|
||||
"info.banned-no-reason": "Няма посочена причина.",
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
"id": "ID: <small>optional</small>",
|
||||
|
||||
"properties": "Properties:",
|
||||
"groups": "Groups:",
|
||||
"show-to-groups": "Show to Groups:",
|
||||
"open-new-window": "Open in a new window",
|
||||
"dropdown": "Dropdown",
|
||||
"dropdown-placeholder": "Place your dropdown menu items below, ie: <br/><li><a class="dropdown-item" href="https://myforum.com">Link 1</a></li>",
|
||||
|
||||
@@ -90,6 +90,6 @@
|
||||
"bulk-actions": "Bulk Actions",
|
||||
"bulk-resolve": "Resolve Flag(s)",
|
||||
"bulk-success": "%1 flags updated",
|
||||
"flagged-timeago-readable": "Flagged <span class=\"timeago\" title=\"%1\"></span> (%2)",
|
||||
"flagged-timeago": "Flagged <span class=\"timeago\" title=\"%1\"></span>",
|
||||
"auto-flagged": "[Auto Flagged] Received %1 downvotes."
|
||||
}
|
||||
@@ -1,7 +1,9 @@
|
||||
{
|
||||
"user-menu": "User menu",
|
||||
"banned": "নিষিদ্ধ",
|
||||
"unbanned": "Unbanned",
|
||||
"muted": "Muted",
|
||||
"unmuted": "Unmuted",
|
||||
"offline": "অফলাইন",
|
||||
"deleted": "Deleted",
|
||||
"username": "সদস্যের নাম",
|
||||
@@ -162,11 +164,16 @@
|
||||
"sso.dissociate-confirm-title": "Confirm Dissociation",
|
||||
"sso.dissociate-confirm": "Are you sure you wish to dissociate your account from %1?",
|
||||
"info.latest-flags": "Latest Flags",
|
||||
"info.profile": "Profile",
|
||||
"info.post": "Post",
|
||||
"info.view-flag": "View flag",
|
||||
"info.reported-by": "Reported by:",
|
||||
"info.no-flags": "No Flagged Posts Found",
|
||||
"info.ban-history": "Recent Ban History",
|
||||
"info.no-ban-history": "This user has never been banned",
|
||||
"info.banned-until": "Banned until %1",
|
||||
"info.banned-expiry": "Expiry",
|
||||
"info.ban-expired": "Ban expired",
|
||||
"info.banned-permanently": "Banned permanently",
|
||||
"info.banned-reason-label": "Reason",
|
||||
"info.banned-no-reason": "No reason given.",
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
"id": "ID: <small>doporučené</small>",
|
||||
|
||||
"properties": "Vlastnosti:",
|
||||
"groups": "Skupiny:",
|
||||
"show-to-groups": "Show to Groups:",
|
||||
"open-new-window": "Otevřít v novém okně",
|
||||
"dropdown": "Dropdown",
|
||||
"dropdown-placeholder": "Place your dropdown menu items below, ie: <br/><li><a class="dropdown-item" href="https://myforum.com">Link 1</a></li>",
|
||||
|
||||
@@ -90,6 +90,6 @@
|
||||
"bulk-actions": "Bulk Actions",
|
||||
"bulk-resolve": "Resolve Flag(s)",
|
||||
"bulk-success": "%1 flags updated",
|
||||
"flagged-timeago-readable": "Flagged <span class=\"timeago\" title=\"%1\"></span> (%2)",
|
||||
"flagged-timeago": "Flagged <span class=\"timeago\" title=\"%1\"></span>",
|
||||
"auto-flagged": "[Auto Flagged] Received %1 downvotes."
|
||||
}
|
||||
@@ -1,7 +1,9 @@
|
||||
{
|
||||
"user-menu": "User menu",
|
||||
"banned": "Zablokován",
|
||||
"unbanned": "Unbanned",
|
||||
"muted": "Ztlumen",
|
||||
"unmuted": "Unmuted",
|
||||
"offline": "Nepřipojen",
|
||||
"deleted": "Odstraněno",
|
||||
"username": "Uživatelské jméno",
|
||||
@@ -162,11 +164,16 @@
|
||||
"sso.dissociate-confirm-title": "Potvrdit odloučení",
|
||||
"sso.dissociate-confirm": "Jste si jist/a, že chcete odloučit váš účet z %1?",
|
||||
"info.latest-flags": "Poslední označené",
|
||||
"info.profile": "Profile",
|
||||
"info.post": "Post",
|
||||
"info.view-flag": "View flag",
|
||||
"info.reported-by": "Reported by:",
|
||||
"info.no-flags": "Nebyly nalezeny žádné označené příspěvky",
|
||||
"info.ban-history": "Poslední historie blokovaných",
|
||||
"info.no-ban-history": "Tento uživatel nebyl nikdy zablokován",
|
||||
"info.banned-until": "Zablokován do %1",
|
||||
"info.banned-expiry": "Expiry",
|
||||
"info.ban-expired": "Ban expired",
|
||||
"info.banned-permanently": "Trvale zablokován",
|
||||
"info.banned-reason-label": "Důvod",
|
||||
"info.banned-no-reason": "Bez důvodu",
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
"id": "ID: <small>optional</small>",
|
||||
|
||||
"properties": "Properties:",
|
||||
"groups": "Groups:",
|
||||
"show-to-groups": "Show to Groups:",
|
||||
"open-new-window": "Open in a new window",
|
||||
"dropdown": "Dropdown",
|
||||
"dropdown-placeholder": "Place your dropdown menu items below, ie: <br/><li><a class="dropdown-item" href="https://myforum.com">Link 1</a></li>",
|
||||
|
||||
@@ -90,6 +90,6 @@
|
||||
"bulk-actions": "Bulk Actions",
|
||||
"bulk-resolve": "Resolve Flag(s)",
|
||||
"bulk-success": "%1 flags updated",
|
||||
"flagged-timeago-readable": "Flagged <span class=\"timeago\" title=\"%1\"></span> (%2)",
|
||||
"flagged-timeago": "Flagged <span class=\"timeago\" title=\"%1\"></span>",
|
||||
"auto-flagged": "[Auto Flagged] Received %1 downvotes."
|
||||
}
|
||||
@@ -1,7 +1,9 @@
|
||||
{
|
||||
"user-menu": "User menu",
|
||||
"banned": "Banlyst",
|
||||
"unbanned": "Unbanned",
|
||||
"muted": "Muted",
|
||||
"unmuted": "Unmuted",
|
||||
"offline": "Offline",
|
||||
"deleted": "Deleted",
|
||||
"username": "Brugernavn",
|
||||
@@ -162,11 +164,16 @@
|
||||
"sso.dissociate-confirm-title": "Confirm Dissociation",
|
||||
"sso.dissociate-confirm": "Are you sure you wish to dissociate your account from %1?",
|
||||
"info.latest-flags": "Latest Flags",
|
||||
"info.profile": "Profile",
|
||||
"info.post": "Post",
|
||||
"info.view-flag": "View flag",
|
||||
"info.reported-by": "Reported by:",
|
||||
"info.no-flags": "No Flagged Posts Found",
|
||||
"info.ban-history": "Recent Ban History",
|
||||
"info.no-ban-history": "This user has never been banned",
|
||||
"info.banned-until": "Banned until %1",
|
||||
"info.banned-expiry": "Expiry",
|
||||
"info.ban-expired": "Ban expired",
|
||||
"info.banned-permanently": "Banned permanently",
|
||||
"info.banned-reason-label": "Reason",
|
||||
"info.banned-no-reason": "No reason given.",
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
"id": "ID: <small>optional</small>",
|
||||
|
||||
"properties": "Eigenschaften:",
|
||||
"groups": "Gruppen:",
|
||||
"show-to-groups": "Show to Groups:",
|
||||
"open-new-window": "In neuem Fenster öffnen",
|
||||
"dropdown": "Dropdown",
|
||||
"dropdown-placeholder": "Platziere deine Dropdown-Menüpunkte unten, d. h.:<br/><li><a class="dropdown-item" href="https://myforum.com">Link 1</a></li>",
|
||||
|
||||
@@ -90,6 +90,6 @@
|
||||
"bulk-actions": "Massenaktionen",
|
||||
"bulk-resolve": "Meldung(en) bereiningen",
|
||||
"bulk-success": "%1 Meldungen aktualisiert",
|
||||
"flagged-timeago-readable": "Gemeldet <span class=\"timeago\" title=\"%1\"></span>(%2)",
|
||||
"flagged-timeago": "Flagged <span class=\"timeago\" title=\"%1\"></span>",
|
||||
"auto-flagged": "[Automatisch gemeldet] %1 Abwertungen erhalten."
|
||||
}
|
||||
@@ -1,7 +1,9 @@
|
||||
{
|
||||
"user-menu": "User menu",
|
||||
"banned": "Gesperrt",
|
||||
"unbanned": "Unbanned",
|
||||
"muted": "Stummgeschaltet",
|
||||
"unmuted": "Unmuted",
|
||||
"offline": "Offline",
|
||||
"deleted": "Gelöscht",
|
||||
"username": "Benutzername",
|
||||
@@ -162,11 +164,16 @@
|
||||
"sso.dissociate-confirm-title": "Trennung bestätigen",
|
||||
"sso.dissociate-confirm": "Bist du sicher, dass du dein Konto von %1 trennen willst?",
|
||||
"info.latest-flags": "Neuste Meldungen",
|
||||
"info.profile": "Profile",
|
||||
"info.post": "Post",
|
||||
"info.view-flag": "View flag",
|
||||
"info.reported-by": "Reported by:",
|
||||
"info.no-flags": "Keine gemeldeten Beiträge gefunden",
|
||||
"info.ban-history": "Sperrungsverlauf",
|
||||
"info.no-ban-history": "Dieser Benutzer wurde noch nie gesperrt",
|
||||
"info.banned-until": "Gesperrt bis zum %1",
|
||||
"info.banned-expiry": "Ablauf",
|
||||
"info.ban-expired": "Ban expired",
|
||||
"info.banned-permanently": "Permanent gesperrt",
|
||||
"info.banned-reason-label": "Grund",
|
||||
"info.banned-no-reason": "Kein Grund angegeben.",
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
"id": "ID: <small>optional</small>",
|
||||
|
||||
"properties": "Properties:",
|
||||
"groups": "Groups:",
|
||||
"show-to-groups": "Show to Groups:",
|
||||
"open-new-window": "Open in a new window",
|
||||
"dropdown": "Dropdown",
|
||||
"dropdown-placeholder": "Place your dropdown menu items below, ie: <br/><li><a class="dropdown-item" href="https://myforum.com">Link 1</a></li>",
|
||||
|
||||
@@ -90,6 +90,6 @@
|
||||
"bulk-actions": "Bulk Actions",
|
||||
"bulk-resolve": "Resolve Flag(s)",
|
||||
"bulk-success": "%1 flags updated",
|
||||
"flagged-timeago-readable": "Flagged <span class=\"timeago\" title=\"%1\"></span> (%2)",
|
||||
"flagged-timeago": "Flagged <span class=\"timeago\" title=\"%1\"></span>",
|
||||
"auto-flagged": "[Auto Flagged] Received %1 downvotes."
|
||||
}
|
||||
@@ -1,7 +1,9 @@
|
||||
{
|
||||
"user-menu": "User menu",
|
||||
"banned": "Αποκλεισμένος/η",
|
||||
"unbanned": "Unbanned",
|
||||
"muted": "Muted",
|
||||
"unmuted": "Unmuted",
|
||||
"offline": "Εκτός Σύνδεσης",
|
||||
"deleted": "Deleted",
|
||||
"username": "Όνομα Χρήστη",
|
||||
@@ -162,11 +164,16 @@
|
||||
"sso.dissociate-confirm-title": "Confirm Dissociation",
|
||||
"sso.dissociate-confirm": "Are you sure you wish to dissociate your account from %1?",
|
||||
"info.latest-flags": "Latest Flags",
|
||||
"info.profile": "Profile",
|
||||
"info.post": "Post",
|
||||
"info.view-flag": "View flag",
|
||||
"info.reported-by": "Reported by:",
|
||||
"info.no-flags": "No Flagged Posts Found",
|
||||
"info.ban-history": "Recent Ban History",
|
||||
"info.no-ban-history": "This user has never been banned",
|
||||
"info.banned-until": "Banned until %1",
|
||||
"info.banned-expiry": "Expiry",
|
||||
"info.ban-expired": "Ban expired",
|
||||
"info.banned-permanently": "Banned permanently",
|
||||
"info.banned-reason-label": "Reason",
|
||||
"info.banned-no-reason": "No reason given.",
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
"id": "ID: <small>optional</small>",
|
||||
|
||||
"properties": "Properties:",
|
||||
"groups": "Groups:",
|
||||
"show-to-groups": "Show to Groups:",
|
||||
"open-new-window": "Open in a new window",
|
||||
"dropdown": "Dropdown",
|
||||
"dropdown-placeholder": "Place your dropdown menu items below, ie: <br/><li><a class="dropdown-item" href="https://myforum.com">Link 1</a></li>",
|
||||
|
||||
@@ -96,6 +96,6 @@
|
||||
"purge-cancelled": "Flag Purge Cancelled",
|
||||
"bulk-purge": "Purge Flag(s)",
|
||||
"bulk-success": "%1 flags updated",
|
||||
"flagged-timeago-readable": "Flagged <span class=\"timeago\" title=\"%1\"></span> (%2)",
|
||||
"flagged-timeago": "Flagged <span class=\"timeago\" title=\"%1\"></span>",
|
||||
"auto-flagged": "[Auto Flagged] Received %1 downvotes."
|
||||
}
|
||||
@@ -1,7 +1,9 @@
|
||||
{
|
||||
"user-menu": "User menu",
|
||||
"banned": "Banned",
|
||||
"unbanned": "Unbanned",
|
||||
"muted": "Muted",
|
||||
"unmuted": "Unmuted",
|
||||
"offline": "Offline",
|
||||
"deleted": "Deleted",
|
||||
"username": "User Name",
|
||||
@@ -179,11 +181,16 @@
|
||||
"sso.dissociate-confirm": "Are you sure you wish to dissociate your account from %1?",
|
||||
|
||||
"info.latest-flags": "Latest Flags",
|
||||
"info.profile": "Profile",
|
||||
"info.post": "Post",
|
||||
"info.view-flag": "View flag",
|
||||
"info.reported-by": "Reported by:",
|
||||
"info.no-flags": "No Flagged Posts Found",
|
||||
"info.ban-history": "Recent Ban History",
|
||||
"info.no-ban-history": "This user has never been banned",
|
||||
"info.banned-until": "Banned until %1",
|
||||
"info.banned-expiry": "Expiry",
|
||||
"info.ban-expired": "Ban expired",
|
||||
"info.banned-permanently": "Banned permanently",
|
||||
"info.banned-reason-label": "Reason",
|
||||
"info.banned-no-reason": "No reason given.",
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
"id": "ID: <small>optional</small>",
|
||||
|
||||
"properties": "Properties:",
|
||||
"groups": "Groups:",
|
||||
"show-to-groups": "Show to Groups:",
|
||||
"open-new-window": "Open in a new window",
|
||||
"dropdown": "Dropdown",
|
||||
"dropdown-placeholder": "Place your dropdown menu items below, ie: <br/><li><a class="dropdown-item" href="https://myforum.com">Link 1</a></li>",
|
||||
|
||||
@@ -90,6 +90,6 @@
|
||||
"bulk-actions": "Bulk Actions",
|
||||
"bulk-resolve": "Resolve Flag(s)",
|
||||
"bulk-success": "%1 flags updated",
|
||||
"flagged-timeago-readable": "Flagged <span class=\"timeago\" title=\"%1\"></span> (%2)",
|
||||
"flagged-timeago": "Flagged <span class=\"timeago\" title=\"%1\"></span>",
|
||||
"auto-flagged": "[Auto Flagged] Received %1 downvotes."
|
||||
}
|
||||
@@ -1,7 +1,9 @@
|
||||
{
|
||||
"user-menu": "User menu",
|
||||
"banned": "Banned",
|
||||
"unbanned": "Unbanned",
|
||||
"muted": "Muted",
|
||||
"unmuted": "Unmuted",
|
||||
"offline": "Offline",
|
||||
"deleted": "Deleted",
|
||||
"username": "User Name",
|
||||
@@ -162,11 +164,16 @@
|
||||
"sso.dissociate-confirm-title": "Confirm Dissociation",
|
||||
"sso.dissociate-confirm": "Are you sure you wish to dissociate your account from %1?",
|
||||
"info.latest-flags": "Latest Flags",
|
||||
"info.profile": "Profile",
|
||||
"info.post": "Post",
|
||||
"info.view-flag": "View flag",
|
||||
"info.reported-by": "Reported by:",
|
||||
"info.no-flags": "No Flagged Posts Found",
|
||||
"info.ban-history": "Recent Ban History",
|
||||
"info.no-ban-history": "This user has never been banned",
|
||||
"info.banned-until": "Banned until %1",
|
||||
"info.banned-expiry": "Expiry",
|
||||
"info.ban-expired": "Ban expired",
|
||||
"info.banned-permanently": "Banned permanently",
|
||||
"info.banned-reason-label": "Reason",
|
||||
"info.banned-no-reason": "No reason given.",
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
"id": "ID: <small>optional</small>",
|
||||
|
||||
"properties": "Properties:",
|
||||
"groups": "Groups:",
|
||||
"show-to-groups": "Show to Groups:",
|
||||
"open-new-window": "Open in a new window",
|
||||
"dropdown": "Dropdown",
|
||||
"dropdown-placeholder": "Place your dropdown menu items below, ie: <br/><li><a class="dropdown-item" href="https://myforum.com">Link 1</a></li>",
|
||||
|
||||
@@ -90,6 +90,6 @@
|
||||
"bulk-actions": "Bulk Actions",
|
||||
"bulk-resolve": "Resolve Flag(s)",
|
||||
"bulk-success": "%1 flags updated",
|
||||
"flagged-timeago-readable": "Flagged <span class=\"timeago\" title=\"%1\"></span> (%2)",
|
||||
"flagged-timeago": "Flagged <span class=\"timeago\" title=\"%1\"></span>",
|
||||
"auto-flagged": "[Auto Flagged] Received %1 downvotes."
|
||||
}
|
||||
@@ -1,7 +1,9 @@
|
||||
{
|
||||
"user-menu": "User menu",
|
||||
"banned": "Blackmarked",
|
||||
"unbanned": "Unbanned",
|
||||
"muted": "Muted",
|
||||
"unmuted": "Unmuted",
|
||||
"offline": "Asleep at the wheel",
|
||||
"deleted": "Deleted",
|
||||
"username": "User Name",
|
||||
@@ -162,11 +164,16 @@
|
||||
"sso.dissociate-confirm-title": "Confirm Dissociation",
|
||||
"sso.dissociate-confirm": "Are you sure you wish to dissociate your account from %1?",
|
||||
"info.latest-flags": "Latest Flags",
|
||||
"info.profile": "Profile",
|
||||
"info.post": "Post",
|
||||
"info.view-flag": "View flag",
|
||||
"info.reported-by": "Reported by:",
|
||||
"info.no-flags": "No Flagged Posts Found",
|
||||
"info.ban-history": "Recent Ban History",
|
||||
"info.no-ban-history": "This user has never been banned",
|
||||
"info.banned-until": "Banned until %1",
|
||||
"info.banned-expiry": "Expiry",
|
||||
"info.ban-expired": "Ban expired",
|
||||
"info.banned-permanently": "Banned permanently",
|
||||
"info.banned-reason-label": "Reason",
|
||||
"info.banned-no-reason": "No reason given.",
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
"id": "ID: <small>opcional</small>",
|
||||
|
||||
"properties": "Propiedades:",
|
||||
"groups": "Grupos:",
|
||||
"show-to-groups": "Show to Groups:",
|
||||
"open-new-window": "Abrir en una ventana nueva",
|
||||
"dropdown": "Dropdown",
|
||||
"dropdown-placeholder": "Place your dropdown menu items below, ie: <br/><li><a class="dropdown-item" href="https://myforum.com">Link 1</a></li>",
|
||||
|
||||
@@ -90,6 +90,6 @@
|
||||
"bulk-actions": "Bulk Actions",
|
||||
"bulk-resolve": "Resolve Flag(s)",
|
||||
"bulk-success": "%1 flags updated",
|
||||
"flagged-timeago-readable": "Flagged <span class=\"timeago\" title=\"%1\"></span> (%2)",
|
||||
"flagged-timeago": "Flagged <span class=\"timeago\" title=\"%1\"></span>",
|
||||
"auto-flagged": "[Auto Flagged] Received %1 downvotes."
|
||||
}
|
||||
@@ -1,7 +1,9 @@
|
||||
{
|
||||
"user-menu": "User menu",
|
||||
"banned": "Baneado",
|
||||
"unbanned": "Unbanned",
|
||||
"muted": "Muted",
|
||||
"unmuted": "Unmuted",
|
||||
"offline": "Desconectado",
|
||||
"deleted": "Borrado",
|
||||
"username": "Nombre de usuario",
|
||||
@@ -162,11 +164,16 @@
|
||||
"sso.dissociate-confirm-title": "Confirmar Disociación",
|
||||
"sso.dissociate-confirm": "Está seguro de que desea disociar su cuenta de %1?",
|
||||
"info.latest-flags": "Ultimos reportes",
|
||||
"info.profile": "Profile",
|
||||
"info.post": "Post",
|
||||
"info.view-flag": "View flag",
|
||||
"info.reported-by": "Reported by:",
|
||||
"info.no-flags": "Ningun mensaje reportado encontrado",
|
||||
"info.ban-history": "Histórico reciente de bans",
|
||||
"info.no-ban-history": "Este usuario nunca ha sido baneado",
|
||||
"info.banned-until": "Baneado hasta %1",
|
||||
"info.banned-expiry": "Expiry",
|
||||
"info.ban-expired": "Ban expired",
|
||||
"info.banned-permanently": "Baneado permanentemente",
|
||||
"info.banned-reason-label": "Motivo",
|
||||
"info.banned-no-reason": "Motivo no especificado",
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
"id": "ID: <small>optional</small>",
|
||||
|
||||
"properties": "Properties:",
|
||||
"groups": "Groups:",
|
||||
"show-to-groups": "Show to Groups:",
|
||||
"open-new-window": "Open in a new window",
|
||||
"dropdown": "Dropdown",
|
||||
"dropdown-placeholder": "Place your dropdown menu items below, ie: <br/><li><a class="dropdown-item" href="https://myforum.com">Link 1</a></li>",
|
||||
|
||||
@@ -90,6 +90,6 @@
|
||||
"bulk-actions": "Bulk Actions",
|
||||
"bulk-resolve": "Resolve Flag(s)",
|
||||
"bulk-success": "%1 flags updated",
|
||||
"flagged-timeago-readable": "Flagged <span class=\"timeago\" title=\"%1\"></span> (%2)",
|
||||
"flagged-timeago": "Flagged <span class=\"timeago\" title=\"%1\"></span>",
|
||||
"auto-flagged": "[Auto Flagged] Received %1 downvotes."
|
||||
}
|
||||
@@ -1,7 +1,9 @@
|
||||
{
|
||||
"user-menu": "User menu",
|
||||
"banned": "Banned",
|
||||
"unbanned": "Unbanned",
|
||||
"muted": "Muted",
|
||||
"unmuted": "Unmuted",
|
||||
"offline": "Väljas",
|
||||
"deleted": "Deleted",
|
||||
"username": "Kasutajanimi",
|
||||
@@ -162,11 +164,16 @@
|
||||
"sso.dissociate-confirm-title": "Confirm Dissociation",
|
||||
"sso.dissociate-confirm": "Are you sure you wish to dissociate your account from %1?",
|
||||
"info.latest-flags": "Viimased raporteerimised",
|
||||
"info.profile": "Profile",
|
||||
"info.post": "Post",
|
||||
"info.view-flag": "View flag",
|
||||
"info.reported-by": "Reported by:",
|
||||
"info.no-flags": "Raporteeritud postitusi ei leitud",
|
||||
"info.ban-history": "Hiljutiste keeldude ajalugu",
|
||||
"info.no-ban-history": "Seda kasutajat pole kunagi keelustatud",
|
||||
"info.banned-until": "Keelustatud kuni %1",
|
||||
"info.banned-expiry": "Expiry",
|
||||
"info.ban-expired": "Ban expired",
|
||||
"info.banned-permanently": "Igavesti keelustatud",
|
||||
"info.banned-reason-label": "Reason",
|
||||
"info.banned-no-reason": "No reason given.",
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
"id": "ID: <small>optional</small>",
|
||||
|
||||
"properties": "Properties:",
|
||||
"groups": "Groups:",
|
||||
"show-to-groups": "Show to Groups:",
|
||||
"open-new-window": "Open in a new window",
|
||||
"dropdown": "Dropdown",
|
||||
"dropdown-placeholder": "Place your dropdown menu items below, ie: <br/><li><a class="dropdown-item" href="https://myforum.com">Link 1</a></li>",
|
||||
|
||||
@@ -90,6 +90,6 @@
|
||||
"bulk-actions": "عملیات گروهی",
|
||||
"bulk-resolve": "Resolve Flag(s)",
|
||||
"bulk-success": "%1 گزارش بروزرسانی شد",
|
||||
"flagged-timeago-readable": "گزارش شده <span class=\"timeago\" title=\"%1\"></span> (%2)",
|
||||
"flagged-timeago": "Flagged <span class=\"timeago\" title=\"%1\"></span>",
|
||||
"auto-flagged": "[Auto Flagged] Received %1 downvotes."
|
||||
}
|
||||
@@ -1,7 +1,9 @@
|
||||
{
|
||||
"user-menu": "User menu",
|
||||
"banned": "اخراج شده",
|
||||
"unbanned": "Unbanned",
|
||||
"muted": "Muted",
|
||||
"unmuted": "Unmuted",
|
||||
"offline": "آفلاین",
|
||||
"deleted": "حذف شده",
|
||||
"username": "نام کاربری",
|
||||
@@ -162,11 +164,16 @@
|
||||
"sso.dissociate-confirm-title": "Confirm Dissociation",
|
||||
"sso.dissociate-confirm": "آیا مطمئنی می خواهی اتصال %1 به حسابت را لغو کنی؟",
|
||||
"info.latest-flags": "آخرین نشانه گذاریها",
|
||||
"info.profile": "Profile",
|
||||
"info.post": "Post",
|
||||
"info.view-flag": "View flag",
|
||||
"info.reported-by": "Reported by:",
|
||||
"info.no-flags": "پست گزارش شده ای یافت نشد",
|
||||
"info.ban-history": "تاریخچه مسدودیت های اخیر",
|
||||
"info.no-ban-history": "این کاربر هرگز مسدود نشده است",
|
||||
"info.banned-until": "مسدود شده تا %1",
|
||||
"info.banned-expiry": "Expiry",
|
||||
"info.ban-expired": "Ban expired",
|
||||
"info.banned-permanently": "مسدود شده به طور دائم",
|
||||
"info.banned-reason-label": "دلیل",
|
||||
"info.banned-no-reason": "هیچ دلیلی ارایه نشد.",
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
"id": "ID: <small>optional</small>",
|
||||
|
||||
"properties": "Properties:",
|
||||
"groups": "Ryhmät:",
|
||||
"show-to-groups": "Show to Groups:",
|
||||
"open-new-window": "Open in a new window",
|
||||
"dropdown": "Dropdown",
|
||||
"dropdown-placeholder": "Place your dropdown menu items below, ie: <br/><li><a class="dropdown-item" href="https://myforum.com">Link 1</a></li>",
|
||||
|
||||
@@ -90,6 +90,6 @@
|
||||
"bulk-actions": "Bulk Actions",
|
||||
"bulk-resolve": "Resolve Flag(s)",
|
||||
"bulk-success": "%1 flags updated",
|
||||
"flagged-timeago-readable": "Flagged <span class=\"timeago\" title=\"%1\"></span> (%2)",
|
||||
"flagged-timeago": "Flagged <span class=\"timeago\" title=\"%1\"></span>",
|
||||
"auto-flagged": "[Auto Flagged] Received %1 downvotes."
|
||||
}
|
||||
@@ -1,7 +1,9 @@
|
||||
{
|
||||
"user-menu": "User menu",
|
||||
"banned": "Bannattu",
|
||||
"unbanned": "Unbanned",
|
||||
"muted": "Muted",
|
||||
"unmuted": "Unmuted",
|
||||
"offline": "Offline",
|
||||
"deleted": "Poistettu",
|
||||
"username": "Käyttäjän nimi",
|
||||
@@ -162,11 +164,16 @@
|
||||
"sso.dissociate-confirm-title": "Confirm Dissociation",
|
||||
"sso.dissociate-confirm": "Are you sure you wish to dissociate your account from %1?",
|
||||
"info.latest-flags": "Latest Flags",
|
||||
"info.profile": "Profile",
|
||||
"info.post": "Post",
|
||||
"info.view-flag": "View flag",
|
||||
"info.reported-by": "Reported by:",
|
||||
"info.no-flags": "No Flagged Posts Found",
|
||||
"info.ban-history": "Estohistorian viimeisimmät",
|
||||
"info.no-ban-history": "This user has never been banned",
|
||||
"info.banned-until": "Banned until %1",
|
||||
"info.banned-expiry": "Expiry",
|
||||
"info.ban-expired": "Ban expired",
|
||||
"info.banned-permanently": "Banned permanently",
|
||||
"info.banned-reason-label": "Syy",
|
||||
"info.banned-no-reason": "Syytä ei ole annettu",
|
||||
|
||||
@@ -9,9 +9,9 @@
|
||||
"filter-type": "Évènements",
|
||||
"filter-start": "Date de début",
|
||||
"filter-end": "Date de fin",
|
||||
"filter-user": "Filter by User",
|
||||
"filter-user.placeholder": "Type user name to filter...",
|
||||
"filter-group": "Filter by Group",
|
||||
"filter-group.placeholder": "Type group name to filter...",
|
||||
"filter-user": "Filtrer par Utilisateur",
|
||||
"filter-user.placeholder": "Tapez le nom d'utilisateur à filtrer...",
|
||||
"filter-group": "Filtrer par groupe",
|
||||
"filter-group.placeholder": "Tapez le nom du groupe à filtrer...",
|
||||
"filter-per-page": "Par page"
|
||||
}
|
||||
@@ -96,6 +96,6 @@
|
||||
"clear-search-history": "Effacer l'historique",
|
||||
"clear-search-history-confirm": "Êtes-vous sûr de vouloir effacer tout l'historique de recherche ?",
|
||||
"search-term": "Terme",
|
||||
"search-count": "Count",
|
||||
"search-count": "Nombre",
|
||||
"view-all": "Voir tout"
|
||||
}
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
"id": "ID : <small>optionnel</small>",
|
||||
|
||||
"properties": "Propriétés :",
|
||||
"groups": "Groupes :",
|
||||
"show-to-groups": "Show to Groups:",
|
||||
"open-new-window": "Ouvrir dans une nouvelle fenêtre",
|
||||
"dropdown": "Menu déroulant",
|
||||
"dropdown-placeholder": "Placer vos éléments de menu déroulant ci-dessous, par exemple : <br/>https://myforum.com",
|
||||
|
||||
@@ -4,11 +4,11 @@
|
||||
"sorting.post-default": "Tri des messages par défaut",
|
||||
"sorting.oldest-to-newest": "Du plus ancien au plus récent",
|
||||
"sorting.newest-to-oldest": "Du plus récent au plus ancien",
|
||||
"sorting.recently-replied": "Recently Replied",
|
||||
"sorting.recently-created": "Recently Created",
|
||||
"sorting.recently-replied": "Répondu récemment ",
|
||||
"sorting.recently-created": "Créé récemment ",
|
||||
"sorting.most-votes": "Avec le plus de votes",
|
||||
"sorting.most-posts": "Avec le plus de messages",
|
||||
"sorting.most-views": "Most Views",
|
||||
"sorting.most-views": "Les plus vus",
|
||||
"sorting.topic-default": "Tri des sujets par défaut",
|
||||
"length": "Longueur de message",
|
||||
"post-queue": "File d'attente",
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"post-sort-option": "Post sort option, %1",
|
||||
"topic-sort-option": "Topic sort option, %1",
|
||||
"user-avatar-for": "User avatar for %1",
|
||||
"user-watched-tags": "User watched tags",
|
||||
"delete-upload-button": "Delete upload button",
|
||||
"group-page-link-for": "Group page link for %1"
|
||||
"post-sort-option": "Option de tri des messages, %1",
|
||||
"topic-sort-option": "Option de tri des sujets, %1",
|
||||
"user-avatar-for": "Avatar de l'utilisateur pour %1",
|
||||
"user-watched-tags": "L'utilisateur a regardé les tags",
|
||||
"delete-upload-button": "Supprimer le bouton de téléchargement",
|
||||
"group-page-link-for": "Lien vers la page de groupe pour %1"
|
||||
}
|
||||
@@ -90,6 +90,6 @@
|
||||
"bulk-actions": "Actions en vrac",
|
||||
"bulk-resolve": "Signalement(s) résolu(s)",
|
||||
"bulk-success": "%1 signalements mis à jour",
|
||||
"flagged-timeago-readable": "Signalé <span class=\"timeago\" title=\"%1\"></span> (%2)",
|
||||
"flagged-timeago": "Flagged <span class=\"timeago\" title=\"%1\"></span>",
|
||||
"auto-flagged": "[Auto Signalement] A reçu %1 votes négatifs."
|
||||
}
|
||||
@@ -3,11 +3,11 @@
|
||||
"skins": "Habillages",
|
||||
"collapse": "Réduire",
|
||||
"expand": "Développer",
|
||||
"sidebar-toggle": "Sidebar Toggle",
|
||||
"sidebar-toggle": "Réduire la barre latérale",
|
||||
"login-register-to-search": "Connectez-vous ou inscrivez-vous pour faire une recherche.",
|
||||
"settings.title": "Configuration du thème",
|
||||
"settings.enableQuickReply": "Activer les réponses rapides",
|
||||
"settings.enableBreadcrumbs": "Enable breadcrumbs",
|
||||
"settings.enableBreadcrumbs": "Activer le fil d'Ariane",
|
||||
"settings.centerHeaderElements": "Centrer les éléments d'en-tête",
|
||||
"settings.mobileTopicTeasers": "Afficher les teasers de sujet sur mobile",
|
||||
"settings.stickyToolbar": "Barre d'outils",
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
{
|
||||
"user-menu": "Menu de l'utilisateur",
|
||||
"banned": "Banni",
|
||||
"unbanned": "Unbanned",
|
||||
"muted": "Muet",
|
||||
"unmuted": "Unmuted",
|
||||
"offline": "Hors-ligne",
|
||||
"deleted": "Effacé",
|
||||
"username": "Nom d'utilisateur",
|
||||
@@ -144,8 +146,8 @@
|
||||
"group-order-help": "Sélectionner un groupe et utiliser les flèches pour organiser les titres",
|
||||
"show-group-title": "Afficher le titre du groupe",
|
||||
"hide-group-title": "Masquer le titre du groupe",
|
||||
"order-group-up": "Order group up",
|
||||
"order-group-down": "Order group down",
|
||||
"order-group-up": "Classer vers le haut",
|
||||
"order-group-down": "Classer vers le bas",
|
||||
"no-group-title": "Aucun titre de groupe",
|
||||
"select-skin": "Sélectionner un habillage",
|
||||
"default": "Défaut (%1)",
|
||||
@@ -162,11 +164,16 @@
|
||||
"sso.dissociate-confirm-title": "Confirmer la dissociation",
|
||||
"sso.dissociate-confirm": "Êtes-vous sûr de vouloir dissocier votre compte de %1 ?",
|
||||
"info.latest-flags": "Derniers signalements",
|
||||
"info.profile": "Profile",
|
||||
"info.post": "Post",
|
||||
"info.view-flag": "View flag",
|
||||
"info.reported-by": "Reported by:",
|
||||
"info.no-flags": "Aucun signalement trouvé",
|
||||
"info.ban-history": "Historique de bannissement récent",
|
||||
"info.no-ban-history": "Cet utilisateur n'a jamais été banni",
|
||||
"info.banned-until": "Banni jusqu'au %1",
|
||||
"info.banned-expiry": "Expiration",
|
||||
"info.ban-expired": "Ban expired",
|
||||
"info.banned-permanently": "Banni de façon permanente",
|
||||
"info.banned-reason-label": "Raison",
|
||||
"info.banned-no-reason": "Aucune raison donnée",
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
"id": "ID: <small>optional</small>",
|
||||
|
||||
"properties": "Properties:",
|
||||
"groups": "Groups:",
|
||||
"show-to-groups": "Show to Groups:",
|
||||
"open-new-window": "Open in a new window",
|
||||
"dropdown": "Dropdown",
|
||||
"dropdown-placeholder": "Place your dropdown menu items below, ie: <br/><li><a class="dropdown-item" href="https://myforum.com">Link 1</a></li>",
|
||||
|
||||
@@ -90,6 +90,6 @@
|
||||
"bulk-actions": "Bulk Actions",
|
||||
"bulk-resolve": "Resolve Flag(s)",
|
||||
"bulk-success": "%1 flags updated",
|
||||
"flagged-timeago-readable": "Flagged <span class=\"timeago\" title=\"%1\"></span> (%2)",
|
||||
"flagged-timeago": "Flagged <span class=\"timeago\" title=\"%1\"></span>",
|
||||
"auto-flagged": "[Auto Flagged] Received %1 downvotes."
|
||||
}
|
||||
@@ -1,7 +1,9 @@
|
||||
{
|
||||
"user-menu": "User menu",
|
||||
"banned": "Expulsado",
|
||||
"unbanned": "Unbanned",
|
||||
"muted": "Muted",
|
||||
"unmuted": "Unmuted",
|
||||
"offline": "Desconectado",
|
||||
"deleted": "Deleted",
|
||||
"username": "Nome de usuario",
|
||||
@@ -162,11 +164,16 @@
|
||||
"sso.dissociate-confirm-title": "Confirm Dissociation",
|
||||
"sso.dissociate-confirm": "Are you sure you wish to dissociate your account from %1?",
|
||||
"info.latest-flags": "Últimos reportes",
|
||||
"info.profile": "Profile",
|
||||
"info.post": "Post",
|
||||
"info.view-flag": "View flag",
|
||||
"info.reported-by": "Reported by:",
|
||||
"info.no-flags": "Non se atopou ninguna mensaxe reportada",
|
||||
"info.ban-history": "Histórico recente de bans",
|
||||
"info.no-ban-history": "Este usuario nunca foi baneado",
|
||||
"info.banned-until": "Baneado hasta %1",
|
||||
"info.banned-expiry": "Expiry",
|
||||
"info.ban-expired": "Ban expired",
|
||||
"info.banned-permanently": "Baneado permanentemente",
|
||||
"info.banned-reason-label": "Motivo",
|
||||
"info.banned-no-reason": "Motivo non especificado",
|
||||
|
||||
@@ -9,9 +9,9 @@
|
||||
"filter-type": "סוג אירוע",
|
||||
"filter-start": "מתאריך",
|
||||
"filter-end": "עד תאריך",
|
||||
"filter-user": "Filter by User",
|
||||
"filter-user.placeholder": "Type user name to filter...",
|
||||
"filter-group": "Filter by Group",
|
||||
"filter-group.placeholder": "Type group name to filter...",
|
||||
"filter-user": "סינון לפי משתמש",
|
||||
"filter-user.placeholder": "הקלד שם משתמש לסינון...",
|
||||
"filter-group": "סינון לפי קבוצה",
|
||||
"filter-group.placeholder": "הקלד שם קבוצה לסינון...",
|
||||
"filter-per-page": "פריטים בכל דף"
|
||||
}
|
||||
@@ -121,27 +121,27 @@
|
||||
"alerts.email-sent-to": "מייל הזמנה נשלח ל-%1",
|
||||
"alerts.x-users-found": "%1 משתמש(ים) נמצאו, (%2 שניות)",
|
||||
"alerts.select-a-single-user-to-change-email": "בחר משתמש בודד כדי לשנות את האימייל",
|
||||
"export": "Export",
|
||||
"export-users-fields-title": "Select CSV Fields",
|
||||
"export-field-email": "Email",
|
||||
"export-field-username": "Username",
|
||||
"export-field-uid": "UID",
|
||||
"export": "ייצוא",
|
||||
"export-users-fields-title": "בחר שדות ב-CSV",
|
||||
"export-field-email": "דוא\"ל",
|
||||
"export-field-username": "שם משתמש",
|
||||
"export-field-uid": "מזהה משתמש",
|
||||
"export-field-ip": "IP",
|
||||
"export-field-joindate": "Join date",
|
||||
"export-field-lastonline": "Last Online",
|
||||
"export-field-lastposttime": "Last Post Time",
|
||||
"export-field-reputation": "Reputation",
|
||||
"export-field-postcount": "Post Count",
|
||||
"export-field-topiccount": "Topic Count",
|
||||
"export-field-profileviews": "Profile Views",
|
||||
"export-field-followercount": "Follower Count",
|
||||
"export-field-followingcount": "Following Count",
|
||||
"export-field-fullname": "Full Name",
|
||||
"export-field-website": "Website",
|
||||
"export-field-location": "Location",
|
||||
"export-field-birthday": "Birthday",
|
||||
"export-field-signature": "Signature",
|
||||
"export-field-aboutme": "About Me",
|
||||
"export-field-joindate": "תאריך הצטרפות",
|
||||
"export-field-lastonline": "נראה לאחרונה",
|
||||
"export-field-lastposttime": "זמן פוסט אחרון",
|
||||
"export-field-reputation": "מוניטין",
|
||||
"export-field-postcount": "כמות פוסטים",
|
||||
"export-field-topiccount": "כמות נושאים",
|
||||
"export-field-profileviews": "ציפיות בפרופיל",
|
||||
"export-field-followercount": "מספר עוקבים",
|
||||
"export-field-followingcount": "מספר עקיבות",
|
||||
"export-field-fullname": "שם מלא",
|
||||
"export-field-website": "אתר אינטרנט",
|
||||
"export-field-location": "מיקום",
|
||||
"export-field-birthday": "יום הולדת",
|
||||
"export-field-signature": "חתימה",
|
||||
"export-field-aboutme": "אודותיי",
|
||||
|
||||
"export-users-started": "מייצא משתמשים כ-csv, הדבר עשוי להימשך זמן מה. תקבל הודעה עם השלמתה.",
|
||||
"export-users-completed": "משתמשים יוצאו כ-csv, לחץ כאן להורדה.",
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
"id": "id: <small>אופציונאלי</small>",
|
||||
|
||||
"properties": "הרשאות:",
|
||||
"groups": "קבוצות:",
|
||||
"show-to-groups": "הצג לקבוצות:",
|
||||
"open-new-window": "ייפתח בכרטיסייה חדשה",
|
||||
"dropdown": "תפריט נפתח",
|
||||
"dropdown-placeholder": "מקמו את פריטי התפריט הנפתח , באופן הבא: <br/><li><a class="dropdown-item" href="https://myforum.com">Link 1</a></li>",
|
||||
|
||||
@@ -4,11 +4,11 @@
|
||||
"sorting.post-default": "מיון ברירת מחדל של פוסטים",
|
||||
"sorting.oldest-to-newest": "מישן לחדש",
|
||||
"sorting.newest-to-oldest": "מחדש לישן",
|
||||
"sorting.recently-replied": "Recently Replied",
|
||||
"sorting.recently-created": "Recently Created",
|
||||
"sorting.recently-replied": "הושב לאחרונה",
|
||||
"sorting.recently-created": "נוצר לאחרונה",
|
||||
"sorting.most-votes": "רוב ההצבעות",
|
||||
"sorting.most-posts": "הכי הרבה פוסטים",
|
||||
"sorting.most-views": "Most Views",
|
||||
"sorting.most-views": "צפיות מרובות",
|
||||
"sorting.topic-default": "מיון ברירת מחדל של נושאים",
|
||||
"length": "אורך פוסט",
|
||||
"post-queue": "תור פוסטים",
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"post-sort-option": "אפשרות מיון פוסטים, %1",
|
||||
"topic-sort-option": "אפשרות מיון נושאים, %1",
|
||||
"user-avatar-for": "סמליל משתמש עבור %1",
|
||||
"user-watched-tags": "User watched tags",
|
||||
"delete-upload-button": "Delete upload button",
|
||||
"group-page-link-for": "Group page link for %1"
|
||||
"user-watched-tags": "צפיית משתמש בתגיות",
|
||||
"delete-upload-button": "כפתור מחיקת העלאה",
|
||||
"group-page-link-for": "%1 קבוצת דפים מקושרים "
|
||||
}
|
||||
@@ -90,6 +90,6 @@
|
||||
"bulk-actions": "פעולות כלליות",
|
||||
"bulk-resolve": "השלמת דיווחים",
|
||||
"bulk-success": "%1 דיווחים עודכנו",
|
||||
"flagged-timeago-readable": "מדווחים <span class=\"timeago\" title=\"%1\"></span> (%2)",
|
||||
"flagged-timeago": "Flagged <span class=\"timeago\" title=\"%1\"></span>",
|
||||
"auto-flagged": "[דיווח אוטומטי] פוסט זה קיבל %1 הצבעות למטה."
|
||||
}
|
||||
@@ -7,6 +7,6 @@
|
||||
"failed-login-attempt": "ההתחברות נכשלה",
|
||||
"login-successful": "התחברת בהצלחה!",
|
||||
"dont-have-account": "אין לך חשבון עדיין?",
|
||||
"logged-out-due-to-inactivity": "התנתקת מפאנל האדמין בגלל חוסר אקטיביות",
|
||||
"logged-out-due-to-inactivity": "התנתקת מפאנל הניהול בעקבות חוסר פעילות",
|
||||
"caps-lock-enabled": "Caps Lock מופעל"
|
||||
}
|
||||
@@ -7,7 +7,7 @@
|
||||
"login-register-to-search": "התחברו או הירשמו כדי לחפש.",
|
||||
"settings.title": "הגדרות ערכת נושא",
|
||||
"settings.enableQuickReply": "הפעלת תגובה מהירה",
|
||||
"settings.enableBreadcrumbs": "Enable breadcrumbs",
|
||||
"settings.enableBreadcrumbs": "אפשר סימני דרך",
|
||||
"settings.centerHeaderElements": "מרכוז אלמנטים של כותרת",
|
||||
"settings.mobileTopicTeasers": "הצגת טיזרים של נושאים בנייד",
|
||||
"settings.stickyToolbar": "הצמד את סרגל הכלים בעת גלילה",
|
||||
|
||||
@@ -175,15 +175,15 @@
|
||||
"composer.thumb-file-label": "או העלו קובץ",
|
||||
"composer.thumb-remove": "ניקוי שדות",
|
||||
"composer.drag-and-drop-images": "גררו תמונות לכאן",
|
||||
"more-users-and-guests": "%1 משתמשים נוספים ו-%2 אורחים",
|
||||
"more-users": "%1 משתמשים נוספים",
|
||||
"more-guests": "%1 אורחים נוספים",
|
||||
"more-users-and-guests": "%1 עוד משתמש(ים) ו-%2 אורח(ים)",
|
||||
"more-users": "%1 עוד משתמש(ים)",
|
||||
"more-guests": "%1 עוד אורח(ים)",
|
||||
"users-and-others": "%1 ו-%2 אחרים",
|
||||
"sort-by": "מיון לפי",
|
||||
"oldest-to-newest": "מהישן לחדש",
|
||||
"newest-to-oldest": "מהחדש לישן",
|
||||
"recently-replied": "Recently Replied",
|
||||
"recently-created": "Recently Created",
|
||||
"recently-replied": "הושב לאחרונה",
|
||||
"recently-created": "נוצר לאחרונה",
|
||||
"most-votes": "הכי הרבה הצבעות",
|
||||
"most-posts": "הכי הרבה פוסטים",
|
||||
"most-views": "הכי הרבה צפיות",
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
{
|
||||
"user-menu": "תפריט משתמש",
|
||||
"banned": "מורחק",
|
||||
"unbanned": "Unbanned",
|
||||
"muted": "מושתק",
|
||||
"unmuted": "Unmuted",
|
||||
"offline": "לא מחובר",
|
||||
"deleted": "נמחק",
|
||||
"username": "שם משתמש",
|
||||
@@ -142,10 +144,10 @@
|
||||
"follow-topics-you-create": "עקוב אחר נושאים שייצרת",
|
||||
"grouptitle": "כותרת הקבוצה",
|
||||
"group-order-help": "בחר קבוצה והשתמש בחצים על מנת לארגן כותרות",
|
||||
"show-group-title": "Show group title",
|
||||
"hide-group-title": "Hide group title",
|
||||
"order-group-up": "Order group up",
|
||||
"order-group-down": "Order group down",
|
||||
"show-group-title": "הצג כותרת קבוצה",
|
||||
"hide-group-title": "הסתר כותרת קבוצה",
|
||||
"order-group-up": "מיין קבוצה ישר",
|
||||
"order-group-down": "מיין קבוצה הפוך",
|
||||
"no-group-title": "ללא כותרת לקבוצה",
|
||||
"select-skin": "בחר מראה",
|
||||
"default": "ברירת מחדל (%1)",
|
||||
@@ -162,11 +164,16 @@
|
||||
"sso.dissociate-confirm-title": "אשר ביטול שיוך",
|
||||
"sso.dissociate-confirm": "האם אתה בטוח שאתה רוצה לבטל שיוך חשבונך מ%1?",
|
||||
"info.latest-flags": "דיווחים אחרונים",
|
||||
"info.profile": "Profile",
|
||||
"info.post": "Post",
|
||||
"info.view-flag": "View flag",
|
||||
"info.reported-by": "Reported by:",
|
||||
"info.no-flags": "לא נמצאו פוסטים מדווחים",
|
||||
"info.ban-history": "היסטוריית הרחקות",
|
||||
"info.no-ban-history": "משתמש זה לא הורחק מעולם",
|
||||
"info.banned-until": "הורחק עד %1",
|
||||
"info.banned-expiry": "פג תוקף",
|
||||
"info.ban-expired": "Ban expired",
|
||||
"info.banned-permanently": "הורחק לצמיתות",
|
||||
"info.banned-reason-label": "סיבה",
|
||||
"info.banned-no-reason": "לא ניתנה סיבה.",
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
"id": "ID: <small>opcionalno</small>",
|
||||
|
||||
"properties": "Postavke",
|
||||
"groups": "Groups:",
|
||||
"show-to-groups": "Show to Groups:",
|
||||
"open-new-window": "Otvori u novom prozoru",
|
||||
"dropdown": "Dropdown",
|
||||
"dropdown-placeholder": "Place your dropdown menu items below, ie: <br/><li><a class="dropdown-item" href="https://myforum.com">Link 1</a></li>",
|
||||
|
||||
@@ -90,6 +90,6 @@
|
||||
"bulk-actions": "Bulk Actions",
|
||||
"bulk-resolve": "Resolve Flag(s)",
|
||||
"bulk-success": "%1 flags updated",
|
||||
"flagged-timeago-readable": "Flagged <span class=\"timeago\" title=\"%1\"></span> (%2)",
|
||||
"flagged-timeago": "Flagged <span class=\"timeago\" title=\"%1\"></span>",
|
||||
"auto-flagged": "[Auto Flagged] Received %1 downvotes."
|
||||
}
|
||||
@@ -1,7 +1,9 @@
|
||||
{
|
||||
"user-menu": "User menu",
|
||||
"banned": "Blokiran",
|
||||
"unbanned": "Unbanned",
|
||||
"muted": "Muted",
|
||||
"unmuted": "Unmuted",
|
||||
"offline": "Nije na mreži",
|
||||
"deleted": "Deleted",
|
||||
"username": "Korisničko ime",
|
||||
@@ -162,11 +164,16 @@
|
||||
"sso.dissociate-confirm-title": "Confirm Dissociation",
|
||||
"sso.dissociate-confirm": "Are you sure you wish to dissociate your account from %1?",
|
||||
"info.latest-flags": "Zadnja zastava",
|
||||
"info.profile": "Profile",
|
||||
"info.post": "Post",
|
||||
"info.view-flag": "View flag",
|
||||
"info.reported-by": "Reported by:",
|
||||
"info.no-flags": "Nema objava sa zastavama",
|
||||
"info.ban-history": "Povijest nedavno blokiranih",
|
||||
"info.no-ban-history": "Ovaj korisnik nikad nije bio blokiran",
|
||||
"info.banned-until": "Blokiran do %1!",
|
||||
"info.banned-expiry": "Expiry",
|
||||
"info.ban-expired": "Ban expired",
|
||||
"info.banned-permanently": "Trajno blokiran",
|
||||
"info.banned-reason-label": "Razlog",
|
||||
"info.banned-no-reason": "Razlog nije dan.",
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
"id": "HTML azonosító: <small>nem kötelező</small>",
|
||||
|
||||
"properties": "Tulajdonságok:",
|
||||
"groups": "Csoportok:",
|
||||
"show-to-groups": "Show to Groups:",
|
||||
"open-new-window": "Megnyitás új ablakban",
|
||||
"dropdown": "Dropdown",
|
||||
"dropdown-placeholder": "Place your dropdown menu items below, ie: <br/><li><a class="dropdown-item" href="https://myforum.com">Link 1</a></li>",
|
||||
|
||||
@@ -90,6 +90,6 @@
|
||||
"bulk-actions": "Tömeges műveletek",
|
||||
"bulk-resolve": "Megoldott jelölés",
|
||||
"bulk-success": "%1 jelölő frissítve",
|
||||
"flagged-timeago-readable": "Megjelölve <span class=\"timeago\" title=\"%1\"></span> (%2)",
|
||||
"flagged-timeago": "Flagged <span class=\"timeago\" title=\"%1\"></span>",
|
||||
"auto-flagged": "[Automatikus Megjelölés] %1 negatív szavazatot kapott."
|
||||
}
|
||||
@@ -1,7 +1,9 @@
|
||||
{
|
||||
"user-menu": "Felhasználói menü",
|
||||
"banned": "Kitiltva",
|
||||
"unbanned": "Unbanned",
|
||||
"muted": "Némítva",
|
||||
"unmuted": "Unmuted",
|
||||
"offline": "Nem elérhető",
|
||||
"deleted": "Törölve",
|
||||
"username": "Felhasználónév",
|
||||
@@ -162,11 +164,16 @@
|
||||
"sso.dissociate-confirm-title": "Leválasztás megerősítése",
|
||||
"sso.dissociate-confirm": "Biztos le akarod választani a fiókod (%1) ?",
|
||||
"info.latest-flags": "Legutóbbi megjelölések",
|
||||
"info.profile": "Profile",
|
||||
"info.post": "Post",
|
||||
"info.view-flag": "View flag",
|
||||
"info.reported-by": "Reported by:",
|
||||
"info.no-flags": "Nem található megjelölt hozzászólás",
|
||||
"info.ban-history": "Kitiltási előzmény",
|
||||
"info.no-ban-history": "A felhasználó sosem volt kitiltva",
|
||||
"info.banned-until": "Kitiltás lejárata: %1",
|
||||
"info.banned-expiry": "Lejárat",
|
||||
"info.ban-expired": "Ban expired",
|
||||
"info.banned-permanently": "Végleges kitiltás",
|
||||
"info.banned-reason-label": "Oka",
|
||||
"info.banned-no-reason": "Az oka nincs megadva.",
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
"id": "ID: ընտրովի ",
|
||||
|
||||
"properties": "Հատկություններ",
|
||||
"groups": "Խմբեր",
|
||||
"show-to-groups": "Show to Groups:",
|
||||
"open-new-window": "Բացել նոր պատուհանում",
|
||||
"dropdown": "Բացվող",
|
||||
"dropdown-placeholder": "Տեղադրեք ձեր բացվող ընտրացանկի տարրերը ստորև, այսինքն՝ <br/><li><a class="dropdown-item" href="https://myforum.com">Link 1</a></li>",
|
||||
|
||||
@@ -90,6 +90,6 @@
|
||||
"bulk-actions": "Զանգվածային գործողություններ",
|
||||
"bulk-resolve": "Լուծել դրոշակ(ներ)ը",
|
||||
"bulk-success": "%1 դրոշները թարմացվել են",
|
||||
"flagged-timeago-readable": "Նշված (% 2)",
|
||||
"flagged-timeago": "Flagged <span class=\"timeago\" title=\"%1\"></span>",
|
||||
"auto-flagged": "[Auto Flagged] Ստացել է %1 դեմ ձայն:"
|
||||
}
|
||||
@@ -1,7 +1,9 @@
|
||||
{
|
||||
"user-menu": "User menu",
|
||||
"banned": "Բլոկավորված",
|
||||
"unbanned": "Unbanned",
|
||||
"muted": "Ձայն անջատված",
|
||||
"unmuted": "Unmuted",
|
||||
"offline": "Օֆլայն",
|
||||
"deleted": "Ջնջված",
|
||||
"username": "Օգտատիրոջ անունը",
|
||||
@@ -162,11 +164,16 @@
|
||||
"sso.dissociate-confirm-title": "Հաստատեք տարանջատումը",
|
||||
"sso.dissociate-confirm": "Վստա՞հ եք, որ ցանկանում եք անջատել ձեր հաշիվը %1-ից:",
|
||||
"info.latest-flags": "Վերջին դրոշները",
|
||||
"info.profile": "Profile",
|
||||
"info.post": "Post",
|
||||
"info.view-flag": "View flag",
|
||||
"info.reported-by": "Reported by:",
|
||||
"info.no-flags": "Դրոշակավորված գրառումներ չեն գտնվել",
|
||||
"info.ban-history": "Արգելքի վերջին պատմությունը",
|
||||
"info.no-ban-history": "Այս օգտատերը երբեք չի արգելափակվել",
|
||||
"info.banned-until": "Արգելված է մինչև %1",
|
||||
"info.banned-expiry": "Ժամկետը",
|
||||
"info.ban-expired": "Ban expired",
|
||||
"info.banned-permanently": "Ընդմիշտ արգելված է",
|
||||
"info.banned-reason-label": "Պատճառ",
|
||||
"info.banned-no-reason": "Ոչ մի պատճառ չի նշվում:",
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
"id": "ID: <small>optional</small>",
|
||||
|
||||
"properties": "Properties:",
|
||||
"groups": "Groups:",
|
||||
"show-to-groups": "Show to Groups:",
|
||||
"open-new-window": "Open in a new window",
|
||||
"dropdown": "Dropdown",
|
||||
"dropdown-placeholder": "Place your dropdown menu items below, ie: <br/><li><a class="dropdown-item" href="https://myforum.com">Link 1</a></li>",
|
||||
|
||||
@@ -90,6 +90,6 @@
|
||||
"bulk-actions": "Bulk Actions",
|
||||
"bulk-resolve": "Resolve Flag(s)",
|
||||
"bulk-success": "%1 flags updated",
|
||||
"flagged-timeago-readable": "Flagged <span class=\"timeago\" title=\"%1\"></span> (%2)",
|
||||
"flagged-timeago": "Flagged <span class=\"timeago\" title=\"%1\"></span>",
|
||||
"auto-flagged": "[Auto Flagged] Received %1 downvotes."
|
||||
}
|
||||
@@ -1,7 +1,9 @@
|
||||
{
|
||||
"user-menu": "User menu",
|
||||
"banned": "Banned",
|
||||
"unbanned": "Unbanned",
|
||||
"muted": "Muted",
|
||||
"unmuted": "Unmuted",
|
||||
"offline": "Offline",
|
||||
"deleted": "Deleted",
|
||||
"username": "Nama Pengguna",
|
||||
@@ -162,11 +164,16 @@
|
||||
"sso.dissociate-confirm-title": "Confirm Dissociation",
|
||||
"sso.dissociate-confirm": "Are you sure you wish to dissociate your account from %1?",
|
||||
"info.latest-flags": "Latest Flags",
|
||||
"info.profile": "Profile",
|
||||
"info.post": "Post",
|
||||
"info.view-flag": "View flag",
|
||||
"info.reported-by": "Reported by:",
|
||||
"info.no-flags": "No Flagged Posts Found",
|
||||
"info.ban-history": "Recent Ban History",
|
||||
"info.no-ban-history": "This user has never been banned",
|
||||
"info.banned-until": "Banned until %1",
|
||||
"info.banned-expiry": "Expiry",
|
||||
"info.ban-expired": "Ban expired",
|
||||
"info.banned-permanently": "Banned permanently",
|
||||
"info.banned-reason-label": "Reason",
|
||||
"info.banned-no-reason": "No reason given.",
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
"id": "ID: <small>opzionale</small>",
|
||||
|
||||
"properties": "Proprietà:",
|
||||
"groups": "Gruppi:",
|
||||
"show-to-groups": "Mostra ai gruppi:",
|
||||
"open-new-window": "Apri in una nuova finestra",
|
||||
"dropdown": "Menu a tendina",
|
||||
"dropdown-placeholder": "Posiziona le voci del menu a discesa qui sotto, es.: <br/><li><a class="dropdown-item" href="https://myforum.com">Link 1</a></li>",
|
||||
|
||||
@@ -90,6 +90,6 @@
|
||||
"bulk-actions": "Azioni in blocco",
|
||||
"bulk-resolve": "Risolvi segnalazione(i)",
|
||||
"bulk-success": "%1 segnalazioni aggiornate",
|
||||
"flagged-timeago-readable": "Segnalato <span class=\"timeago\" title=\"%1\"></span> (%2)",
|
||||
"flagged-timeago": "Flagged <span class=\"timeago\" title=\"%1\"></span>",
|
||||
"auto-flagged": "[Contrassegnato automaticamente] Ha ricevuto %1 voti negativi."
|
||||
}
|
||||
@@ -1,7 +1,9 @@
|
||||
{
|
||||
"user-menu": "Menu utente",
|
||||
"banned": "Bannato",
|
||||
"unbanned": "Unbanned",
|
||||
"muted": "Silenziato",
|
||||
"unmuted": "Unmuted",
|
||||
"offline": "Non in linea",
|
||||
"deleted": "Eliminato",
|
||||
"username": "Nome Utente",
|
||||
@@ -162,11 +164,16 @@
|
||||
"sso.dissociate-confirm-title": "Conferma dissociazione",
|
||||
"sso.dissociate-confirm": "Sei sicuro di voler dissociare il tuo account da %1?",
|
||||
"info.latest-flags": "Ultime segnalazioni",
|
||||
"info.profile": "Profile",
|
||||
"info.post": "Post",
|
||||
"info.view-flag": "View flag",
|
||||
"info.reported-by": "Reported by:",
|
||||
"info.no-flags": "Non è stato trovato nessun post segnalato",
|
||||
"info.ban-history": "Storico dei Ban recenti",
|
||||
"info.no-ban-history": "Questo utente non è mai stato bannato",
|
||||
"info.banned-until": "Bannato fino %1",
|
||||
"info.banned-expiry": "Scadenza",
|
||||
"info.ban-expired": "Ban expired",
|
||||
"info.banned-permanently": "Bannato permanentemente",
|
||||
"info.banned-reason-label": "Motivo",
|
||||
"info.banned-no-reason": "Non è stata data nessuna motivazione.",
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
"id": "ID: <small>任意</small>",
|
||||
|
||||
"properties": "プロパティ:",
|
||||
"groups": "Groups:",
|
||||
"show-to-groups": "Show to Groups:",
|
||||
"open-new-window": "新しいウィンドウで開く",
|
||||
"dropdown": "Dropdown",
|
||||
"dropdown-placeholder": "Place your dropdown menu items below, ie: <br/><li><a class="dropdown-item" href="https://myforum.com">Link 1</a></li>",
|
||||
|
||||
@@ -90,6 +90,6 @@
|
||||
"bulk-actions": "Bulk Actions",
|
||||
"bulk-resolve": "Resolve Flag(s)",
|
||||
"bulk-success": "%1 flags updated",
|
||||
"flagged-timeago-readable": "Flagged <span class=\"timeago\" title=\"%1\"></span> (%2)",
|
||||
"flagged-timeago": "Flagged <span class=\"timeago\" title=\"%1\"></span>",
|
||||
"auto-flagged": "[Auto Flagged] Received %1 downvotes."
|
||||
}
|
||||
@@ -1,7 +1,9 @@
|
||||
{
|
||||
"user-menu": "User menu",
|
||||
"banned": "BANされた",
|
||||
"unbanned": "Unbanned",
|
||||
"muted": "Muted",
|
||||
"unmuted": "Unmuted",
|
||||
"offline": "オフライン",
|
||||
"deleted": "削除されました",
|
||||
"username": "ユーザー名",
|
||||
@@ -162,11 +164,16 @@
|
||||
"sso.dissociate-confirm-title": "離脱の際に確認する",
|
||||
"sso.dissociate-confirm": "アカウントと %1 の関連付けを解除しますか?",
|
||||
"info.latest-flags": "最近のフラグ",
|
||||
"info.profile": "Profile",
|
||||
"info.post": "Post",
|
||||
"info.view-flag": "View flag",
|
||||
"info.reported-by": "Reported by:",
|
||||
"info.no-flags": "フラグのついた投稿はありません",
|
||||
"info.ban-history": "最近停止した履歴",
|
||||
"info.no-ban-history": "このユーザーは停止されていません",
|
||||
"info.banned-until": "%1まで停止",
|
||||
"info.banned-expiry": "Expiry",
|
||||
"info.ban-expired": "Ban expired",
|
||||
"info.banned-permanently": "永久に停止",
|
||||
"info.banned-reason-label": "理由",
|
||||
"info.banned-no-reason": "理由なし。",
|
||||
|
||||
@@ -9,9 +9,9 @@
|
||||
"filter-type": "이벤트 유형",
|
||||
"filter-start": "시작 날짜",
|
||||
"filter-end": "종료 날짜",
|
||||
"filter-user": "Filter by User",
|
||||
"filter-user.placeholder": "Type user name to filter...",
|
||||
"filter-group": "Filter by Group",
|
||||
"filter-group.placeholder": "Type group name to filter...",
|
||||
"filter-user": "사용자명으로 필터링",
|
||||
"filter-user.placeholder": "필터링할 사용자명 입력...",
|
||||
"filter-group": "그룹명으로 필터링",
|
||||
"filter-group.placeholder": "필터링할 그룹명 입력...",
|
||||
"filter-per-page": "페이지 당"
|
||||
}
|
||||
@@ -10,7 +10,7 @@
|
||||
"id": "ID: <small>선택 사항</small>",
|
||||
|
||||
"properties": "속성:",
|
||||
"groups": "그룹:",
|
||||
"show-to-groups": "Show to Groups:",
|
||||
"open-new-window": "새 창에서 열기",
|
||||
"dropdown": "드롭다운",
|
||||
"dropdown-placeholder": "아래에 드롭다운 메뉴 항목을 배치하세요. 예를 들어:<br/><li><a class="dropdown-item" href="https://myforum.com">Link 1</a></li>",
|
||||
|
||||
@@ -90,6 +90,6 @@
|
||||
"bulk-actions": "대량 작업",
|
||||
"bulk-resolve": "신고 해결",
|
||||
"bulk-success": "%1개의 신고가 업데이트되었습니다",
|
||||
"flagged-timeago-readable": "<span class=\"timeago\" title=\"%1\"></span>에 신고됨 (%2)",
|
||||
"flagged-timeago": "Flagged <span class=\"timeago\" title=\"%1\"></span>",
|
||||
"auto-flagged": "[자동 신고] %1개의 반대를 받았습니다."
|
||||
}
|
||||
@@ -1,7 +1,9 @@
|
||||
{
|
||||
"user-menu": "사용자 메뉴",
|
||||
"banned": "차단됨",
|
||||
"unbanned": "Unbanned",
|
||||
"muted": "음소거됨",
|
||||
"unmuted": "Unmuted",
|
||||
"offline": "오프라인",
|
||||
"deleted": "삭제됨",
|
||||
"username": "사용자 이름",
|
||||
@@ -162,11 +164,16 @@
|
||||
"sso.dissociate-confirm-title": "분리 확인",
|
||||
"sso.dissociate-confirm": "계정을 %1에서 분리하시겠습니까?",
|
||||
"info.latest-flags": "최신 신고",
|
||||
"info.profile": "Profile",
|
||||
"info.post": "Post",
|
||||
"info.view-flag": "View flag",
|
||||
"info.reported-by": "Reported by:",
|
||||
"info.no-flags": "신고된 게시물이 없습니다",
|
||||
"info.ban-history": "최근 차단 기록",
|
||||
"info.no-ban-history": "이 사용자는 현재까지 차단된 적이 없습니다.",
|
||||
"info.banned-until": "%1까지 차단됨",
|
||||
"info.banned-expiry": "만료",
|
||||
"info.ban-expired": "Ban expired",
|
||||
"info.banned-permanently": "영구 차단됨",
|
||||
"info.banned-reason-label": "사유",
|
||||
"info.banned-no-reason": "사유를 제공하지 않았습니다.",
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
"id": "ID: <small>optional</small>",
|
||||
|
||||
"properties": "Properties:",
|
||||
"groups": "Groups:",
|
||||
"show-to-groups": "Show to Groups:",
|
||||
"open-new-window": "Open in a new window",
|
||||
"dropdown": "Dropdown",
|
||||
"dropdown-placeholder": "Place your dropdown menu items below, ie: <br/><li><a class="dropdown-item" href="https://myforum.com">Link 1</a></li>",
|
||||
|
||||
@@ -90,6 +90,6 @@
|
||||
"bulk-actions": "Bulk Actions",
|
||||
"bulk-resolve": "Resolve Flag(s)",
|
||||
"bulk-success": "%1 flags updated",
|
||||
"flagged-timeago-readable": "Flagged <span class=\"timeago\" title=\"%1\"></span> (%2)",
|
||||
"flagged-timeago": "Flagged <span class=\"timeago\" title=\"%1\"></span>",
|
||||
"auto-flagged": "[Auto Flagged] Received %1 downvotes."
|
||||
}
|
||||
@@ -1,7 +1,9 @@
|
||||
{
|
||||
"user-menu": "User menu",
|
||||
"banned": "Užblokuotas",
|
||||
"unbanned": "Unbanned",
|
||||
"muted": "Muted",
|
||||
"unmuted": "Unmuted",
|
||||
"offline": "Atsijungęs",
|
||||
"deleted": "Ištrinti",
|
||||
"username": "Vartotojo vardas",
|
||||
@@ -162,11 +164,16 @@
|
||||
"sso.dissociate-confirm-title": "Confirm Dissociation",
|
||||
"sso.dissociate-confirm": "Are you sure you wish to dissociate your account from %1?",
|
||||
"info.latest-flags": "Latest Flags",
|
||||
"info.profile": "Profile",
|
||||
"info.post": "Post",
|
||||
"info.view-flag": "View flag",
|
||||
"info.reported-by": "Reported by:",
|
||||
"info.no-flags": "Nerasta pažymėtų pranešimų",
|
||||
"info.ban-history": "Blokavimų istorija",
|
||||
"info.no-ban-history": "Šis narys nebuvo užblokuotas.",
|
||||
"info.banned-until": "Užblokuotas iki %1",
|
||||
"info.banned-expiry": "Expiry",
|
||||
"info.ban-expired": "Ban expired",
|
||||
"info.banned-permanently": "Užblokuotas visam laikui",
|
||||
"info.banned-reason-label": "Priežastis",
|
||||
"info.banned-no-reason": "Be priežasties",
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
"id": "ID: <small>neobligāts</small>",
|
||||
|
||||
"properties": "Īpašības:",
|
||||
"groups": "Grupas:",
|
||||
"show-to-groups": "Show to Groups:",
|
||||
"open-new-window": "Rādīt jaunā logā",
|
||||
"dropdown": "Dropdown",
|
||||
"dropdown-placeholder": "Place your dropdown menu items below, ie: <br/><li><a class="dropdown-item" href="https://myforum.com">Link 1</a></li>",
|
||||
|
||||
@@ -90,6 +90,6 @@
|
||||
"bulk-actions": "Bulk Actions",
|
||||
"bulk-resolve": "Resolve Flag(s)",
|
||||
"bulk-success": "%1 flags updated",
|
||||
"flagged-timeago-readable": "Flagged <span class=\"timeago\" title=\"%1\"></span> (%2)",
|
||||
"flagged-timeago": "Flagged <span class=\"timeago\" title=\"%1\"></span>",
|
||||
"auto-flagged": "[Auto Flagged] Received %1 downvotes."
|
||||
}
|
||||
@@ -1,7 +1,9 @@
|
||||
{
|
||||
"user-menu": "User menu",
|
||||
"banned": "Bloķētie",
|
||||
"unbanned": "Unbanned",
|
||||
"muted": "Muted",
|
||||
"unmuted": "Unmuted",
|
||||
"offline": "Bezsaistē",
|
||||
"deleted": "Izdzēstie",
|
||||
"username": "Vārds",
|
||||
@@ -162,11 +164,16 @@
|
||||
"sso.dissociate-confirm-title": "Apstiprināt atsaistīšanu",
|
||||
"sso.dissociate-confirm": "Vai tiešām vēlies atsaistīt Tavu kontu no %1?",
|
||||
"info.latest-flags": "Jaunākās atzīmes",
|
||||
"info.profile": "Profile",
|
||||
"info.post": "Post",
|
||||
"info.view-flag": "View flag",
|
||||
"info.reported-by": "Reported by:",
|
||||
"info.no-flags": "Nav atzīmēto rakstu",
|
||||
"info.ban-history": "Nesenā bloķēšanas vēsture",
|
||||
"info.no-ban-history": "Šis lietotājs nekad nav bijis bloķēts",
|
||||
"info.banned-until": "Bloķēts līdz %1",
|
||||
"info.banned-expiry": "Expiry",
|
||||
"info.ban-expired": "Ban expired",
|
||||
"info.banned-permanently": "Bloķēts pastāvīgi",
|
||||
"info.banned-reason-label": "Iemesls",
|
||||
"info.banned-no-reason": "Bez iemesla.",
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
"id": "ID: <small>optional</small>",
|
||||
|
||||
"properties": "Properties:",
|
||||
"groups": "Groups:",
|
||||
"show-to-groups": "Show to Groups:",
|
||||
"open-new-window": "Open in a new window",
|
||||
"dropdown": "Dropdown",
|
||||
"dropdown-placeholder": "Place your dropdown menu items below, ie: <br/><li><a class="dropdown-item" href="https://myforum.com">Link 1</a></li>",
|
||||
|
||||
@@ -90,6 +90,6 @@
|
||||
"bulk-actions": "Bulk Actions",
|
||||
"bulk-resolve": "Resolve Flag(s)",
|
||||
"bulk-success": "%1 flags updated",
|
||||
"flagged-timeago-readable": "Flagged <span class=\"timeago\" title=\"%1\"></span> (%2)",
|
||||
"flagged-timeago": "Flagged <span class=\"timeago\" title=\"%1\"></span>",
|
||||
"auto-flagged": "[Auto Flagged] Received %1 downvotes."
|
||||
}
|
||||
@@ -1,7 +1,9 @@
|
||||
{
|
||||
"user-menu": "User menu",
|
||||
"banned": "Diharamkan",
|
||||
"unbanned": "Unbanned",
|
||||
"muted": "Muted",
|
||||
"unmuted": "Unmuted",
|
||||
"offline": "Luar talian",
|
||||
"deleted": "Deleted",
|
||||
"username": "Nama pengguna",
|
||||
@@ -162,11 +164,16 @@
|
||||
"sso.dissociate-confirm-title": "Confirm Dissociation",
|
||||
"sso.dissociate-confirm": "Are you sure you wish to dissociate your account from %1?",
|
||||
"info.latest-flags": "Latest Flags",
|
||||
"info.profile": "Profile",
|
||||
"info.post": "Post",
|
||||
"info.view-flag": "View flag",
|
||||
"info.reported-by": "Reported by:",
|
||||
"info.no-flags": "No Flagged Posts Found",
|
||||
"info.ban-history": "Recent Ban History",
|
||||
"info.no-ban-history": "This user has never been banned",
|
||||
"info.banned-until": "Banned until %1",
|
||||
"info.banned-expiry": "Expiry",
|
||||
"info.ban-expired": "Ban expired",
|
||||
"info.banned-permanently": "Banned permanently",
|
||||
"info.banned-reason-label": "Reason",
|
||||
"info.banned-no-reason": "No reason given.",
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
"id": "ID: <small>optional</small>",
|
||||
|
||||
"properties": "Properties:",
|
||||
"groups": "Groups:",
|
||||
"show-to-groups": "Show to Groups:",
|
||||
"open-new-window": "Open in a new window",
|
||||
"dropdown": "Dropdown",
|
||||
"dropdown-placeholder": "Place your dropdown menu items below, ie: <br/><li><a class="dropdown-item" href="https://myforum.com">Link 1</a></li>",
|
||||
|
||||
@@ -90,6 +90,6 @@
|
||||
"bulk-actions": "Massehandlinger",
|
||||
"bulk-resolve": "Løse Flagg(ene).",
|
||||
"bulk-success": "%1 flagg er oppdaterte ",
|
||||
"flagged-timeago-readable": "Flaggede 11 (%2)",
|
||||
"flagged-timeago": "Flagged <span class=\"timeago\" title=\"%1\"></span>",
|
||||
"auto-flagged": "[Auto Flagged] Received %1 downvotes."
|
||||
}
|
||||
@@ -1,7 +1,9 @@
|
||||
{
|
||||
"user-menu": "User menu",
|
||||
"banned": "Utestengt",
|
||||
"unbanned": "Unbanned",
|
||||
"muted": "Dempet",
|
||||
"unmuted": "Unmuted",
|
||||
"offline": "Frakoblet",
|
||||
"deleted": "Slettet",
|
||||
"username": "Brukernavn",
|
||||
@@ -162,11 +164,16 @@
|
||||
"sso.dissociate-confirm-title": "Bekreft seperasjon",
|
||||
"sso.dissociate-confirm": "Er du sikker på at du vil separere kontoen din fra %1?",
|
||||
"info.latest-flags": "Seneste flagg",
|
||||
"info.profile": "Profile",
|
||||
"info.post": "Post",
|
||||
"info.view-flag": "View flag",
|
||||
"info.reported-by": "Reported by:",
|
||||
"info.no-flags": "Ingen flaggede innlegg funnet",
|
||||
"info.ban-history": "Nylig utestengingshistorikk",
|
||||
"info.no-ban-history": "Denne brukeren har aldri blitt utestengt",
|
||||
"info.banned-until": "Utestengt til %1",
|
||||
"info.banned-expiry": "Utløp",
|
||||
"info.ban-expired": "Ban expired",
|
||||
"info.banned-permanently": "Utestengt permanent",
|
||||
"info.banned-reason-label": "Årsak",
|
||||
"info.banned-no-reason": "ingen årsak oppgitt",
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user