mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-12-24 01:10:31 +01:00
Compare commits
66 Commits
v1.14.3-be
...
v1.15.0-be
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
81e4c4df97 | ||
|
|
abb5e81d0d | ||
|
|
cd8e7963de | ||
|
|
bacee6b467 | ||
|
|
5d60dce379 | ||
|
|
7ca967ee61 | ||
|
|
c722b0e513 | ||
|
|
a4dbbc3749 | ||
|
|
6c4aed8cf4 | ||
|
|
f2726a6df4 | ||
|
|
9a84b4a9b7 | ||
|
|
55533b11e5 | ||
|
|
af9f328cad | ||
|
|
39f4bbaa0e | ||
|
|
5f15afff39 | ||
|
|
11e2ccaba6 | ||
|
|
39178c2d41 | ||
|
|
354e6ccc66 | ||
|
|
4f7cfd5372 | ||
|
|
c4ad14cb68 | ||
|
|
91d9333a50 | ||
|
|
074d7dfd86 | ||
|
|
9fd3775325 | ||
|
|
840cb5105f | ||
|
|
d8a9f1c3be | ||
|
|
59b50d0ae4 | ||
|
|
4b0cb26b34 | ||
|
|
cc2686057c | ||
|
|
cf2f1e956a | ||
|
|
f00595b32d | ||
|
|
ae68a254d7 | ||
|
|
03bd76dea2 | ||
|
|
29e3ab247d | ||
|
|
9cbe9389f5 | ||
|
|
7a5daff4c9 | ||
|
|
f425cecded | ||
|
|
9608b44f21 | ||
|
|
aeca19d5f4 | ||
|
|
4fa57fbb25 | ||
|
|
5415c01c51 | ||
|
|
a3a2279358 | ||
|
|
589216e720 | ||
|
|
6521e4dac4 | ||
|
|
2a948d32a4 | ||
|
|
0dc55bbc80 | ||
|
|
563937950a | ||
|
|
4737f937ee | ||
|
|
b2271eb64f | ||
|
|
bb7bd1b421 | ||
|
|
7daba7ddc1 | ||
|
|
bff809831a | ||
|
|
d9a050354d | ||
|
|
df61d0806f | ||
|
|
3efe2362e2 | ||
|
|
e047b72c87 | ||
|
|
360aa00d5a | ||
|
|
07ebc81a2f | ||
|
|
d935f03636 | ||
|
|
334be11382 | ||
|
|
346db0d84d | ||
|
|
cabe62a06c | ||
|
|
1101fa3394 | ||
|
|
877cdfb9ad | ||
|
|
49aeda01b9 | ||
|
|
bd557af218 | ||
|
|
6bb60b0965 |
81
CHANGELOG.md
81
CHANGELOG.md
@@ -1,3 +1,84 @@
|
||||
#### v1.15.0-beta.4 (2020-08-25)
|
||||
|
||||
##### Chores
|
||||
|
||||
* incrementing version number - v1.15.0-beta.4 (f2726a6d)
|
||||
* update changelog for v1.15.0-beta.3 (11e2ccab)
|
||||
|
||||
##### New Features
|
||||
|
||||
* up persona (af9f328c)
|
||||
|
||||
##### Bug Fixes
|
||||
|
||||
* dupes in unread followed topics (55533b11)
|
||||
* wrong data passed to getCategories (39f4bbaa)
|
||||
|
||||
#### v1.15.0-beta.3 (2020-08-22)
|
||||
|
||||
##### Chores
|
||||
|
||||
* incrementing version number - v1.15.0-beta.3 (39178c2d)
|
||||
* update changelog for v1.15.0-beta.2 (d8a9f1c3)
|
||||
|
||||
##### New Features
|
||||
|
||||
* banning a user will resolve their post flags (354e6ccc)
|
||||
|
||||
##### Bug Fixes
|
||||
|
||||
* openapi spec (4f7cfd53)
|
||||
* api spec (c4ad14cb)
|
||||
* username, email history disappering if content was deleted (91d9333a)
|
||||
* up composer (9fd37753)
|
||||
* package-install clobbering scoped nodebb plugins (840cb510)
|
||||
|
||||
#### v1.15.0-beta.2 (2020-08-21)
|
||||
|
||||
##### Chores
|
||||
|
||||
* incrementing version number - v1.15.0-beta.2 (59b50d0a)
|
||||
* update changelog for v1.15.0-beta.1 (aeca19d5)
|
||||
|
||||
##### Bug Fixes
|
||||
|
||||
* empty "manage" menu showing in ACP (4b0cb26b)
|
||||
* hide nodebb version in ACP for non-superadmins (cc268605)
|
||||
* change how admin middlewares are exported (f00595b3)
|
||||
* one less return, to appease codeclimate (ae68a254)
|
||||
* inability to access /admin if not superadmin (03bd76de)
|
||||
* #8560, fix old upgrade script (29e3ab24)
|
||||
* use promises in privilege save (9cbe9389)
|
||||
* overzealous click handler on flag list row (7a5daff4)
|
||||
* +comment, -debug log (9608b44f)
|
||||
|
||||
##### Refactors
|
||||
|
||||
* changed way middleware was exported (cf2f1e95)
|
||||
|
||||
#### v1.15.0-beta.1 (2020-08-20)
|
||||
|
||||
##### Chores
|
||||
|
||||
* incrementing version number - v1.15.0-beta.1 (4fa57fbb)
|
||||
|
||||
##### New Features
|
||||
|
||||
* theme changes for #8571 (5415c01c)
|
||||
* logic for bulk actions in flags list, #8571 (a3a22793)
|
||||
* expose global/admin privileges to all routes (4737f937)
|
||||
|
||||
##### Bug Fixes
|
||||
|
||||
* multiple alerts in the same millisecond overwrite each other (589216e7)
|
||||
* reintroduce 20s delay for api tests (56393795)
|
||||
* client-side error in flags/detail (b2271eb6)
|
||||
* #8570 (7daba7dd)
|
||||
|
||||
##### Tests
|
||||
|
||||
* **openapi:** missing commonprops addition (0dc55bbc)
|
||||
|
||||
#### 1.14.3 (2020-07-08)
|
||||
|
||||
##### Bug Fixes
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"name": "nodebb",
|
||||
"license": "GPL-3.0",
|
||||
"description": "NodeBB Forum",
|
||||
"version": "1.14.3-beta.15",
|
||||
"version": "1.15.0-beta.5",
|
||||
"homepage": "http://www.nodebb.org",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -61,7 +61,7 @@
|
||||
"graceful-fs": "^4.2.3",
|
||||
"helmet": "^4.0.0",
|
||||
"html-to-text": "^5.1.1",
|
||||
"ipaddr.js": "^1.9.1",
|
||||
"ipaddr.js": "^2.0.0",
|
||||
"jquery": "3.5.1",
|
||||
"jsesc": "3.0.1",
|
||||
"json2csv": "5.0.1",
|
||||
@@ -80,7 +80,7 @@
|
||||
"@nodebb/mubsub": "1.7.0",
|
||||
"@nodebb/socket.io-adapter-mongo": "3.1.0",
|
||||
"nconf": "^0.10.0",
|
||||
"nodebb-plugin-composer-default": "6.3.53",
|
||||
"nodebb-plugin-composer-default": "6.3.54",
|
||||
"nodebb-plugin-dbsearch": "4.1.2",
|
||||
"nodebb-plugin-emoji": "^3.3.0",
|
||||
"nodebb-plugin-emoji-android": "2.0.0",
|
||||
@@ -90,9 +90,9 @@
|
||||
"nodebb-plugin-spam-be-gone": "0.7.2",
|
||||
"nodebb-rewards-essentials": "0.1.3",
|
||||
"nodebb-theme-lavender": "5.1.0",
|
||||
"nodebb-theme-persona": "10.2.5",
|
||||
"nodebb-theme-persona": "10.2.8",
|
||||
"nodebb-theme-slick": "1.2.29",
|
||||
"nodebb-theme-vanilla": "11.2.2",
|
||||
"nodebb-theme-vanilla": "11.2.3",
|
||||
"nodebb-widget-essentials": "4.1.1",
|
||||
"nodemailer": "^6.4.6",
|
||||
"passport": "^0.4.1",
|
||||
@@ -111,7 +111,7 @@
|
||||
"sanitize-html": "^1.23.0",
|
||||
"semver": "^7.2.1",
|
||||
"serve-favicon": "^2.5.0",
|
||||
"sharp": "0.25.4",
|
||||
"sharp": "0.26.0",
|
||||
"sitemap": "^6.1.0",
|
||||
"socket.io": "2.3.0",
|
||||
"socket.io-adapter-cluster": "^1.0.1",
|
||||
@@ -133,18 +133,18 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@apidevtools/swagger-parser": "10.0.1",
|
||||
"@commitlint/cli": "9.1.1",
|
||||
"@commitlint/config-angular": "9.1.1",
|
||||
"@commitlint/cli": "9.1.2",
|
||||
"@commitlint/config-angular": "9.1.2",
|
||||
"coveralls": "3.1.0",
|
||||
"eslint": "7.7.0",
|
||||
"eslint-config-airbnb-base": "14.2.0",
|
||||
"eslint-plugin-import": "2.22.0",
|
||||
"grunt": "1.2.1",
|
||||
"grunt": "1.3.0",
|
||||
"grunt-contrib-watch": "1.1.0",
|
||||
"husky": "4.2.5",
|
||||
"jsdom": "16.4.0",
|
||||
"lint-staged": "10.2.11",
|
||||
"mocha": "8.1.1",
|
||||
"mocha": "8.1.2",
|
||||
"mocha-lcov-reporter": "1.3.0",
|
||||
"nyc": "15.1.0",
|
||||
"smtp-server": "3.7.0"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"available": "Available Widgets",
|
||||
"explanation": "Select a widget from the dropdown menu and then drag and drop it into a template's widget area on the left.",
|
||||
"none-installed": "No widgets found! Activate the essential widgets plugin in the <a href=\"%1\">plugins</a> control panel.",
|
||||
"none-installed": "No widgets found! Activate the widget essentials plugin in the <a href=\"%1\">plugins</a> control panel.",
|
||||
"clone-from": "Clone widgets from",
|
||||
"containers.available": "Available Containers",
|
||||
"containers.explanation": "Drag and drop on top of any active widget",
|
||||
|
||||
@@ -57,6 +57,11 @@
|
||||
"state-rejected": "تم رفضها",
|
||||
"no-assignee": "Not Assigned",
|
||||
|
||||
"sort": "Sort by",
|
||||
"sort-newest": "Newest first",
|
||||
"sort-oldest": "Oldest first",
|
||||
"sort-reports": "Most reports",
|
||||
|
||||
"modal-title": "Report Inappropriate Content",
|
||||
"modal-body": "Please specify your reason for flagging %1 %2 for review. Alternatively, use one of the quick report buttons if applicable.",
|
||||
"modal-reason-spam": "Spam",
|
||||
@@ -67,5 +72,9 @@
|
||||
"modal-submit-success": "Content has been flagged for moderation.",
|
||||
"modal-submit-confirm": "Confirm Submission",
|
||||
"modal-submit-confirm-text": "You have a custom reason specified already. Are you sure you wish to submit via quick-report?",
|
||||
"modal-submit-confirm-text-help": "Submitting a quick report will overwrite any custom reasons defined."
|
||||
"modal-submit-confirm-text-help": "Submitting a quick report will overwrite any custom reasons defined.",
|
||||
|
||||
"bulk-actions": "Bulk Actions",
|
||||
"bulk-resolve": "Resolve Flag(s)",
|
||||
"bulk-success": "%1 flags updated"
|
||||
}
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"banned": "محظور",
|
||||
"offline": "غير متصل",
|
||||
"deleted": "Deleted",
|
||||
"deleted": "محذوف",
|
||||
"username": "إسم المستخدم",
|
||||
"joindate": "تاريخ الإنضمام",
|
||||
"postcount": "عدد المشاركات",
|
||||
|
||||
@@ -57,6 +57,11 @@
|
||||
"state-rejected": "Отхвърлен",
|
||||
"no-assignee": "Без назначение",
|
||||
|
||||
"sort": "Подреждане по",
|
||||
"sort-newest": "Първо най-новите",
|
||||
"sort-oldest": "Първо най-старите",
|
||||
"sort-reports": "Първо тези с най-много доклади",
|
||||
|
||||
"modal-title": "Докладване на неуместно съдържание",
|
||||
"modal-body": "Моля, посочете причината за докладването на %1 %2 за преглед. Или използвайте някой от бутоните за бързо докладване, ако са приложими.",
|
||||
"modal-reason-spam": "Спам",
|
||||
@@ -67,5 +72,9 @@
|
||||
"modal-submit-success": "Съдържанието беше докладвано на модераторите.",
|
||||
"modal-submit-confirm": "Потвърждаване на докладването",
|
||||
"modal-submit-confirm-text": "Вече сте описали специалната си причина. Наистина ли искате да изпратите доклада си по бързата процедура?",
|
||||
"modal-submit-confirm-text-help": "Изпращането на доклад по бързата процедура ще премахне описаната от Вас специалната причина."
|
||||
"modal-submit-confirm-text-help": "Изпращането на доклад по бързата процедура ще премахне описаната от Вас специалната причина.",
|
||||
|
||||
"bulk-actions": "Групови действия",
|
||||
"bulk-resolve": "Разрешаване на доклад(и)",
|
||||
"bulk-success": "%1 доклада са обновени"
|
||||
}
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"available": "Available Widgets",
|
||||
"explanation": "Select a widget from the dropdown menu and then drag and drop it into a template's widget area on the left.",
|
||||
"none-installed": "No widgets found! Activate the essential widgets plugin in the <a href=\"%1\">plugins</a> control panel.",
|
||||
"none-installed": "No widgets found! Activate the widget essentials plugin in the <a href=\"%1\">plugins</a> control panel.",
|
||||
"clone-from": "Clone widgets from",
|
||||
"containers.available": "Available Containers",
|
||||
"containers.explanation": "Drag and drop on top of any active widget",
|
||||
|
||||
@@ -57,6 +57,11 @@
|
||||
"state-rejected": "Rejected",
|
||||
"no-assignee": "Not Assigned",
|
||||
|
||||
"sort": "Sort by",
|
||||
"sort-newest": "Newest first",
|
||||
"sort-oldest": "Oldest first",
|
||||
"sort-reports": "Most reports",
|
||||
|
||||
"modal-title": "Report Inappropriate Content",
|
||||
"modal-body": "Please specify your reason for flagging %1 %2 for review. Alternatively, use one of the quick report buttons if applicable.",
|
||||
"modal-reason-spam": "Spam",
|
||||
@@ -67,5 +72,9 @@
|
||||
"modal-submit-success": "Content has been flagged for moderation.",
|
||||
"modal-submit-confirm": "Confirm Submission",
|
||||
"modal-submit-confirm-text": "You have a custom reason specified already. Are you sure you wish to submit via quick-report?",
|
||||
"modal-submit-confirm-text-help": "Submitting a quick report will overwrite any custom reasons defined."
|
||||
"modal-submit-confirm-text-help": "Submitting a quick report will overwrite any custom reasons defined.",
|
||||
|
||||
"bulk-actions": "Bulk Actions",
|
||||
"bulk-resolve": "Resolve Flag(s)",
|
||||
"bulk-success": "%1 flags updated"
|
||||
}
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"available": "Dostupné miniaplikace",
|
||||
"explanation": "Vyberte si miniaplikaci z vysouvací nabídky a přetáhněte ji do oblasti šablony miniaplikace nalevo.",
|
||||
"none-installed": "Nebyly nalezeny žádné miniaplikace. Aktivujte rozšíření základních miniaplikací v ovládacím panelu <a href=\"%1\">Rozšíření</a>.",
|
||||
"none-installed": "No widgets found! Activate the widget essentials plugin in the <a href=\"%1\">plugins</a> control panel.",
|
||||
"clone-from": "Klonovat miniaplikaci z",
|
||||
"containers.available": "Dostupné moduly",
|
||||
"containers.explanation": "Přetáhněte na jakoukoliv aktivní miniaplikaci",
|
||||
|
||||
@@ -57,6 +57,11 @@
|
||||
"state-rejected": "Zamítnuto",
|
||||
"no-assignee": "Nepřiřazeno",
|
||||
|
||||
"sort": "Sort by",
|
||||
"sort-newest": "Newest first",
|
||||
"sort-oldest": "Oldest first",
|
||||
"sort-reports": "Most reports",
|
||||
|
||||
"modal-title": "Nahlásit nevhodný obsah",
|
||||
"modal-body": "Zadejte váš důvod k označení %1 %2 pro kontrolu. Nebo použijte tlačítko je-li dostupné.",
|
||||
"modal-reason-spam": "Spam",
|
||||
@@ -67,5 +72,9 @@
|
||||
"modal-submit-success": "Obsah byl označen pro moderaci.",
|
||||
"modal-submit-confirm": "Potvrdit hlášení",
|
||||
"modal-submit-confirm-text": "Již jste zadal/a nějaký důvod. Jste si jist/a, že chcete nahlásit pomocí rychlé zprávy?",
|
||||
"modal-submit-confirm-text-help": "Zaslání rychlé zprávy přepíše jiné zadané důvody."
|
||||
"modal-submit-confirm-text-help": "Zaslání rychlé zprávy přepíše jiné zadané důvody.",
|
||||
|
||||
"bulk-actions": "Bulk Actions",
|
||||
"bulk-resolve": "Resolve Flag(s)",
|
||||
"bulk-success": "%1 flags updated"
|
||||
}
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"available": "Available Widgets",
|
||||
"explanation": "Select a widget from the dropdown menu and then drag and drop it into a template's widget area on the left.",
|
||||
"none-installed": "No widgets found! Activate the essential widgets plugin in the <a href=\"%1\">plugins</a> control panel.",
|
||||
"none-installed": "No widgets found! Activate the widget essentials plugin in the <a href=\"%1\">plugins</a> control panel.",
|
||||
"clone-from": "Clone widgets from",
|
||||
"containers.available": "Available Containers",
|
||||
"containers.explanation": "Drag and drop on top of any active widget",
|
||||
|
||||
@@ -57,6 +57,11 @@
|
||||
"state-rejected": "Rejected",
|
||||
"no-assignee": "Not Assigned",
|
||||
|
||||
"sort": "Sort by",
|
||||
"sort-newest": "Newest first",
|
||||
"sort-oldest": "Oldest first",
|
||||
"sort-reports": "Most reports",
|
||||
|
||||
"modal-title": "Report Inappropriate Content",
|
||||
"modal-body": "Please specify your reason for flagging %1 %2 for review. Alternatively, use one of the quick report buttons if applicable.",
|
||||
"modal-reason-spam": "Spam",
|
||||
@@ -67,5 +72,9 @@
|
||||
"modal-submit-success": "Content has been flagged for moderation.",
|
||||
"modal-submit-confirm": "Confirm Submission",
|
||||
"modal-submit-confirm-text": "You have a custom reason specified already. Are you sure you wish to submit via quick-report?",
|
||||
"modal-submit-confirm-text-help": "Submitting a quick report will overwrite any custom reasons defined."
|
||||
"modal-submit-confirm-text-help": "Submitting a quick report will overwrite any custom reasons defined.",
|
||||
|
||||
"bulk-actions": "Bulk Actions",
|
||||
"bulk-resolve": "Resolve Flag(s)",
|
||||
"bulk-success": "%1 flags updated"
|
||||
}
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"available": "Verfügbare Widgets",
|
||||
"explanation": "Widget vom Dropdown-Menu auswählen und anschließend links in den Widget-Bereich einer Vorlage ziehen.",
|
||||
"none-installed": "Keine Widgets gefunden! Aktiviere das \"Essential Widgets\"-Plugin in den <a href=\"%1\">Plugin-Einstellungen</a>.",
|
||||
"none-installed": "No widgets found! Activate the widget essentials plugin in the <a href=\"%1\">plugins</a> control panel.",
|
||||
"clone-from": "Klone Widget von",
|
||||
"containers.available": "Verfügbare Container",
|
||||
"containers.explanation": "Auf ein beliebiges aktives Widget ziehen",
|
||||
|
||||
@@ -57,6 +57,11 @@
|
||||
"state-rejected": "Abgelehnt",
|
||||
"no-assignee": "Nicht zugewiesen",
|
||||
|
||||
"sort": "Sort by",
|
||||
"sort-newest": "Newest first",
|
||||
"sort-oldest": "Oldest first",
|
||||
"sort-reports": "Most reports",
|
||||
|
||||
"modal-title": "Anstößige Inhalte Melden",
|
||||
"modal-body": "Bitte geben Sie den Grund an, weshalb Sie %1 %2 melden wollen. Alternativ können Sie einen der Schnell-Meldungs-Knöpfe verwenden, wenn anwendbar.",
|
||||
"modal-reason-spam": "Spam",
|
||||
@@ -67,5 +72,9 @@
|
||||
"modal-submit-success": "Der Inhalt wurde gemeldet.",
|
||||
"modal-submit-confirm": "Einreichung bestätigen",
|
||||
"modal-submit-confirm-text": "Du hast bereits einen benutzerdefinierten Grund angegeben. Bis du sicher, dass du per schnell-funktion abschicken willst?",
|
||||
"modal-submit-confirm-text-help": "Das einreichen per schnell-funktion werden alle näher angegebenen Gründe ignoriert."
|
||||
"modal-submit-confirm-text-help": "Das einreichen per schnell-funktion werden alle näher angegebenen Gründe ignoriert.",
|
||||
|
||||
"bulk-actions": "Bulk Actions",
|
||||
"bulk-resolve": "Resolve Flag(s)",
|
||||
"bulk-success": "%1 flags updated"
|
||||
}
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"available": "Available Widgets",
|
||||
"explanation": "Select a widget from the dropdown menu and then drag and drop it into a template's widget area on the left.",
|
||||
"none-installed": "No widgets found! Activate the essential widgets plugin in the <a href=\"%1\">plugins</a> control panel.",
|
||||
"none-installed": "No widgets found! Activate the widget essentials plugin in the <a href=\"%1\">plugins</a> control panel.",
|
||||
"clone-from": "Clone widgets from",
|
||||
"containers.available": "Available Containers",
|
||||
"containers.explanation": "Drag and drop on top of any active widget",
|
||||
|
||||
@@ -57,6 +57,11 @@
|
||||
"state-rejected": "Rejected",
|
||||
"no-assignee": "Not Assigned",
|
||||
|
||||
"sort": "Sort by",
|
||||
"sort-newest": "Newest first",
|
||||
"sort-oldest": "Oldest first",
|
||||
"sort-reports": "Most reports",
|
||||
|
||||
"modal-title": "Report Inappropriate Content",
|
||||
"modal-body": "Please specify your reason for flagging %1 %2 for review. Alternatively, use one of the quick report buttons if applicable.",
|
||||
"modal-reason-spam": "Spam",
|
||||
@@ -67,5 +72,9 @@
|
||||
"modal-submit-success": "Content has been flagged for moderation.",
|
||||
"modal-submit-confirm": "Confirm Submission",
|
||||
"modal-submit-confirm-text": "You have a custom reason specified already. Are you sure you wish to submit via quick-report?",
|
||||
"modal-submit-confirm-text-help": "Submitting a quick report will overwrite any custom reasons defined."
|
||||
"modal-submit-confirm-text-help": "Submitting a quick report will overwrite any custom reasons defined.",
|
||||
|
||||
"bulk-actions": "Bulk Actions",
|
||||
"bulk-resolve": "Resolve Flag(s)",
|
||||
"bulk-success": "%1 flags updated"
|
||||
}
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"available": "Available Widgets",
|
||||
"explanation": "Select a widget from the dropdown menu and then drag and drop it into a template's widget area on the left.",
|
||||
"none-installed": "No widgets found! Activate the essential widgets plugin in the <a href=\"%1\">plugins</a> control panel.",
|
||||
"none-installed": "No widgets found! Activate the widget essentials plugin in the <a href=\"%1\">plugins</a> control panel.",
|
||||
"clone-from": "Clone widgets from",
|
||||
"containers.available": "Available Containers",
|
||||
"containers.explanation": "Drag and drop on top of any active widget",
|
||||
|
||||
@@ -193,6 +193,7 @@
|
||||
|
||||
"no-topics-selected": "No topics selected!",
|
||||
"cant-move-to-same-topic": "Can't move post to same topic!",
|
||||
"cant-move-topic-to-same-category": "Can't move topic to the same category!",
|
||||
|
||||
"cannot-block-self": "You cannot block yourself!",
|
||||
"cannot-block-privileged": "You cannot block administrators or global moderators",
|
||||
|
||||
@@ -57,6 +57,11 @@
|
||||
"state-rejected": "Rejected",
|
||||
"no-assignee": "Not Assigned",
|
||||
|
||||
"sort": "Sort by",
|
||||
"sort-newest": "Newest first",
|
||||
"sort-oldest": "Oldest first",
|
||||
"sort-reports": "Most reports",
|
||||
|
||||
"modal-title": "Report Inappropriate Content",
|
||||
"modal-body": "Please specify your reason for flagging %1 %2 for review. Alternatively, use one of the quick report buttons if applicable.",
|
||||
"modal-reason-spam": "Spam",
|
||||
@@ -67,5 +72,9 @@
|
||||
"modal-submit-success": "Content has been flagged for moderation.",
|
||||
"modal-submit-confirm": "Confirm Submission",
|
||||
"modal-submit-confirm-text": "You have a custom reason specified already. Are you sure you wish to submit via quick-report?",
|
||||
"modal-submit-confirm-text-help": "Submitting a quick report will overwrite any custom reasons defined."
|
||||
"modal-submit-confirm-text-help": "Submitting a quick report will overwrite any custom reasons defined.",
|
||||
|
||||
"bulk-actions": "Bulk Actions",
|
||||
"bulk-resolve": "Resolve Flag(s)",
|
||||
"bulk-success": "%1 flags updated"
|
||||
}
|
||||
@@ -93,7 +93,8 @@
|
||||
"thread_tools.merge_topics": "Merge Topics",
|
||||
"thread_tools.merge": "Merge",
|
||||
|
||||
"topic_move_success": "This topic has been successfully moved to %1",
|
||||
"topic_move_success": "This topic has been successfully moved to %1. Click here to undo.",
|
||||
"topic_move_undone": "Topic move undone",
|
||||
|
||||
"post_delete_confirm": "Are you sure you want to delete this post?",
|
||||
"post_restore_confirm": "Are you sure you want to restore this post?",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"available": "Available Widgets",
|
||||
"explanation": "Select a widget from the dropdown menu and then drag and drop it into a template's widget area on the left.",
|
||||
"none-installed": "No widgets found! Activate the essential widgets plugin in the <a href=\"%1\">plugins</a> control panel.",
|
||||
"none-installed": "No widgets found! Activate the widget essentials plugin in the <a href=\"%1\">plugins</a> control panel.",
|
||||
"clone-from": "Clone widgets from",
|
||||
"containers.available": "Available Containers",
|
||||
"containers.explanation": "Drag and drop on top of any active widget",
|
||||
|
||||
@@ -57,6 +57,11 @@
|
||||
"state-rejected": "Rejected",
|
||||
"no-assignee": "Not Assigned",
|
||||
|
||||
"sort": "Sort by",
|
||||
"sort-newest": "Newest first",
|
||||
"sort-oldest": "Oldest first",
|
||||
"sort-reports": "Most reports",
|
||||
|
||||
"modal-title": "Report Inappropriate Content",
|
||||
"modal-body": "Please specify your reason for flagging %1 %2 for review. Alternatively, use one of the quick report buttons if applicable.",
|
||||
"modal-reason-spam": "Spam",
|
||||
@@ -67,5 +72,9 @@
|
||||
"modal-submit-success": "Content has been flagged for moderation.",
|
||||
"modal-submit-confirm": "Confirm Submission",
|
||||
"modal-submit-confirm-text": "You have a custom reason specified already. Are you sure you wish to submit via quick-report?",
|
||||
"modal-submit-confirm-text-help": "Submitting a quick report will overwrite any custom reasons defined."
|
||||
"modal-submit-confirm-text-help": "Submitting a quick report will overwrite any custom reasons defined.",
|
||||
|
||||
"bulk-actions": "Bulk Actions",
|
||||
"bulk-resolve": "Resolve Flag(s)",
|
||||
"bulk-success": "%1 flags updated"
|
||||
}
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"available": "Available Widgets",
|
||||
"explanation": "Select a widget from the dropdown menu and then drag and drop it into a template's widget area on the left.",
|
||||
"none-installed": "No widgets found! Activate the essential widgets plugin in the <a href=\"%1\">plugins</a> control panel.",
|
||||
"none-installed": "No widgets found! Activate the widget essentials plugin in the <a href=\"%1\">plugins</a> control panel.",
|
||||
"clone-from": "Clone widgets from",
|
||||
"containers.available": "Available Containers",
|
||||
"containers.explanation": "Drag and drop on top of any active widget",
|
||||
|
||||
@@ -57,6 +57,11 @@
|
||||
"state-rejected": "Rejected",
|
||||
"no-assignee": "Not Assigned",
|
||||
|
||||
"sort": "Sort by",
|
||||
"sort-newest": "Newest first",
|
||||
"sort-oldest": "Oldest first",
|
||||
"sort-reports": "Most reports",
|
||||
|
||||
"modal-title": "Report Inappropriate Content",
|
||||
"modal-body": "Please specify your reason for flagging %1 %2 for review. Alternatively, use one of the quick report buttons if applicable.",
|
||||
"modal-reason-spam": "Spam",
|
||||
@@ -67,5 +72,9 @@
|
||||
"modal-submit-success": "Content has been flagged for moderation.",
|
||||
"modal-submit-confirm": "Confirm Submission",
|
||||
"modal-submit-confirm-text": "You have a custom reason specified already. Are you sure you wish to submit via quick-report?",
|
||||
"modal-submit-confirm-text-help": "Submitting a quick report will overwrite any custom reasons defined."
|
||||
"modal-submit-confirm-text-help": "Submitting a quick report will overwrite any custom reasons defined.",
|
||||
|
||||
"bulk-actions": "Bulk Actions",
|
||||
"bulk-resolve": "Resolve Flag(s)",
|
||||
"bulk-success": "%1 flags updated"
|
||||
}
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"available": "Widgets Disponibles",
|
||||
"explanation": "Selecciona un widget del menú desplegable y arrástralo hasta la plantilla de zona de widgets a la izquierda.",
|
||||
"none-installed": "No se encontraron widgets! Activa el plugin de widgets esenciales en el panel de control de <a href=\"%1\">plugins</a>",
|
||||
"none-installed": "No widgets found! Activate the widget essentials plugin in the <a href=\"%1\">plugins</a> control panel.",
|
||||
"clone-from": "Clonar widgets de",
|
||||
"containers.available": "Contenedores Disponibles",
|
||||
"containers.explanation": "Arrastra y suelta sobre cualquier widget activo",
|
||||
|
||||
@@ -57,6 +57,11 @@
|
||||
"state-rejected": "Rechazado",
|
||||
"no-assignee": "Sin asignar",
|
||||
|
||||
"sort": "Sort by",
|
||||
"sort-newest": "Newest first",
|
||||
"sort-oldest": "Oldest first",
|
||||
"sort-reports": "Most reports",
|
||||
|
||||
"modal-title": "Reportar contenido inapropiado",
|
||||
"modal-body": "Por favor especifica tu razón para marcar %1 %2 para revisar. Alternativamente, usa una de los botones de reporte rápido si corresponde.",
|
||||
"modal-reason-spam": "Correo no deseado",
|
||||
@@ -67,5 +72,9 @@
|
||||
"modal-submit-success": "El contenido se ha reportado para moderación.",
|
||||
"modal-submit-confirm": "Confirmar envío",
|
||||
"modal-submit-confirm-text": "Ya tienes una razón personalizada. ¿Estás seguro/a de que deseas enviar mediante reporte rápido?",
|
||||
"modal-submit-confirm-text-help": "Enviar un reporte rápido sobreescribirá cualquier razón personalizada definida."
|
||||
"modal-submit-confirm-text-help": "Enviar un reporte rápido sobreescribirá cualquier razón personalizada definida.",
|
||||
|
||||
"bulk-actions": "Bulk Actions",
|
||||
"bulk-resolve": "Resolve Flag(s)",
|
||||
"bulk-success": "%1 flags updated"
|
||||
}
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"available": "Available Widgets",
|
||||
"explanation": "Select a widget from the dropdown menu and then drag and drop it into a template's widget area on the left.",
|
||||
"none-installed": "No widgets found! Activate the essential widgets plugin in the <a href=\"%1\">plugins</a> control panel.",
|
||||
"none-installed": "No widgets found! Activate the widget essentials plugin in the <a href=\"%1\">plugins</a> control panel.",
|
||||
"clone-from": "Clone widgets from",
|
||||
"containers.available": "Available Containers",
|
||||
"containers.explanation": "Drag and drop on top of any active widget",
|
||||
|
||||
@@ -57,6 +57,11 @@
|
||||
"state-rejected": "Rejected",
|
||||
"no-assignee": "Not Assigned",
|
||||
|
||||
"sort": "Sort by",
|
||||
"sort-newest": "Newest first",
|
||||
"sort-oldest": "Oldest first",
|
||||
"sort-reports": "Most reports",
|
||||
|
||||
"modal-title": "Report Inappropriate Content",
|
||||
"modal-body": "Please specify your reason for flagging %1 %2 for review. Alternatively, use one of the quick report buttons if applicable.",
|
||||
"modal-reason-spam": "Spam",
|
||||
@@ -67,5 +72,9 @@
|
||||
"modal-submit-success": "Content has been flagged for moderation.",
|
||||
"modal-submit-confirm": "Confirm Submission",
|
||||
"modal-submit-confirm-text": "You have a custom reason specified already. Are you sure you wish to submit via quick-report?",
|
||||
"modal-submit-confirm-text-help": "Submitting a quick report will overwrite any custom reasons defined."
|
||||
"modal-submit-confirm-text-help": "Submitting a quick report will overwrite any custom reasons defined.",
|
||||
|
||||
"bulk-actions": "Bulk Actions",
|
||||
"bulk-resolve": "Resolve Flag(s)",
|
||||
"bulk-success": "%1 flags updated"
|
||||
}
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"available": "Available Widgets",
|
||||
"explanation": "Select a widget from the dropdown menu and then drag and drop it into a template's widget area on the left.",
|
||||
"none-installed": "No widgets found! Activate the essential widgets plugin in the <a href=\"%1\">plugins</a> control panel.",
|
||||
"none-installed": "No widgets found! Activate the widget essentials plugin in the <a href=\"%1\">plugins</a> control panel.",
|
||||
"clone-from": "Clone widgets from",
|
||||
"containers.available": "Available Containers",
|
||||
"containers.explanation": "Drag and drop on top of any active widget",
|
||||
|
||||
@@ -57,6 +57,11 @@
|
||||
"state-rejected": "رد شده",
|
||||
"no-assignee": "اختصاص داده نشده",
|
||||
|
||||
"sort": "Sort by",
|
||||
"sort-newest": "Newest first",
|
||||
"sort-oldest": "Oldest first",
|
||||
"sort-reports": "Most reports",
|
||||
|
||||
"modal-title": "گزارش محتوای نامناسب",
|
||||
"modal-body": "لطفا علت گزارش <strong>%2</strong> <strong>%1</strong> را برای بررسی مشخص کنید. همچنین می توانید از یکی از دکمه های ارسال سریع استفاده کنید.",
|
||||
"modal-reason-spam": "هرزنامه",
|
||||
@@ -67,5 +72,9 @@
|
||||
"modal-submit-success": "محتوا برای بررسی گزارش شد",
|
||||
"modal-submit-confirm": "تأیید ارسال",
|
||||
"modal-submit-confirm-text": "شما همواره علت دیگری را مشخص کردید. آیا مطمئن هستید که می خواهید از طریق گزینه های گزارش سریع ارسال کنید؟",
|
||||
"modal-submit-confirm-text-help": "ارسال از طریق گزارش سریع جایگزین علت های مشخص شده دیگر می شود."
|
||||
"modal-submit-confirm-text-help": "ارسال از طریق گزارش سریع جایگزین علت های مشخص شده دیگر می شود.",
|
||||
|
||||
"bulk-actions": "Bulk Actions",
|
||||
"bulk-resolve": "Resolve Flag(s)",
|
||||
"bulk-success": "%1 flags updated"
|
||||
}
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"available": "Available Widgets",
|
||||
"explanation": "Select a widget from the dropdown menu and then drag and drop it into a template's widget area on the left.",
|
||||
"none-installed": "No widgets found! Activate the essential widgets plugin in the <a href=\"%1\">plugins</a> control panel.",
|
||||
"none-installed": "No widgets found! Activate the widget essentials plugin in the <a href=\"%1\">plugins</a> control panel.",
|
||||
"clone-from": "Clone widgets from",
|
||||
"containers.available": "Available Containers",
|
||||
"containers.explanation": "Drag and drop on top of any active widget",
|
||||
|
||||
@@ -57,6 +57,11 @@
|
||||
"state-rejected": "Rejected",
|
||||
"no-assignee": "Not Assigned",
|
||||
|
||||
"sort": "Sort by",
|
||||
"sort-newest": "Newest first",
|
||||
"sort-oldest": "Oldest first",
|
||||
"sort-reports": "Most reports",
|
||||
|
||||
"modal-title": "Report Inappropriate Content",
|
||||
"modal-body": "Please specify your reason for flagging %1 %2 for review. Alternatively, use one of the quick report buttons if applicable.",
|
||||
"modal-reason-spam": "Spam",
|
||||
@@ -67,5 +72,9 @@
|
||||
"modal-submit-success": "Content has been flagged for moderation.",
|
||||
"modal-submit-confirm": "Confirm Submission",
|
||||
"modal-submit-confirm-text": "You have a custom reason specified already. Are you sure you wish to submit via quick-report?",
|
||||
"modal-submit-confirm-text-help": "Submitting a quick report will overwrite any custom reasons defined."
|
||||
"modal-submit-confirm-text-help": "Submitting a quick report will overwrite any custom reasons defined.",
|
||||
|
||||
"bulk-actions": "Bulk Actions",
|
||||
"bulk-resolve": "Resolve Flag(s)",
|
||||
"bulk-success": "%1 flags updated"
|
||||
}
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"available": "Widgets disponibles",
|
||||
"explanation": "Sélectionnez un widget depuis le menu puis glissez-déposez le dans une zone template du widget à gauche.",
|
||||
"none-installed": "Aucun widget trouvé ! Activez le plugin widgets essentiels dans le panneau de contrôle <a href=\"%1\">plugins</a>.",
|
||||
"none-installed": "No widgets found! Activate the widget essentials plugin in the <a href=\"%1\">plugins</a> control panel.",
|
||||
"clone-from": "Cloner le widget",
|
||||
"containers.available": "Conteneurs disponibles",
|
||||
"containers.explanation": "Glissez-déposez sur n'importe quel widget actif",
|
||||
|
||||
@@ -57,6 +57,11 @@
|
||||
"state-rejected": "Rejeté",
|
||||
"no-assignee": "Non assigné",
|
||||
|
||||
"sort": "Sort by",
|
||||
"sort-newest": "Newest first",
|
||||
"sort-oldest": "Oldest first",
|
||||
"sort-reports": "Most reports",
|
||||
|
||||
"modal-title": "Signaler un contenu inapproprié",
|
||||
"modal-body": "Veuillez saisir le motif de votre signalement pour %1 %2 et sélectionner le bouton ci-dessous le plus approprié.",
|
||||
"modal-reason-spam": "Spam",
|
||||
@@ -67,5 +72,9 @@
|
||||
"modal-submit-success": "Le contenu a été soumis pour examen.",
|
||||
"modal-submit-confirm": "Confirmer l'envoi",
|
||||
"modal-submit-confirm-text": "Vous avez déjà spécifié un signalement. Êtes-vous sûr de vouloir soumettre une demande ?",
|
||||
"modal-submit-confirm-text-help": "La soumission d'une demande écrase tous les signalements définis."
|
||||
"modal-submit-confirm-text-help": "La soumission d'une demande écrase tous les signalements définis.",
|
||||
|
||||
"bulk-actions": "Bulk Actions",
|
||||
"bulk-resolve": "Resolve Flag(s)",
|
||||
"bulk-success": "%1 flags updated"
|
||||
}
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"available": "Available Widgets",
|
||||
"explanation": "Select a widget from the dropdown menu and then drag and drop it into a template's widget area on the left.",
|
||||
"none-installed": "No widgets found! Activate the essential widgets plugin in the <a href=\"%1\">plugins</a> control panel.",
|
||||
"none-installed": "No widgets found! Activate the widget essentials plugin in the <a href=\"%1\">plugins</a> control panel.",
|
||||
"clone-from": "Clone widgets from",
|
||||
"containers.available": "Available Containers",
|
||||
"containers.explanation": "Drag and drop on top of any active widget",
|
||||
|
||||
@@ -57,6 +57,11 @@
|
||||
"state-rejected": "Rexeitado",
|
||||
"no-assignee": "Non asignado",
|
||||
|
||||
"sort": "Sort by",
|
||||
"sort-newest": "Newest first",
|
||||
"sort-oldest": "Oldest first",
|
||||
"sort-reports": "Most reports",
|
||||
|
||||
"modal-title": "Reportar Contido Inapropiado",
|
||||
"modal-body": "Por favor, especifique o seu motivo para marcar %1 %2 para revisión. Alternativamente, empregue un dos botóns de reporte rápido se fose pertinente.",
|
||||
"modal-reason-spam": "Spam",
|
||||
@@ -67,5 +72,9 @@
|
||||
"modal-submit-success": "Contido marcado para moderación",
|
||||
"modal-submit-confirm": "Confirm Submission",
|
||||
"modal-submit-confirm-text": "You have a custom reason specified already. Are you sure you wish to submit via quick-report?",
|
||||
"modal-submit-confirm-text-help": "Submitting a quick report will overwrite any custom reasons defined."
|
||||
"modal-submit-confirm-text-help": "Submitting a quick report will overwrite any custom reasons defined.",
|
||||
|
||||
"bulk-actions": "Bulk Actions",
|
||||
"bulk-resolve": "Resolve Flag(s)",
|
||||
"bulk-success": "%1 flags updated"
|
||||
}
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"available": "Available Widgets",
|
||||
"explanation": "Select a widget from the dropdown menu and then drag and drop it into a template's widget area on the left.",
|
||||
"none-installed": "No widgets found! Activate the essential widgets plugin in the <a href=\"%1\">plugins</a> control panel.",
|
||||
"none-installed": "No widgets found! Activate the widget essentials plugin in the <a href=\"%1\">plugins</a> control panel.",
|
||||
"clone-from": "Clone widgets from",
|
||||
"containers.available": "Available Containers",
|
||||
"containers.explanation": "Drag and drop on top of any active widget",
|
||||
|
||||
@@ -57,6 +57,11 @@
|
||||
"state-rejected": "נדחה",
|
||||
"no-assignee": "לא הוקצה",
|
||||
|
||||
"sort": "Sort by",
|
||||
"sort-newest": "Newest first",
|
||||
"sort-oldest": "Oldest first",
|
||||
"sort-reports": "Most reports",
|
||||
|
||||
"modal-title": "דווח על תוכן לא ראוי",
|
||||
"modal-body": "אנא ציין את הסיבה לסימון %1 %2 לצורך בקרה. לחלופין, השתמש באחד מכפתורי הדיווח המהיר אם אפשר.",
|
||||
"modal-reason-spam": "זבל",
|
||||
@@ -67,5 +72,9 @@
|
||||
"modal-submit-success": "התוכן סומן לצרכי בקרה",
|
||||
"modal-submit-confirm": "אשר שליחה",
|
||||
"modal-submit-confirm-text": "כבר ציינת סיבה. האם אתה בטוח שאתה רוצה לשלוח על ידי דיווח-מהיר?",
|
||||
"modal-submit-confirm-text-help": "שליחת דיווח מהיר תבטל כל סיבה קודמת שהוגדרה."
|
||||
"modal-submit-confirm-text-help": "שליחת דיווח מהיר תבטל כל סיבה קודמת שהוגדרה.",
|
||||
|
||||
"bulk-actions": "Bulk Actions",
|
||||
"bulk-resolve": "Resolve Flag(s)",
|
||||
"bulk-success": "%1 flags updated"
|
||||
}
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"available": "Dostupni dodatci",
|
||||
"explanation": "Select a widget from the dropdown menu and then drag and drop it into a template's widget area on the left.",
|
||||
"none-installed": "No widgets found! Activate the essential widgets plugin in the <a href=\"%1\">plugins</a> control panel.",
|
||||
"none-installed": "No widgets found! Activate the widget essentials plugin in the <a href=\"%1\">plugins</a> control panel.",
|
||||
"clone-from": "Clone widgets from",
|
||||
"containers.available": "Dostupni kontejneri",
|
||||
"containers.explanation": "Povucite i ispustite na vrhu bilo kojeg aktivnog widgeta",
|
||||
|
||||
@@ -57,6 +57,11 @@
|
||||
"state-rejected": "Odbijeno",
|
||||
"no-assignee": "Nije dodijeljeno",
|
||||
|
||||
"sort": "Sort by",
|
||||
"sort-newest": "Newest first",
|
||||
"sort-oldest": "Oldest first",
|
||||
"sort-reports": "Most reports",
|
||||
|
||||
"modal-title": "Prijavi neprimjereni sadržaj",
|
||||
"modal-body": "Navedite razlog označavanja zastavom %1 %2 .U suprotnom koristite jedan od dugmića za brzo prijavljivanje.",
|
||||
"modal-reason-spam": "Spam",
|
||||
@@ -67,5 +72,9 @@
|
||||
"modal-submit-success": "Ovaj sadržaj je označen zastavom u svrhu moderiranja,",
|
||||
"modal-submit-confirm": "Confirm Submission",
|
||||
"modal-submit-confirm-text": "You have a custom reason specified already. Are you sure you wish to submit via quick-report?",
|
||||
"modal-submit-confirm-text-help": "Submitting a quick report will overwrite any custom reasons defined."
|
||||
"modal-submit-confirm-text-help": "Submitting a quick report will overwrite any custom reasons defined.",
|
||||
|
||||
"bulk-actions": "Bulk Actions",
|
||||
"bulk-resolve": "Resolve Flag(s)",
|
||||
"bulk-success": "%1 flags updated"
|
||||
}
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"available": "Elérhető modulok",
|
||||
"explanation": "Válassz egy modult a legördülő menüből, majd húzd rá az egyik sablon modul területére a bal oldalon.",
|
||||
"none-installed": "Nem találhatók modulok! Aktiváld az essential widgets beépülőt a <a href=\"%1\">beépülők</a> vezérlőpulton.",
|
||||
"none-installed": "No widgets found! Activate the widget essentials plugin in the <a href=\"%1\">plugins</a> control panel.",
|
||||
"clone-from": "Modul klónozása innen",
|
||||
"containers.available": "Elérhető tárolók",
|
||||
"containers.explanation": "Húzd rá az alábbiakat bármely aktív modulra",
|
||||
|
||||
@@ -57,6 +57,11 @@
|
||||
"state-rejected": "Rejected",
|
||||
"no-assignee": "Not Assigned",
|
||||
|
||||
"sort": "Sort by",
|
||||
"sort-newest": "Newest first",
|
||||
"sort-oldest": "Oldest first",
|
||||
"sort-reports": "Most reports",
|
||||
|
||||
"modal-title": "Report Inappropriate Content",
|
||||
"modal-body": "Please specify your reason for flagging %1 %2 for review. Alternatively, use one of the quick report buttons if applicable.",
|
||||
"modal-reason-spam": "Spam",
|
||||
@@ -67,5 +72,9 @@
|
||||
"modal-submit-success": "Content has been flagged for moderation.",
|
||||
"modal-submit-confirm": "Confirm Submission",
|
||||
"modal-submit-confirm-text": "You have a custom reason specified already. Are you sure you wish to submit via quick-report?",
|
||||
"modal-submit-confirm-text-help": "Submitting a quick report will overwrite any custom reasons defined."
|
||||
"modal-submit-confirm-text-help": "Submitting a quick report will overwrite any custom reasons defined.",
|
||||
|
||||
"bulk-actions": "Bulk Actions",
|
||||
"bulk-resolve": "Resolve Flag(s)",
|
||||
"bulk-success": "%1 flags updated"
|
||||
}
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"available": "Available Widgets",
|
||||
"explanation": "Select a widget from the dropdown menu and then drag and drop it into a template's widget area on the left.",
|
||||
"none-installed": "No widgets found! Activate the essential widgets plugin in the <a href=\"%1\">plugins</a> control panel.",
|
||||
"none-installed": "No widgets found! Activate the widget essentials plugin in the <a href=\"%1\">plugins</a> control panel.",
|
||||
"clone-from": "Clone widgets from",
|
||||
"containers.available": "Available Containers",
|
||||
"containers.explanation": "Drag and drop on top of any active widget",
|
||||
|
||||
@@ -57,6 +57,11 @@
|
||||
"state-rejected": "Rejected",
|
||||
"no-assignee": "Not Assigned",
|
||||
|
||||
"sort": "Sort by",
|
||||
"sort-newest": "Newest first",
|
||||
"sort-oldest": "Oldest first",
|
||||
"sort-reports": "Most reports",
|
||||
|
||||
"modal-title": "Report Inappropriate Content",
|
||||
"modal-body": "Please specify your reason for flagging %1 %2 for review. Alternatively, use one of the quick report buttons if applicable.",
|
||||
"modal-reason-spam": "Spam",
|
||||
@@ -67,5 +72,9 @@
|
||||
"modal-submit-success": "Content has been flagged for moderation.",
|
||||
"modal-submit-confirm": "Confirm Submission",
|
||||
"modal-submit-confirm-text": "You have a custom reason specified already. Are you sure you wish to submit via quick-report?",
|
||||
"modal-submit-confirm-text-help": "Submitting a quick report will overwrite any custom reasons defined."
|
||||
"modal-submit-confirm-text-help": "Submitting a quick report will overwrite any custom reasons defined.",
|
||||
|
||||
"bulk-actions": "Bulk Actions",
|
||||
"bulk-resolve": "Resolve Flag(s)",
|
||||
"bulk-success": "%1 flags updated"
|
||||
}
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"available": "Widget disponibili",
|
||||
"explanation": "Selezionare un widget dal menu a discesa e poi trascinalo e rilascialo nell'area widget di un modello a sinistra.",
|
||||
"none-installed": "Nessun widget trovato! Attivare il plugin essenziale dei widget nel pannello di controllo <a href=\"%1\">plugin</a>.",
|
||||
"none-installed": "Nessun widget trovato! Attivare il plugin essenziale per i widget nel pannello di controllo dei <a href=\"%1\">plugin</a>.",
|
||||
"clone-from": "Clona i widget da",
|
||||
"containers.available": "Contenitori disponibili",
|
||||
"containers.explanation": "Trascina e rilascia su qualsiasi widget attivo",
|
||||
|
||||
@@ -57,6 +57,11 @@
|
||||
"state-rejected": "Rifiutato",
|
||||
"no-assignee": "Non assegnato",
|
||||
|
||||
"sort": "Ordina per",
|
||||
"sort-newest": "Prima i più recenti",
|
||||
"sort-oldest": "Prima il meno recente",
|
||||
"sort-reports": "Più segnalazioni",
|
||||
|
||||
"modal-title": "Segnala Contenuto Inappropriato",
|
||||
"modal-body": "Specifica il motivo per cui contrassegni %1 %2 per la revisione. In alternativa, utilizza uno dei pulsanti di segnalazione rapida, se applicabile.",
|
||||
"modal-reason-spam": "Spam",
|
||||
@@ -67,5 +72,9 @@
|
||||
"modal-submit-success": "Il contenuto è stato segnalato per la moderazione.",
|
||||
"modal-submit-confirm": "Conferma richiesta",
|
||||
"modal-submit-confirm-text": "Hai già specificato un motivo personalizzato. Sei sicuro di voler inviare una segnalazione rapida?",
|
||||
"modal-submit-confirm-text-help": "L'invio di una segnalazione rapida sovrascrive qualsiasi motivo personalizzato definito."
|
||||
"modal-submit-confirm-text-help": "L'invio di una segnalazione rapida sovrascrive qualsiasi motivo personalizzato definito.",
|
||||
|
||||
"bulk-actions": "Azioni in blocco",
|
||||
"bulk-resolve": "Risoluzione segnalazione(i)",
|
||||
"bulk-success": "%1 segnalazioni aggiornate"
|
||||
}
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"available": "利用可能なウィジェット",
|
||||
"explanation": "ドロップダウンメニューからウィジェットを選択し、左のテンプレートのウィジェットエリアにドラッグ&ドロップします。",
|
||||
"none-installed": "ウィジェットがありません!必須のウィジェットプラグインを<a href=\"%1\">プラグイン</a>のコントロールパネルで有効にしてください。",
|
||||
"none-installed": "No widgets found! Activate the widget essentials plugin in the <a href=\"%1\">plugins</a> control panel.",
|
||||
"clone-from": "Clone widgets from",
|
||||
"containers.available": "利用可能なコンテナ",
|
||||
"containers.explanation": "アクティブなウィジェットの上にドラッグアンドドロップしてください",
|
||||
|
||||
@@ -57,6 +57,11 @@
|
||||
"state-rejected": "拒否済",
|
||||
"no-assignee": "割り当てられていない",
|
||||
|
||||
"sort": "Sort by",
|
||||
"sort-newest": "Newest first",
|
||||
"sort-oldest": "Oldest first",
|
||||
"sort-reports": "Most reports",
|
||||
|
||||
"modal-title": "不適切なコンテンツを報告する",
|
||||
"modal-body": "レビューのために%1 %2 にフラグを付ける理由を指定してください。または必要に応じてクイックレポートボタンの1つを使用します。",
|
||||
"modal-reason-spam": "スパム",
|
||||
@@ -67,5 +72,9 @@
|
||||
"modal-submit-success": "コンテンツはモデレーションにフラグ付けされています。",
|
||||
"modal-submit-confirm": "Confirm Submission",
|
||||
"modal-submit-confirm-text": "You have a custom reason specified already. Are you sure you wish to submit via quick-report?",
|
||||
"modal-submit-confirm-text-help": "Submitting a quick report will overwrite any custom reasons defined."
|
||||
"modal-submit-confirm-text-help": "Submitting a quick report will overwrite any custom reasons defined.",
|
||||
|
||||
"bulk-actions": "Bulk Actions",
|
||||
"bulk-resolve": "Resolve Flag(s)",
|
||||
"bulk-success": "%1 flags updated"
|
||||
}
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"available": "사용 가능 위젯",
|
||||
"explanation": "드롭다운 메뉴에서 위젯을 고르고 왼쪽에 있는 템플렛의 위젯 위치로 드래그하여 옮기십시오.",
|
||||
"none-installed": "위젯을 찾을 수 없습니다! 필수 위젯 플러그인들을 <a href=\"%1\">플러그인</a> 제어판에서 활성화하세요.",
|
||||
"none-installed": "No widgets found! Activate the widget essentials plugin in the <a href=\"%1\">plugins</a> control panel.",
|
||||
"clone-from": "복제할 위젯을 선택",
|
||||
"containers.available": "사용 가능한 컨테이너",
|
||||
"containers.explanation": "아무 활성화된 위젯 위로 드래그해서 옮겨주십시오.",
|
||||
|
||||
@@ -57,6 +57,11 @@
|
||||
"state-rejected": "거절된 신고",
|
||||
"no-assignee": "담당자 미정",
|
||||
|
||||
"sort": "Sort by",
|
||||
"sort-newest": "Newest first",
|
||||
"sort-oldest": "Oldest first",
|
||||
"sort-reports": "Most reports",
|
||||
|
||||
"modal-title": "부적절한 컨텐츠 신고",
|
||||
"modal-body": "%1 %2 에 대한 신고 사유를 적어주시거나, 빠른 신고 버튼 중 하나를 사용해 주세요.",
|
||||
"modal-reason-spam": "스팸",
|
||||
@@ -67,5 +72,9 @@
|
||||
"modal-submit-success": "이 컨텐츠는 신고되었습니다.",
|
||||
"modal-submit-confirm": "제출 확인",
|
||||
"modal-submit-confirm-text": "You have a custom reason specified already. Are you sure you wish to submit via quick-report?",
|
||||
"modal-submit-confirm-text-help": "Submitting a quick report will overwrite any custom reasons defined."
|
||||
"modal-submit-confirm-text-help": "Submitting a quick report will overwrite any custom reasons defined.",
|
||||
|
||||
"bulk-actions": "Bulk Actions",
|
||||
"bulk-resolve": "Resolve Flag(s)",
|
||||
"bulk-success": "%1 flags updated"
|
||||
}
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"available": "Available Widgets",
|
||||
"explanation": "Select a widget from the dropdown menu and then drag and drop it into a template's widget area on the left.",
|
||||
"none-installed": "No widgets found! Activate the essential widgets plugin in the <a href=\"%1\">plugins</a> control panel.",
|
||||
"none-installed": "No widgets found! Activate the widget essentials plugin in the <a href=\"%1\">plugins</a> control panel.",
|
||||
"clone-from": "Clone widgets from",
|
||||
"containers.available": "Available Containers",
|
||||
"containers.explanation": "Drag and drop on top of any active widget",
|
||||
|
||||
@@ -57,6 +57,11 @@
|
||||
"state-rejected": "Atmesta",
|
||||
"no-assignee": "Nepriskirta",
|
||||
|
||||
"sort": "Sort by",
|
||||
"sort-newest": "Newest first",
|
||||
"sort-oldest": "Oldest first",
|
||||
"sort-reports": "Most reports",
|
||||
|
||||
"modal-title": "Report Inappropriate Content",
|
||||
"modal-body": "Please specify your reason for flagging %1 %2 for review. Alternatively, use one of the quick report buttons if applicable.",
|
||||
"modal-reason-spam": "Šlamštas",
|
||||
@@ -67,5 +72,9 @@
|
||||
"modal-submit-success": "Content has been flagged for moderation.",
|
||||
"modal-submit-confirm": "Confirm Submission",
|
||||
"modal-submit-confirm-text": "You have a custom reason specified already. Are you sure you wish to submit via quick-report?",
|
||||
"modal-submit-confirm-text-help": "Submitting a quick report will overwrite any custom reasons defined."
|
||||
"modal-submit-confirm-text-help": "Submitting a quick report will overwrite any custom reasons defined.",
|
||||
|
||||
"bulk-actions": "Bulk Actions",
|
||||
"bulk-resolve": "Resolve Flag(s)",
|
||||
"bulk-success": "%1 flags updated"
|
||||
}
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"available": "Pieejamie logrīki",
|
||||
"explanation": "Atlasīt spraudni no nolaižamās izvēlnes, un to vilkt un nomest uz veidnes spraudņa lauku kreisajā pusē.",
|
||||
"none-installed": "Nav logrīku! Aktivizēt nepieciešamo logrīku spraudni <a href=\"%1\">spraudņu</a> vadības panelī.",
|
||||
"none-installed": "No widgets found! Activate the widget essentials plugin in the <a href=\"%1\">plugins</a> control panel.",
|
||||
"clone-from": "Klonēt logrīkus no",
|
||||
"containers.available": "Pieejamās tvertnes",
|
||||
"containers.explanation": "Vilkt un nomest uz jebkura aktīvā logrīka",
|
||||
|
||||
@@ -57,6 +57,11 @@
|
||||
"state-rejected": "Noraidīts",
|
||||
"no-assignee": "Nav piešķirts",
|
||||
|
||||
"sort": "Sort by",
|
||||
"sort-newest": "Newest first",
|
||||
"sort-oldest": "Oldest first",
|
||||
"sort-reports": "Most reports",
|
||||
|
||||
"modal-title": "Ziņot par nepiemērotu saturu",
|
||||
"modal-body": "Lūdzu, norādi iemeslu, kāpēc %1 %2 ir atzīmēts pārskatīšanai. Citādi, izmanto vienu no ātrā ziņojuma pogām.",
|
||||
"modal-reason-spam": "Mēstule",
|
||||
@@ -67,5 +72,9 @@
|
||||
"modal-submit-success": "Saturs ir atzīmēts moderēšanai.",
|
||||
"modal-submit-confirm": "Apstiprināt iesniegšanu",
|
||||
"modal-submit-confirm-text": "Pielāgots iemesls jau ir atzīmēts. Vai tiešām vēlies iesniegt ātro ziņojumu?",
|
||||
"modal-submit-confirm-text-help": "Iesniedzot ātro ziņojumu, tiks pārrakstīti visi pielāgoti iemesli."
|
||||
"modal-submit-confirm-text-help": "Iesniedzot ātro ziņojumu, tiks pārrakstīti visi pielāgoti iemesli.",
|
||||
|
||||
"bulk-actions": "Bulk Actions",
|
||||
"bulk-resolve": "Resolve Flag(s)",
|
||||
"bulk-success": "%1 flags updated"
|
||||
}
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"available": "Available Widgets",
|
||||
"explanation": "Select a widget from the dropdown menu and then drag and drop it into a template's widget area on the left.",
|
||||
"none-installed": "No widgets found! Activate the essential widgets plugin in the <a href=\"%1\">plugins</a> control panel.",
|
||||
"none-installed": "No widgets found! Activate the widget essentials plugin in the <a href=\"%1\">plugins</a> control panel.",
|
||||
"clone-from": "Clone widgets from",
|
||||
"containers.available": "Available Containers",
|
||||
"containers.explanation": "Drag and drop on top of any active widget",
|
||||
|
||||
@@ -57,6 +57,11 @@
|
||||
"state-rejected": "Rejected",
|
||||
"no-assignee": "Not Assigned",
|
||||
|
||||
"sort": "Sort by",
|
||||
"sort-newest": "Newest first",
|
||||
"sort-oldest": "Oldest first",
|
||||
"sort-reports": "Most reports",
|
||||
|
||||
"modal-title": "Report Inappropriate Content",
|
||||
"modal-body": "Please specify your reason for flagging %1 %2 for review. Alternatively, use one of the quick report buttons if applicable.",
|
||||
"modal-reason-spam": "Spam",
|
||||
@@ -67,5 +72,9 @@
|
||||
"modal-submit-success": "Content has been flagged for moderation.",
|
||||
"modal-submit-confirm": "Confirm Submission",
|
||||
"modal-submit-confirm-text": "You have a custom reason specified already. Are you sure you wish to submit via quick-report?",
|
||||
"modal-submit-confirm-text-help": "Submitting a quick report will overwrite any custom reasons defined."
|
||||
"modal-submit-confirm-text-help": "Submitting a quick report will overwrite any custom reasons defined.",
|
||||
|
||||
"bulk-actions": "Bulk Actions",
|
||||
"bulk-resolve": "Resolve Flag(s)",
|
||||
"bulk-success": "%1 flags updated"
|
||||
}
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"available": "Available Widgets",
|
||||
"explanation": "Select a widget from the dropdown menu and then drag and drop it into a template's widget area on the left.",
|
||||
"none-installed": "No widgets found! Activate the essential widgets plugin in the <a href=\"%1\">plugins</a> control panel.",
|
||||
"none-installed": "No widgets found! Activate the widget essentials plugin in the <a href=\"%1\">plugins</a> control panel.",
|
||||
"clone-from": "Clone widgets from",
|
||||
"containers.available": "Available Containers",
|
||||
"containers.explanation": "Drag and drop on top of any active widget",
|
||||
|
||||
@@ -57,6 +57,11 @@
|
||||
"state-rejected": "Rejected",
|
||||
"no-assignee": "Not Assigned",
|
||||
|
||||
"sort": "Sort by",
|
||||
"sort-newest": "Newest first",
|
||||
"sort-oldest": "Oldest first",
|
||||
"sort-reports": "Most reports",
|
||||
|
||||
"modal-title": "Report Inappropriate Content",
|
||||
"modal-body": "Please specify your reason for flagging %1 %2 for review. Alternatively, use one of the quick report buttons if applicable.",
|
||||
"modal-reason-spam": "Spam",
|
||||
@@ -67,5 +72,9 @@
|
||||
"modal-submit-success": "Content has been flagged for moderation.",
|
||||
"modal-submit-confirm": "Confirm Submission",
|
||||
"modal-submit-confirm-text": "You have a custom reason specified already. Are you sure you wish to submit via quick-report?",
|
||||
"modal-submit-confirm-text-help": "Submitting a quick report will overwrite any custom reasons defined."
|
||||
"modal-submit-confirm-text-help": "Submitting a quick report will overwrite any custom reasons defined.",
|
||||
|
||||
"bulk-actions": "Bulk Actions",
|
||||
"bulk-resolve": "Resolve Flag(s)",
|
||||
"bulk-success": "%1 flags updated"
|
||||
}
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"available": "Available Widgets",
|
||||
"explanation": "Select a widget from the dropdown menu and then drag and drop it into a template's widget area on the left.",
|
||||
"none-installed": "No widgets found! Activate the essential widgets plugin in the <a href=\"%1\">plugins</a> control panel.",
|
||||
"none-installed": "No widgets found! Activate the widget essentials plugin in the <a href=\"%1\">plugins</a> control panel.",
|
||||
"clone-from": "Clone widgets from",
|
||||
"containers.available": "Available Containers",
|
||||
"containers.explanation": "Drag and drop on top of any active widget",
|
||||
|
||||
@@ -57,6 +57,11 @@
|
||||
"state-rejected": "Afgewezen",
|
||||
"no-assignee": "Niet toegewezen",
|
||||
|
||||
"sort": "Sort by",
|
||||
"sort-newest": "Newest first",
|
||||
"sort-oldest": "Oldest first",
|
||||
"sort-reports": "Most reports",
|
||||
|
||||
"modal-title": "Rapporteer ongepaste content",
|
||||
"modal-body": "Beschrijf de reden voor het markeren van %1 %2 voor review. Of gebruik een van de snelknoppen indien van toepassing.",
|
||||
"modal-reason-spam": "Spam",
|
||||
@@ -67,5 +72,9 @@
|
||||
"modal-submit-success": "Inhoud is gemarkeerd voor moderatie.",
|
||||
"modal-submit-confirm": "Bevestig verzending",
|
||||
"modal-submit-confirm-text": "U hebt al een aangepaste reden gegegeven. Weet u zeker dat u een wilt verzenden via quick-report?",
|
||||
"modal-submit-confirm-text-help": "Verzenden van een quick-report overschrijft reeds gedefinieerde aangepaste redenen."
|
||||
"modal-submit-confirm-text-help": "Verzenden van een quick-report overschrijft reeds gedefinieerde aangepaste redenen.",
|
||||
|
||||
"bulk-actions": "Bulk Actions",
|
||||
"bulk-resolve": "Resolve Flag(s)",
|
||||
"bulk-success": "%1 flags updated"
|
||||
}
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"available": "Dostępne Widgety",
|
||||
"explanation": "Wybierz widget z menu rozwijalnego i przeciągnij go na wybrane pole z lewej strony.",
|
||||
"none-installed": "Nie odnaleziono widgetów! Aktywuj wtyczkę „essential widgets” w panelu sterowania <a href=\"%1\">wtyczek</a>.",
|
||||
"none-installed": "Nie odnaleziono widgetów! Aktywuj wtyczkę „widget essentials w panelu sterowania <a href=\"%1\">wtyczek</a>.",
|
||||
"clone-from": "Sklonuj widget z",
|
||||
"containers.available": "Dostępne kontenery",
|
||||
"containers.explanation": "Przeciągnij i upuść na dowolnym, aktywnym widżecie",
|
||||
|
||||
@@ -57,6 +57,11 @@
|
||||
"state-rejected": "Odrzucono",
|
||||
"no-assignee": "Nie przypisano",
|
||||
|
||||
"sort": "Sortuj według",
|
||||
"sort-newest": "Najpierw najnowsze",
|
||||
"sort-oldest": "Najpierw najstarsze",
|
||||
"sort-reports": "Najwięcej zgłoszeń",
|
||||
|
||||
"modal-title": "Zgłoś niewłaściwe treści",
|
||||
"modal-body": "Wskaż powód oflagowania i zgłoszenia %1 %2 do oceny. Jeśli to możliwe, użyj jednego z przycisków szybkiego zgłoszenia.",
|
||||
"modal-reason-spam": "Spam",
|
||||
@@ -67,5 +72,9 @@
|
||||
"modal-submit-success": "Treści zostały oflagowane i zgłoszone do moderacji.",
|
||||
"modal-submit-confirm": "Potwierdź wysłanie",
|
||||
"modal-submit-confirm-text": "Wskazałeś już własny powód. Czy na pewno chcesz skorzystać z szybkiego zgłoszenia?",
|
||||
"modal-submit-confirm-text-help": "Wysłanie szybkiego zgłoszenia spowoduje nadpisanie wszelkich własnych powodów"
|
||||
"modal-submit-confirm-text-help": "Wysłanie szybkiego zgłoszenia spowoduje nadpisanie wszelkich własnych powodów",
|
||||
|
||||
"bulk-actions": "Bulk Actions",
|
||||
"bulk-resolve": "Oznacz flagi jako rozwiązane",
|
||||
"bulk-success": "Zaktualizowano %1 flag"
|
||||
}
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"available": "Widgets Disponíveis",
|
||||
"explanation": "Escolha um widget do menu de dropdown e então arraste e solte numa área de widget do template à esquerda.",
|
||||
"none-installed": "Nenhum widget encontrado! Ative o plugin de widgets padrão no painel de controle de <a href=\"%1\">plugins</a>. ",
|
||||
"none-installed": "No widgets found! Activate the widget essentials plugin in the <a href=\"%1\">plugins</a> control panel.",
|
||||
"clone-from": "Copiar widgets de",
|
||||
"containers.available": "Contêineres Disponíveis",
|
||||
"containers.explanation": "Arrastar e soltar em cima de qualquer widget ativo",
|
||||
|
||||
@@ -57,6 +57,11 @@
|
||||
"state-rejected": "Rejeitado",
|
||||
"no-assignee": "Não Atribuído",
|
||||
|
||||
"sort": "Sort by",
|
||||
"sort-newest": "Newest first",
|
||||
"sort-oldest": "Oldest first",
|
||||
"sort-reports": "Most reports",
|
||||
|
||||
"modal-title": "Reportar Conteúdo Inadequado",
|
||||
"modal-body": "Por favor, especifique a razão pela qual você está sinalizando %1 %2 para a revisão. Alternativamente, use um dos botões de reporte rápido se for aplicável.",
|
||||
"modal-reason-spam": "Spam",
|
||||
@@ -67,5 +72,9 @@
|
||||
"modal-submit-success": "O conteúdo foi sinalizado para moderação.",
|
||||
"modal-submit-confirm": "Cofirmar Envio",
|
||||
"modal-submit-confirm-text": "Você já especificou um motivo individual. Tem certeza de que deseja enviar uma denúncia rápida?",
|
||||
"modal-submit-confirm-text-help": "O envio de uma denúncia rápida substituirá os motivos individuais especificados."
|
||||
"modal-submit-confirm-text-help": "O envio de uma denúncia rápida substituirá os motivos individuais especificados.",
|
||||
|
||||
"bulk-actions": "Bulk Actions",
|
||||
"bulk-resolve": "Resolve Flag(s)",
|
||||
"bulk-success": "%1 flags updated"
|
||||
}
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"available": "Widgets Disponíveis",
|
||||
"explanation": "Seleciona um widget no menu suspenso e, em seguida, arrasta-o e solta-o para uma das área de widgets à esquerda.",
|
||||
"none-installed": "Não foram encontrados widgets! Ativa o plugin widget-essentials no painel de controlo de <a href=\"%1\">plugins</a>.",
|
||||
"none-installed": "No widgets found! Activate the widget essentials plugin in the <a href=\"%1\">plugins</a> control panel.",
|
||||
"clone-from": "Clonar widgets de",
|
||||
"containers.available": "Containers Disponíveis",
|
||||
"containers.explanation": "Arrasta e solta em cima de qualquer widget ativo",
|
||||
|
||||
@@ -57,6 +57,11 @@
|
||||
"state-rejected": "Rejeitado",
|
||||
"no-assignee": "Não Atribuído",
|
||||
|
||||
"sort": "Sort by",
|
||||
"sort-newest": "Newest first",
|
||||
"sort-oldest": "Oldest first",
|
||||
"sort-reports": "Most reports",
|
||||
|
||||
"modal-title": "Denunciar Conteúdo Impróprio",
|
||||
"modal-body": "Please specify your reason for flagging %1 %2 for review. Alternatively, use one of the quick report buttons if applicable.",
|
||||
"modal-reason-spam": "Spam",
|
||||
@@ -67,5 +72,9 @@
|
||||
"modal-submit-success": "Este conteúdo foi denunciado para moderação.",
|
||||
"modal-submit-confirm": "Confirmar Submissão",
|
||||
"modal-submit-confirm-text": "You have a custom reason specified already. Are you sure you wish to submit via quick-report?",
|
||||
"modal-submit-confirm-text-help": "Submitting a quick report will overwrite any custom reasons defined."
|
||||
"modal-submit-confirm-text-help": "Submitting a quick report will overwrite any custom reasons defined.",
|
||||
|
||||
"bulk-actions": "Bulk Actions",
|
||||
"bulk-resolve": "Resolve Flag(s)",
|
||||
"bulk-success": "%1 flags updated"
|
||||
}
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"available": "Available Widgets",
|
||||
"explanation": "Select a widget from the dropdown menu and then drag and drop it into a template's widget area on the left.",
|
||||
"none-installed": "No widgets found! Activate the essential widgets plugin in the <a href=\"%1\">plugins</a> control panel.",
|
||||
"none-installed": "No widgets found! Activate the widget essentials plugin in the <a href=\"%1\">plugins</a> control panel.",
|
||||
"clone-from": "Clone widgets from",
|
||||
"containers.available": "Available Containers",
|
||||
"containers.explanation": "Drag and drop on top of any active widget",
|
||||
|
||||
@@ -57,6 +57,11 @@
|
||||
"state-rejected": "Rejected",
|
||||
"no-assignee": "Not Assigned",
|
||||
|
||||
"sort": "Sort by",
|
||||
"sort-newest": "Newest first",
|
||||
"sort-oldest": "Oldest first",
|
||||
"sort-reports": "Most reports",
|
||||
|
||||
"modal-title": "Report Inappropriate Content",
|
||||
"modal-body": "Please specify your reason for flagging %1 %2 for review. Alternatively, use one of the quick report buttons if applicable.",
|
||||
"modal-reason-spam": "Spam",
|
||||
@@ -67,5 +72,9 @@
|
||||
"modal-submit-success": "Content has been flagged for moderation.",
|
||||
"modal-submit-confirm": "Confirm Submission",
|
||||
"modal-submit-confirm-text": "You have a custom reason specified already. Are you sure you wish to submit via quick-report?",
|
||||
"modal-submit-confirm-text-help": "Submitting a quick report will overwrite any custom reasons defined."
|
||||
"modal-submit-confirm-text-help": "Submitting a quick report will overwrite any custom reasons defined.",
|
||||
|
||||
"bulk-actions": "Bulk Actions",
|
||||
"bulk-resolve": "Resolve Flag(s)",
|
||||
"bulk-success": "%1 flags updated"
|
||||
}
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"available": "Доступные виджеты",
|
||||
"explanation": "Выберите виджет из выпадающего меню и перетащите его в подходящую область слева.",
|
||||
"none-installed": "Виджеты не найдены! Активируйте основной плагин виджетов в панели управления <a href=\"%1\">плагинами</a>",
|
||||
"none-installed": "No widgets found! Activate the widget essentials plugin in the <a href=\"%1\">plugins</a> control panel.",
|
||||
"clone-from": "Скопировать виджеты из",
|
||||
"containers.available": "Доступные контейнеры",
|
||||
"containers.explanation": "Перетащите поверх любого активного виджета",
|
||||
|
||||
@@ -57,6 +57,11 @@
|
||||
"state-rejected": "Отклонена",
|
||||
"no-assignee": "Не назначена",
|
||||
|
||||
"sort": "Sort by",
|
||||
"sort-newest": "Newest first",
|
||||
"sort-oldest": "Oldest first",
|
||||
"sort-reports": "Most reports",
|
||||
|
||||
"modal-title": "Сообщить о недопустимом контенте",
|
||||
"modal-body": "Укажите причину для жалобы на %1 %2. Вы можете использовать одну из подходящих стандартных причин.",
|
||||
"modal-reason-spam": "Спам",
|
||||
@@ -67,5 +72,9 @@
|
||||
"modal-submit-success": "Содержимое было помечено для модераторов.",
|
||||
"modal-submit-confirm": "Подтвердить отправку",
|
||||
"modal-submit-confirm-text": "Вы уже выбрали причину. Вы уверены, что хотите отправить жалобу через быстрый отчёт?",
|
||||
"modal-submit-confirm-text-help": "Отправка быстрого отчёта перезапишет указанную ранее причину."
|
||||
"modal-submit-confirm-text-help": "Отправка быстрого отчёта перезапишет указанную ранее причину.",
|
||||
|
||||
"bulk-actions": "Bulk Actions",
|
||||
"bulk-resolve": "Resolve Flag(s)",
|
||||
"bulk-success": "%1 flags updated"
|
||||
}
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"available": "Available Widgets",
|
||||
"explanation": "Select a widget from the dropdown menu and then drag and drop it into a template's widget area on the left.",
|
||||
"none-installed": "No widgets found! Activate the essential widgets plugin in the <a href=\"%1\">plugins</a> control panel.",
|
||||
"none-installed": "No widgets found! Activate the widget essentials plugin in the <a href=\"%1\">plugins</a> control panel.",
|
||||
"clone-from": "Clone widgets from",
|
||||
"containers.available": "Available Containers",
|
||||
"containers.explanation": "Drag and drop on top of any active widget",
|
||||
|
||||
@@ -57,6 +57,11 @@
|
||||
"state-rejected": "Rejected",
|
||||
"no-assignee": "Not Assigned",
|
||||
|
||||
"sort": "Sort by",
|
||||
"sort-newest": "Newest first",
|
||||
"sort-oldest": "Oldest first",
|
||||
"sort-reports": "Most reports",
|
||||
|
||||
"modal-title": "Report Inappropriate Content",
|
||||
"modal-body": "Please specify your reason for flagging %1 %2 for review. Alternatively, use one of the quick report buttons if applicable.",
|
||||
"modal-reason-spam": "Spam",
|
||||
@@ -67,5 +72,9 @@
|
||||
"modal-submit-success": "Content has been flagged for moderation.",
|
||||
"modal-submit-confirm": "Confirm Submission",
|
||||
"modal-submit-confirm-text": "You have a custom reason specified already. Are you sure you wish to submit via quick-report?",
|
||||
"modal-submit-confirm-text-help": "Submitting a quick report will overwrite any custom reasons defined."
|
||||
"modal-submit-confirm-text-help": "Submitting a quick report will overwrite any custom reasons defined.",
|
||||
|
||||
"bulk-actions": "Bulk Actions",
|
||||
"bulk-resolve": "Resolve Flag(s)",
|
||||
"bulk-success": "%1 flags updated"
|
||||
}
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"available": "Available Widgets",
|
||||
"explanation": "Select a widget from the dropdown menu and then drag and drop it into a template's widget area on the left.",
|
||||
"none-installed": "No widgets found! Activate the essential widgets plugin in the <a href=\"%1\">plugins</a> control panel.",
|
||||
"none-installed": "No widgets found! Activate the widget essentials plugin in the <a href=\"%1\">plugins</a> control panel.",
|
||||
"clone-from": "Clone widgets from",
|
||||
"containers.available": "Available Containers",
|
||||
"containers.explanation": "Drag and drop on top of any active widget",
|
||||
|
||||
@@ -57,6 +57,11 @@
|
||||
"state-rejected": "Rejected",
|
||||
"no-assignee": "Not Assigned",
|
||||
|
||||
"sort": "Sort by",
|
||||
"sort-newest": "Newest first",
|
||||
"sort-oldest": "Oldest first",
|
||||
"sort-reports": "Most reports",
|
||||
|
||||
"modal-title": "Report Inappropriate Content",
|
||||
"modal-body": "Please specify your reason for flagging %1 %2 for review. Alternatively, use one of the quick report buttons if applicable.",
|
||||
"modal-reason-spam": "Spam",
|
||||
@@ -67,5 +72,9 @@
|
||||
"modal-submit-success": "Content has been flagged for moderation.",
|
||||
"modal-submit-confirm": "Confirm Submission",
|
||||
"modal-submit-confirm-text": "You have a custom reason specified already. Are you sure you wish to submit via quick-report?",
|
||||
"modal-submit-confirm-text-help": "Submitting a quick report will overwrite any custom reasons defined."
|
||||
"modal-submit-confirm-text-help": "Submitting a quick report will overwrite any custom reasons defined.",
|
||||
|
||||
"bulk-actions": "Bulk Actions",
|
||||
"bulk-resolve": "Resolve Flag(s)",
|
||||
"bulk-success": "%1 flags updated"
|
||||
}
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"available": "Dostupné miniaplikácie",
|
||||
"explanation": "Vyberte si miniaplikáciu z rozbalovacej ponuky a pretiahnite ju do oblasti šablóny miniaplikácie naľavo.",
|
||||
"none-installed": "Neboli nájdené žiadne miniaplikácie. Aktivujte rozšírenie základných miniaplikácií v ovládacom paneli <a href=\"%1\"> Rozšírenia </a>.",
|
||||
"none-installed": "No widgets found! Activate the widget essentials plugin in the <a href=\"%1\">plugins</a> control panel.",
|
||||
"clone-from": "Okopírovať miniaplikácie z",
|
||||
"containers.available": "Dostupné moduly",
|
||||
"containers.explanation": "Presuňte na akúkoľvek aktívnu miniaplikáciu",
|
||||
|
||||
@@ -57,6 +57,11 @@
|
||||
"state-rejected": "Odmietnuté",
|
||||
"no-assignee": "Priradené k %1",
|
||||
|
||||
"sort": "Sort by",
|
||||
"sort-newest": "Newest first",
|
||||
"sort-oldest": "Oldest first",
|
||||
"sort-reports": "Most reports",
|
||||
|
||||
"modal-title": "Nahlásiť nevhodný obsah",
|
||||
"modal-body": "Zadajte dôvod, pre ktorý chcete označiť %1 %2 na kontrolu. Prípadne použite jedno z tlačidiel rýchleho hlásenia, ak je to vhodné.",
|
||||
"modal-reason-spam": "Spam",
|
||||
@@ -67,5 +72,9 @@
|
||||
"modal-submit-success": "Obsah bol označený na moderovanie.",
|
||||
"modal-submit-confirm": "Potvrdiť hlásenie",
|
||||
"modal-submit-confirm-text": "Už ste zadali určitý dôvod. Ste si istý, že chcete nahlásiť pomocou rýchlej správy?",
|
||||
"modal-submit-confirm-text-help": "Zaslanie rýchlej správy prepíše iné zadané dôvody."
|
||||
"modal-submit-confirm-text-help": "Zaslanie rýchlej správy prepíše iné zadané dôvody.",
|
||||
|
||||
"bulk-actions": "Bulk Actions",
|
||||
"bulk-resolve": "Resolve Flag(s)",
|
||||
"bulk-success": "%1 flags updated"
|
||||
}
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"available": "Available Widgets",
|
||||
"explanation": "Select a widget from the dropdown menu and then drag and drop it into a template's widget area on the left.",
|
||||
"none-installed": "No widgets found! Activate the essential widgets plugin in the <a href=\"%1\">plugins</a> control panel.",
|
||||
"none-installed": "No widgets found! Activate the widget essentials plugin in the <a href=\"%1\">plugins</a> control panel.",
|
||||
"clone-from": "Clone widgets from",
|
||||
"containers.available": "Available Containers",
|
||||
"containers.explanation": "Drag and drop on top of any active widget",
|
||||
|
||||
@@ -57,6 +57,11 @@
|
||||
"state-rejected": "Rejected",
|
||||
"no-assignee": "Not Assigned",
|
||||
|
||||
"sort": "Sort by",
|
||||
"sort-newest": "Newest first",
|
||||
"sort-oldest": "Oldest first",
|
||||
"sort-reports": "Most reports",
|
||||
|
||||
"modal-title": "Report Inappropriate Content",
|
||||
"modal-body": "Please specify your reason for flagging %1 %2 for review. Alternatively, use one of the quick report buttons if applicable.",
|
||||
"modal-reason-spam": "Spam",
|
||||
@@ -67,5 +72,9 @@
|
||||
"modal-submit-success": "Content has been flagged for moderation.",
|
||||
"modal-submit-confirm": "Confirm Submission",
|
||||
"modal-submit-confirm-text": "You have a custom reason specified already. Are you sure you wish to submit via quick-report?",
|
||||
"modal-submit-confirm-text-help": "Submitting a quick report will overwrite any custom reasons defined."
|
||||
"modal-submit-confirm-text-help": "Submitting a quick report will overwrite any custom reasons defined.",
|
||||
|
||||
"bulk-actions": "Bulk Actions",
|
||||
"bulk-resolve": "Resolve Flag(s)",
|
||||
"bulk-success": "%1 flags updated"
|
||||
}
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"available": "Available Widgets",
|
||||
"explanation": "Select a widget from the dropdown menu and then drag and drop it into a template's widget area on the left.",
|
||||
"none-installed": "No widgets found! Activate the essential widgets plugin in the <a href=\"%1\">plugins</a> control panel.",
|
||||
"none-installed": "No widgets found! Activate the widget essentials plugin in the <a href=\"%1\">plugins</a> control panel.",
|
||||
"clone-from": "Clone widgets from",
|
||||
"containers.available": "Available Containers",
|
||||
"containers.explanation": "Drag and drop on top of any active widget",
|
||||
|
||||
@@ -57,6 +57,11 @@
|
||||
"state-rejected": "Одбијено",
|
||||
"no-assignee": "Недодељено",
|
||||
|
||||
"sort": "Sort by",
|
||||
"sort-newest": "Newest first",
|
||||
"sort-oldest": "Oldest first",
|
||||
"sort-reports": "Most reports",
|
||||
|
||||
"modal-title": "Пријави неприкладан садржај",
|
||||
"modal-body": "Наведите разлог за означавање %1 %2 за проверу. Алтернативно, користите један од тастера за брзу пријаву ко је применљиво.",
|
||||
"modal-reason-spam": "Непожељно",
|
||||
@@ -67,5 +72,9 @@
|
||||
"modal-submit-success": "Садржај је означен за модерацију.",
|
||||
"modal-submit-confirm": "Потврди подношење",
|
||||
"modal-submit-confirm-text": "Већ имате наведени прилагођени разлог. Да ли сте сигурни да желите послати путем брзог извештаја?",
|
||||
"modal-submit-confirm-text-help": "Подношење брзог извештаја ће заменити све прилагођене разлоге."
|
||||
"modal-submit-confirm-text-help": "Подношење брзог извештаја ће заменити све прилагођене разлоге.",
|
||||
|
||||
"bulk-actions": "Bulk Actions",
|
||||
"bulk-resolve": "Resolve Flag(s)",
|
||||
"bulk-success": "%1 flags updated"
|
||||
}
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"available": "Available Widgets",
|
||||
"explanation": "Select a widget from the dropdown menu and then drag and drop it into a template's widget area on the left.",
|
||||
"none-installed": "No widgets found! Activate the essential widgets plugin in the <a href=\"%1\">plugins</a> control panel.",
|
||||
"none-installed": "No widgets found! Activate the widget essentials plugin in the <a href=\"%1\">plugins</a> control panel.",
|
||||
"clone-from": "Clone widgets from",
|
||||
"containers.available": "Available Containers",
|
||||
"containers.explanation": "Drag and drop on top of any active widget",
|
||||
|
||||
@@ -57,6 +57,11 @@
|
||||
"state-rejected": "Avvisad",
|
||||
"no-assignee": "Ej tilldelad",
|
||||
|
||||
"sort": "Sort by",
|
||||
"sort-newest": "Newest first",
|
||||
"sort-oldest": "Oldest first",
|
||||
"sort-reports": "Most reports",
|
||||
|
||||
"modal-title": "Rapportera opassande innehåll",
|
||||
"modal-body": "Vänligen ange anledningen till att du flaggar %1 %2 för granskning. Alternativt, använd en av snabbrapporteringsknapparna.",
|
||||
"modal-reason-spam": "Spam",
|
||||
@@ -67,5 +72,9 @@
|
||||
"modal-submit-success": "Innehållet har flaggats för moderering.",
|
||||
"modal-submit-confirm": "Bekräfta inskickning",
|
||||
"modal-submit-confirm-text": "Du har redan en specifik anledning vald. Vill du verkligen skicka in en snabbrapport?",
|
||||
"modal-submit-confirm-text-help": "Om du skickar in en snabbrapport så förlorar du de specifika motivationer du angivit."
|
||||
"modal-submit-confirm-text-help": "Om du skickar in en snabbrapport så förlorar du de specifika motivationer du angivit.",
|
||||
|
||||
"bulk-actions": "Bulk Actions",
|
||||
"bulk-resolve": "Resolve Flag(s)",
|
||||
"bulk-success": "%1 flags updated"
|
||||
}
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"available": "Available Widgets",
|
||||
"explanation": "Select a widget from the dropdown menu and then drag and drop it into a template's widget area on the left.",
|
||||
"none-installed": "No widgets found! Activate the essential widgets plugin in the <a href=\"%1\">plugins</a> control panel.",
|
||||
"none-installed": "No widgets found! Activate the widget essentials plugin in the <a href=\"%1\">plugins</a> control panel.",
|
||||
"clone-from": "Clone widgets from",
|
||||
"containers.available": "Available Containers",
|
||||
"containers.explanation": "Drag and drop on top of any active widget",
|
||||
|
||||
@@ -57,6 +57,11 @@
|
||||
"state-rejected": "ถูกปฏิเสธ",
|
||||
"no-assignee": "ไม่ได้รับการมอบหมาย",
|
||||
|
||||
"sort": "Sort by",
|
||||
"sort-newest": "Newest first",
|
||||
"sort-oldest": "Oldest first",
|
||||
"sort-reports": "Most reports",
|
||||
|
||||
"modal-title": "รายงานเนื้อหาไม่เหมาะสม",
|
||||
"modal-body": "กรุณาระเหตุผลสำหรับการปักธง %1 %2 สำหรับการรีวิว หรือไม่ก็ใช้หนึ่งในปุ่มกดรายงานด่วนถ้าเป็นไปได้",
|
||||
"modal-reason-spam": "สแปม",
|
||||
@@ -67,5 +72,9 @@
|
||||
"modal-submit-success": "เนื้อหาถูกรายงานตามความเหมาะสมแล้ว",
|
||||
"modal-submit-confirm": "ยืนยันการส่ง",
|
||||
"modal-submit-confirm-text": "คุณมีเหตุผลแบบกำหนดเองที่ระบุอยู่แล้ว คุณแน่ใจหรือไม่ว่าต้องการส่งข้อมูลผ่านรายงานด่วน",
|
||||
"modal-submit-confirm-text-help": "การส่งรายงานด่วนจะเขียนทับเหตุผลที่กำหนดเองใดๆ ที่กำหนดไว้"
|
||||
"modal-submit-confirm-text-help": "การส่งรายงานด่วนจะเขียนทับเหตุผลที่กำหนดเองใดๆ ที่กำหนดไว้",
|
||||
|
||||
"bulk-actions": "Bulk Actions",
|
||||
"bulk-resolve": "Resolve Flag(s)",
|
||||
"bulk-success": "%1 flags updated"
|
||||
}
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"available": "Kullanılabilir Bileşenler",
|
||||
"explanation": "Açılır menüden bir bileşen seçin ve sol taraftaki bir şablonun bileşen alanına sürükleyip bırakın.",
|
||||
"none-installed": "Bileşen bulunamadı! Gerekli bileşenleri <a href=\"%1\">eklentiler</a> kontrol panelinden etkinleştirin.",
|
||||
"none-installed": "No widgets found! Activate the widget essentials plugin in the <a href=\"%1\">plugins</a> control panel.",
|
||||
"clone-from": "Bileşenleri klonla",
|
||||
"containers.available": "Kullanılabilir Kutucuklar",
|
||||
"containers.explanation": "Aktif olan herhangi bir bileşenin üzerine sürükleyin ve bırakın",
|
||||
|
||||
@@ -39,14 +39,14 @@
|
||||
"admin-users": "Kullanıcılar",
|
||||
"admin-settings": "Ayarlar",
|
||||
|
||||
"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-save": "Please confirm your intention to save these privileges",
|
||||
"alert.saved": "Privilege changes saved and applied",
|
||||
"alert.confirm-discard": "Are you sure you wish to discard your privilege changes?",
|
||||
"alert.discarded": "Privilege changes discarded",
|
||||
"alert.confirm-copyToAll": "Are you sure you wish to apply this privilege set to <strong>all categories</strong>?",
|
||||
"alert.confirm-copyToAllGroup": "Are you sure you wish to apply this group's privilege set to <strong>all categories</strong>?",
|
||||
"alert.confirm-copyToChildren": "Are you sure you wish to apply this privilege set to <strong>all descendant (child) categories</strong>?",
|
||||
"alert.confirm-copyToChildrenGroup": "Are you sure you wish to apply this group's privilege set to <strong>all descendant (child) categories</strong>?",
|
||||
"alert.no-undo": "<em>This action cannot be undone.</em>"
|
||||
"alert.confirm-moderate": "<strong>Bu gruba yönetim ayrıcalıkları vermek istediğinize emin misiniz?</strong> Bu grup genele açık olduğundan her kullanıcı gruba katılabilir. ",
|
||||
"alert.confirm-save": "Lütfen ayrıcalıkları kaydetme isteğinizi onaylayınız",
|
||||
"alert.saved": "Ayrıcalık değişiklikleri kaydedildi ve uygulandı",
|
||||
"alert.confirm-discard": "Ayrıcalık değişikliklerini iptal etmek istediğinize emin misiniz?",
|
||||
"alert.discarded": "Ayrıcalık değişiklikleri iptal edildi",
|
||||
"alert.confirm-copyToAll": "Bu ayrıcalıkları <strong>tüm kategoriler</strong> için uygulamaya emin misiniz?",
|
||||
"alert.confirm-copyToAllGroup": "Bu grup ayrıcalıklarını <strong>tüm kategoriler</strong> için uygulamaya emin misiniz?",
|
||||
"alert.confirm-copyToChildren": "Bu ayrıcalıkları <strong>tüm alt (aşağı) kategoriler</strong> için uygulamaya emin misiniz?",
|
||||
"alert.confirm-copyToChildrenGroup": "Bu grup ayrıcalıklarını <strong>tüm alt (aşağı) kategoriler</strong> uygulamaya emin misiniz?",
|
||||
"alert.no-undo": "<em>Bu işlem geri alınamaz.</em>"
|
||||
}
|
||||
@@ -57,6 +57,11 @@
|
||||
"state-rejected": "Reddedildi",
|
||||
"no-assignee": "Atanmadı",
|
||||
|
||||
"sort": "Sort by",
|
||||
"sort-newest": "Newest first",
|
||||
"sort-oldest": "Oldest first",
|
||||
"sort-reports": "Most reports",
|
||||
|
||||
"modal-title": "Uygunsuz İçeriği Rapor Et",
|
||||
"modal-body": "%1 %2 için şikayet nedenini belirtiniz. Alternatif olarak hızlı rapor butonlarından birini kullanabilirsiniz.",
|
||||
"modal-reason-spam": "Gereksiz",
|
||||
@@ -67,5 +72,9 @@
|
||||
"modal-submit-success": "İçerik, denetlemesi için şikayet edildi.",
|
||||
"modal-submit-confirm": "Gönderimi Onayla",
|
||||
"modal-submit-confirm-text": "Zaten belirtilen özel bir sebebin var. Hızlı raporla göndermek istediğinizden emin misin?",
|
||||
"modal-submit-confirm-text-help": "Hızlı bir rapor göndermek tanımlanan özel nedenlerin üzerine yazacaktır."
|
||||
"modal-submit-confirm-text-help": "Hızlı bir rapor göndermek tanımlanan özel nedenlerin üzerine yazacaktır.",
|
||||
|
||||
"bulk-actions": "Bulk Actions",
|
||||
"bulk-resolve": "Resolve Flag(s)",
|
||||
"bulk-success": "%1 flags updated"
|
||||
}
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"available": "Доступні віджети",
|
||||
"explanation": "Оберіть віджет із випадаючого меню і перетягніть його в область зліва.",
|
||||
"none-installed": "Віджетів не знайдено! Активуйте необхідний плагін віджетів в панелі керування <a href=\"%1\">плагінами</a>.",
|
||||
"none-installed": "No widgets found! Activate the widget essentials plugin in the <a href=\"%1\">plugins</a> control panel.",
|
||||
"clone-from": "Клонувати віджет з",
|
||||
"containers.available": "Доступні контейнери",
|
||||
"containers.explanation": "Перетягніть поверх будь-якого активного віджету",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"available": "Available Widgets",
|
||||
"explanation": "Select a widget from the dropdown menu and then drag and drop it into a template's widget area on the left.",
|
||||
"none-installed": "No widgets found! Activate the essential widgets plugin in the <a href=\"%1\">plugins</a> control panel.",
|
||||
"none-installed": "No widgets found! Activate the widget essentials plugin in the <a href=\"%1\">plugins</a> control panel.",
|
||||
"clone-from": "Clone widgets from",
|
||||
"containers.available": "Available Containers",
|
||||
"containers.explanation": "Drag and drop on top of any active widget",
|
||||
|
||||
@@ -57,6 +57,11 @@
|
||||
"state-rejected": "Rejected",
|
||||
"no-assignee": "Not Assigned",
|
||||
|
||||
"sort": "Sort by",
|
||||
"sort-newest": "Newest first",
|
||||
"sort-oldest": "Oldest first",
|
||||
"sort-reports": "Most reports",
|
||||
|
||||
"modal-title": "Report Inappropriate Content",
|
||||
"modal-body": "Please specify your reason for flagging %1 %2 for review. Alternatively, use one of the quick report buttons if applicable.",
|
||||
"modal-reason-spam": "Spam",
|
||||
@@ -67,5 +72,9 @@
|
||||
"modal-submit-success": "Content has been flagged for moderation.",
|
||||
"modal-submit-confirm": "Confirm Submission",
|
||||
"modal-submit-confirm-text": "You have a custom reason specified already. Are you sure you wish to submit via quick-report?",
|
||||
"modal-submit-confirm-text-help": "Submitting a quick report will overwrite any custom reasons defined."
|
||||
"modal-submit-confirm-text-help": "Submitting a quick report will overwrite any custom reasons defined.",
|
||||
|
||||
"bulk-actions": "Bulk Actions",
|
||||
"bulk-resolve": "Resolve Flag(s)",
|
||||
"bulk-success": "%1 flags updated"
|
||||
}
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"available": "可用的窗口部件",
|
||||
"explanation": "从下拉菜单中选择一个窗口部件并拖放到模板左边的窗口部件区域。",
|
||||
"none-installed": "未发现窗口部件!请在<a href=\"%1\">插件控制面板</a>中启用必要的窗口部件插件。",
|
||||
"none-installed": "No widgets found! Activate the widget essentials plugin in the <a href=\"%1\">plugins</a> control panel.",
|
||||
"clone-from": "从窗口部件克隆",
|
||||
"containers.available": "可用的容器",
|
||||
"containers.explanation": "拖放到任意生效中的窗口部件上",
|
||||
|
||||
@@ -39,14 +39,14 @@
|
||||
"admin-users": "用户",
|
||||
"admin-settings": "设置",
|
||||
|
||||
"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-moderate": "<strong>您确定要将审核权限授予此用户组吗?</strong>此用户组是公开的,任何用户都可以随意加入。",
|
||||
"alert.confirm-save": "请验证您保存这些权限的目的",
|
||||
"alert.saved": "权限修改已保存并应用",
|
||||
"alert.confirm-discard": "您确定要取消权限修改吗?",
|
||||
"alert.discarded": "权限修改已被丢弃",
|
||||
"alert.confirm-copyToAll": "Are you sure you wish to apply this privilege set to <strong>all categories</strong>?",
|
||||
"alert.confirm-copyToAllGroup": "Are you sure you wish to apply this group's privilege set to <strong>all categories</strong>?",
|
||||
"alert.confirm-copyToChildren": "Are you sure you wish to apply this privilege set to <strong>all descendant (child) categories</strong>?",
|
||||
"alert.confirm-copyToChildrenGroup": "Are you sure you wish to apply this group's privilege set to <strong>all descendant (child) categories</strong>?",
|
||||
"alert.confirm-copyToAll": "您确定要将此权限应用于<strong>所有类别</strong>吗?",
|
||||
"alert.confirm-copyToAllGroup": "您确定要将此用户组权限应用于<strong>所有类别</strong>吗?",
|
||||
"alert.confirm-copyToChildren": "您确定要将此权限应用于<strong>所有子类别</strong>吗?",
|
||||
"alert.confirm-copyToChildrenGroup": "您确定要将此用户组权限应用于<strong>所有子类别</strong>吗?",
|
||||
"alert.no-undo": "此操作无法撤消。"
|
||||
}
|
||||
@@ -19,7 +19,7 @@
|
||||
"settings/general": "通用",
|
||||
"settings/homepage": "主页",
|
||||
"settings/navigation": "导航",
|
||||
"settings/reputation": "Reputation & Flags",
|
||||
"settings/reputation": "声望 & 举报",
|
||||
"settings/email": "邮件",
|
||||
"settings/user": "用户",
|
||||
"settings/group": "群组",
|
||||
|
||||
@@ -42,7 +42,7 @@
|
||||
"unread.cutoff": "未读截止时间(天)",
|
||||
"unread.min-track-last": "跟踪最后阅读之前的主题最小帖子",
|
||||
"recent": "最近设置",
|
||||
"recent.max-topics": "Maximum topics on /recent",
|
||||
"recent.max-topics": "/recent 页面的最大主题数",
|
||||
"recent.categoryFilter.disable": "禁用对 /recent 页面上忽略类别中的主题进行过滤",
|
||||
"signature": "签名设置",
|
||||
"signature.disable": "禁用签名",
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
"votes-are-public": "公开所有投票",
|
||||
"thresholds": "操作限制",
|
||||
"min-rep-downvote": "踩帖子 需要的最低声望",
|
||||
"downvotes-per-day": "Downvotes per day (set to 0 for unlimited downvotes)",
|
||||
"downvotes-per-user-per-day": "Downvotes per user per day (set to 0 for unlimited downvotes)",
|
||||
"downvotes-per-day": "每天踩的次数(设置为0则表示无限制)",
|
||||
"downvotes-per-user-per-day": "每位用户每天踩的次数(设置为0则表示无限制)",
|
||||
"min-rep-flag": "举报帖子 需要的最低声望",
|
||||
"min-rep-website": "添加 个人网站 需要的最低声望",
|
||||
"min-rep-aboutme": "添加 个人 “关于我”页 需要的最低声望",
|
||||
@@ -15,6 +15,6 @@
|
||||
"min-rep-cover-picture": "添加 个人封面图片 需要的最低声望",
|
||||
|
||||
"flags": "举报设置",
|
||||
"flags.limit-per-target": "Maximum number of times something can be flagged",
|
||||
"flags.limit-per-target": "可以举报某事物的最大次数",
|
||||
"flags.limit-per-target-placeholder": "默认:0"
|
||||
}
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"state": "状态",
|
||||
"reports": "Reports",
|
||||
"first-reported": "First Reported",
|
||||
"reports": "报告",
|
||||
"first-reported": "首次报告",
|
||||
"no-flags": "啊哈!没发现任何的举报。",
|
||||
"assignee": "受委托人",
|
||||
"update": "更新",
|
||||
@@ -43,9 +43,9 @@
|
||||
"notes": "举报备注",
|
||||
"add-note": "添加备注",
|
||||
"no-notes": "没有共享的备注内容。",
|
||||
"delete-note-confirm": "Are you sure you want to delete this flag note?",
|
||||
"delete-note-confirm": "您确定要删除此举报备注吗?",
|
||||
"note-added": "备注已添加",
|
||||
"note-deleted": "Note Deleted",
|
||||
"note-deleted": "备注已删除",
|
||||
|
||||
"history": "账号 & 举报历史",
|
||||
"no-history": "没有举报历史。",
|
||||
@@ -57,6 +57,11 @@
|
||||
"state-rejected": "已拒绝",
|
||||
"no-assignee": "未指派",
|
||||
|
||||
"sort": "Sort by",
|
||||
"sort-newest": "Newest first",
|
||||
"sort-oldest": "Oldest first",
|
||||
"sort-reports": "Most reports",
|
||||
|
||||
"modal-title": "举报不适内容",
|
||||
"modal-body": "请选择或者输入您举报 %1%2 的原因以便版主进行审核。",
|
||||
"modal-reason-spam": "垃圾信息",
|
||||
@@ -67,5 +72,9 @@
|
||||
"modal-submit-success": "已举报此内容。",
|
||||
"modal-submit-confirm": "确认提交",
|
||||
"modal-submit-confirm-text": "您已经指定了一个自定义原因。 您希望通过快速报告提交吗?",
|
||||
"modal-submit-confirm-text-help": "提交快速报告将覆盖任何已定义的自定义原因。"
|
||||
"modal-submit-confirm-text-help": "提交快速报告将覆盖任何已定义的自定义原因。",
|
||||
|
||||
"bulk-actions": "Bulk Actions",
|
||||
"bulk-resolve": "Resolve Flag(s)",
|
||||
"bulk-success": "%1 flags updated"
|
||||
}
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"chat.chatting_with": "与<span id=\"chat-with-name\"></span>聊天",
|
||||
"chat.placeholder": "在这里输入聊天消息,按回车键发送",
|
||||
"chat.scroll-up-alert": "You are looking at older messages, click here to go to most recent message.",
|
||||
"chat.scroll-up-alert": "您正在查看较旧的消息,点击此处转到最新消息。",
|
||||
"chat.send": "发送",
|
||||
"chat.no_active": "暂无聊天",
|
||||
"chat.user_typing": "%1 正在输入……",
|
||||
@@ -59,7 +59,7 @@
|
||||
"composer.upload-file": "上传文件",
|
||||
"composer.zen_mode": "无干扰模式",
|
||||
"composer.select_category": "选择一个版块",
|
||||
"composer.textarea.placeholder": "Enter your post content here, drag and drop images",
|
||||
"composer.textarea.placeholder": "在此处输入您的帖子内容,拖放图像",
|
||||
"bootbox.ok": "确认",
|
||||
"bootbox.cancel": "取消",
|
||||
"bootbox.confirm": "确认",
|
||||
|
||||
@@ -43,9 +43,9 @@
|
||||
"new_register_multiple": "有 <strong>%1</strong> 条注册申请等待批准。",
|
||||
"flag_assigned_to_you": "<strong>举报 %1</strong> 已经被指派给您",
|
||||
"post_awaiting_review": "请求查验帖子",
|
||||
"profile-exported": "<strong>%1</strong> profile exported, click to download",
|
||||
"posts-exported": "<strong>%1</strong> posts exported, click to download",
|
||||
"uploads-exported": "<strong>%1</strong> uploads exported, click to download",
|
||||
"profile-exported": "<strong>%1</strong>资料已导出,点击下载",
|
||||
"posts-exported": "<strong>%1</strong>帖子已导出,点击下载",
|
||||
"uploads-exported": "<strong>%1</strong>上传已导出,点击下载",
|
||||
"email-confirmed": "电子邮箱已确认",
|
||||
"email-confirmed-message": "感谢您验证您的电子邮箱。您的帐户现已完全激活。",
|
||||
"email-confirm-error-message": "验证的您电子邮箱地址时出现了问题。可能是因为验证码无效或已过期。",
|
||||
|
||||
@@ -39,7 +39,7 @@
|
||||
"flag-post": "举报此帖",
|
||||
"flag-user": "举报此用户",
|
||||
"already-flagged": "已举报",
|
||||
"view-flag-report": "View Flag Report",
|
||||
"view-flag-report": "查看举报报告",
|
||||
"merged_message": "此主题已并入<a href=\"/topic/%1\">%2</a>",
|
||||
"deleted_message": "此主题已被删除。只有拥有主题管理权限的用户可以查看。",
|
||||
"following_topic.message": "当有人回复此主题时,您会收到通知。",
|
||||
@@ -105,8 +105,8 @@
|
||||
"merge_topics_instruction": "点击您想合并或搜索的主题",
|
||||
"merge-topic-list-title": "要合并的主题列表",
|
||||
"merge-options": "合并选项",
|
||||
"merge-select-main-topic": "Select the main topic",
|
||||
"merge-new-title-for-topic": "New title for topic",
|
||||
"merge-select-main-topic": "选择首要主题",
|
||||
"merge-new-title-for-topic": "主题的新标题",
|
||||
"move_posts_instruction": "点击您想要移动的帖子",
|
||||
"change_owner_instruction": "点击您想转移给其他用户的帖子",
|
||||
"composer.title_placeholder": "在此输入您主题的标题...",
|
||||
@@ -142,7 +142,7 @@
|
||||
"diffs.current-revision": "当前版本",
|
||||
"diffs.original-revision": "原始版本",
|
||||
"diffs.restore": "恢复到此修订",
|
||||
"diffs.restore-description": "A new revision will be appended to this post's edit history.",
|
||||
"diffs.restore-description": "新的修订版本将被添加到此帖子的编辑历史记录中。",
|
||||
"diffs.post-restored": "帖子成功恢复到更早的修订版本",
|
||||
"timeago_later": "%1 后",
|
||||
"timeago_earlier": "%1 前"
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
"email": "电子邮件",
|
||||
"confirm_email": "确认电子邮箱",
|
||||
"account_info": "账户信息",
|
||||
"admin_actions_label": "Administrative Actions",
|
||||
"admin_actions_label": "管理行为",
|
||||
"ban_account": "封禁账户",
|
||||
"ban_account_confirm": "您确定要封禁这位用户吗?",
|
||||
"unban_account": "解禁账户",
|
||||
@@ -19,7 +19,7 @@
|
||||
"delete_account_confirm": "您确定要匿名化您的所有帖子,并删除您的账户吗?<br /><strong>此操作不可撤销,您将无法恢复您的任何数据</strong><br /><br />请输入您的密码,以确认删除此帐户",
|
||||
"delete_this_account_confirm": "您确定要删除账户同时保留其发布的内容吗? <br /><strong>此操作不可逆,帖子将被匿名化,而且您无法恢复被删除账户的任何帖子</strong><br /><br />",
|
||||
"delete_account_content_confirm": "您确定要删除账户内容(帖子/主题/上传)吗? <br /><strong>此操作不可逆,而且您无法恢复任何数据</strong><br /><br />",
|
||||
"delete_all_confirm": "Are you sure you want to delete this account and all of its content (posts/topics/uploads)? <br /><strong>This action is irreversible and you will not be able to recover any data</strong><br /><br />",
|
||||
"delete_all_confirm": "您确定要删除此账号和它的所有内容(帖子/主题/上传)吗? <br /><strong>此操作不可逆,而且您无法恢复任何数据</strong><br /><br />",
|
||||
"account-deleted": "帐号已删除",
|
||||
"account-content-deleted": "账号内容已删除",
|
||||
"fullname": "姓名",
|
||||
@@ -179,9 +179,9 @@
|
||||
"consent.right_to_data_portability": "您拥有数据转移权",
|
||||
"consent.right_to_data_portability_description": "您也许想导出有关您和您的账号的机器可读副本。您可以点击下方的按钮来获取它们。",
|
||||
"consent.export_profile": "导出个人资料 (.json)",
|
||||
"consent.export-profile-success": "Exporting profile, you will get a notification when it is complete.",
|
||||
"consent.export-profile-success": "资料导出完成后,您将会收到一条通知。",
|
||||
"consent.export_uploads": "导出上传文件 (.zip)",
|
||||
"consent.export-uploads-success": "Exporting uploads, you will get a notification when it is complete.",
|
||||
"consent.export-uploads-success": "上传导出完成后,您将会收到一条通知。",
|
||||
"consent.export_posts": "导出帖子 (.csv)",
|
||||
"consent.export-posts-success": "Exporting posts, you will get a notification when it is complete."
|
||||
"consent.export-posts-success": "帖子导出完成后,您将会收到一条通知。"
|
||||
}
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user