diff --git a/public/language/ar/admin/extend/plugins.json b/public/language/ar/admin/extend/plugins.json index 8f382a290d..1661a987b7 100644 --- a/public/language/ar/admin/extend/plugins.json +++ b/public/language/ar/admin/extend/plugins.json @@ -20,6 +20,7 @@ "plugin-item.themes": "Themes", "plugin-item.deactivate": "Deactivate", "plugin-item.activate": "Activate", + "plugin-item.install": "Install", "plugin-item.uninstall": "Uninstall", "plugin-item.settings": "Settings", "plugin-item.installed": "Installed", @@ -43,4 +44,4 @@ "alert.package-manager-unreachable": "
NodeBB could not reach the package manager, an upgrade is not suggested at this time.
", "alert.incompatible": "Your version of NodeBB (v%1) is only cleared to upgrade to v%2 of this plugin. Please update your NodeBB if you wish to install a newer version of this plugin.
", "alert.possibly-incompatible": "No Compatibility Information Found
This plugin did not specify a specific version for installation given your NodeBB version. Full compatibility cannot be guaranteed, and may cause your NodeBB to no longer start properly.
In the event that NodeBB cannot boot properly:
$ ./nodebb reset plugin=\"%1\"Continue installation of latest version of this plugin?
" -} \ No newline at end of file +} diff --git a/public/language/ar/admin/manage/categories.json b/public/language/ar/admin/manage/categories.json index 8bd5d5bfcf..7e2a5ce12e 100644 --- a/public/language/ar/admin/manage/categories.json +++ b/public/language/ar/admin/manage/categories.json @@ -59,7 +59,7 @@ "alert.copy-success": "Settings Copied!", "alert.set-parent-category": "Set Parent Category", "alert.updated": "Updated Categories", - "alert.updated-success": "Category IDs %1 was successfully updated.", + "alert.updated-success": "Category IDs %1 successfully updated.", "alert.upload-image": "Upload category image", "alert.find-user": "Find a User", "alert.user-search": "Search for a user here...", diff --git a/public/language/ar/admin/menu.json b/public/language/ar/admin/menu.json index 7a5327f643..6a4995ea6e 100644 --- a/public/language/ar/admin/menu.json +++ b/public/language/ar/admin/menu.json @@ -39,7 +39,7 @@ "section-appearance": "Appearance", "appearance/themes": "Themes", "appearance/skins": "Skins", - "appearance/customise": "Custom HTML & CSS", + "appearance/customise": "Custom HTML & CSS", "section-extend": "Extend", "extend/plugins": "Plugins", diff --git a/public/language/ar/admin/settings/post.json b/public/language/ar/admin/settings/post.json index f8aae19628..f293e554d9 100644 --- a/public/language/ar/admin/settings/post.json +++ b/public/language/ar/admin/settings/post.json @@ -2,7 +2,7 @@ "sorting": "Post Sorting", "sorting.post-default": "Default Post Sorting", "sorting.oldest-to-newest": "Oldest to Newest", - "sorting.newest-to-oldest": ">Newest to Oldest", + "sorting.newest-to-oldest": "Newest to Oldest", "sorting.most-votes": "Most Votes", "sorting.topic-default": "Default Topic Sorting", "restrictions": "Posting Restrictions", diff --git a/public/language/ar/global.json b/public/language/ar/global.json index 64e733b3f3..70ac3ba171 100644 --- a/public/language/ar/global.json +++ b/public/language/ar/global.json @@ -102,5 +102,6 @@ "play": "Play", "cookies.message": "This website uses cookies to ensure you get the best experience on our website.", "cookies.accept": "Got it!", - "cookies.learn_more": "Learn More" + "cookies.learn_more": "Learn More", + "edited": "Edited" } \ No newline at end of file diff --git a/public/language/ar/groups.json b/public/language/ar/groups.json index d9bb5dc4d9..0baf44a4dd 100644 --- a/public/language/ar/groups.json +++ b/public/language/ar/groups.json @@ -52,5 +52,6 @@ "new-group.group_name": "اسم المجموعة", "upload-group-cover": "Upload group cover", "bulk-invite-instructions": "Enter a list of comma separated usernames to invite to this group", - "bulk-invite": "Bulk Invite" + "bulk-invite": "Bulk Invite", + "remove_group_cover_confirm": "Are you sure you want to remove the cover picture?" } \ No newline at end of file diff --git a/public/language/ar/language.json b/public/language/ar/language.json index 756c09c2b3..f777997a2d 100644 --- a/public/language/ar/language.json +++ b/public/language/ar/language.json @@ -1,5 +1,5 @@ { "name": "العربية", - "code": "ar", + "code": "en-GB", "dir": "rtl" } \ No newline at end of file diff --git a/public/language/ar/modules.json b/public/language/ar/modules.json index 76b2f7c3e5..1e844226a2 100644 --- a/public/language/ar/modules.json +++ b/public/language/ar/modules.json @@ -13,6 +13,7 @@ "chat.contacts": "الأصدقاء", "chat.message-history": "تاريخ الرسائل", "chat.pop-out": "افتح الدردشة في نافذة خاصة", + "chat.minimize": "Minimize", "chat.maximize": "تكبير", "chat.seven_days": "7 أيام", "chat.thirty_days": "30 يومًا", diff --git a/public/language/ar/search.json b/public/language/ar/search.json index 39a6b89927..c654f721f2 100644 --- a/public/language/ar/search.json +++ b/public/language/ar/search.json @@ -8,6 +8,7 @@ "posted-by": "مشاركة من طرف", "in-categories": "في الفئات", "search-child-categories": "بحث في الفئات الفرعية", + "has-tags": "Has tags", "reply-count": "عدد المشاركات", "at-least": "على اﻷقل", "at-most": "على اﻷكثر", diff --git a/public/language/ar/user.json b/public/language/ar/user.json index 1387e8b2bb..f765a7458a 100644 --- a/public/language/ar/user.json +++ b/public/language/ar/user.json @@ -63,6 +63,7 @@ "upload_a_picture": "رفع صورة", "remove_uploaded_picture": "Remove Uploaded Picture", "upload_cover_picture": "Upload cover picture", + "remove_cover_picture_confirm": "Are you sure you want to remove the cover picture?", "settings": "خيارات", "show_email": "أظهر بريدي الإلكتروني", "show_fullname": "أظهر اسمي الكامل", diff --git a/public/language/bg/admin/admin.json b/public/language/bg/admin/admin.json index 9c01f56006..8728d86397 100644 --- a/public/language/bg/admin/admin.json +++ b/public/language/bg/admin/admin.json @@ -1,7 +1,7 @@ { - "alert.confirm-reload": "Are you sure you wish to reload NodeBB?", - "alert.confirm-restart": "Are you sure you wish to restart NodeBB?", + "alert.confirm-reload": "Наистина ли искате да презаредите NodeBB?", + "alert.confirm-restart": "Наистина ли искате да рестартирате NodeBB?", - "acp-title": "%1 | NodeBB Admin Control Panel", - "settings-header-contents": "Contents" + "acp-title": "%1 | Контролен панел за администратори на NodeBB", + "settings-header-contents": "Съдържание" } \ No newline at end of file diff --git a/public/language/bg/admin/advanced/cache.json b/public/language/bg/admin/advanced/cache.json index 5a954f1232..8b0518d486 100644 --- a/public/language/bg/admin/advanced/cache.json +++ b/public/language/bg/admin/advanced/cache.json @@ -1,11 +1,11 @@ { - "post-cache": "Post Cache", - "posts-in-cache": "Posts in Cache", - "average-post-size": "Average Post Size", - "length-to-max": "Length / Max", + "post-cache": "Кеш за публикации", + "posts-in-cache": "Публикации в кеша", + "average-post-size": "Среден обем на публикация", + "length-to-max": "Дължина / максимум", "percent-full": "%1% Full", - "post-cache-size": "Post Cache Size", - "items-in-cache": "Items in Cache", - "control-panel": "Control Panel", - "update-settings": "Update Cache Settings" + "post-cache-size": "Размер на кеша за публикации", + "items-in-cache": "Елементи в кеша", + "control-panel": "Контролен панел", + "update-settings": "Обновяване на настройките на кеша" } \ No newline at end of file diff --git a/public/language/bg/admin/advanced/database.json b/public/language/bg/admin/advanced/database.json index f7db6220ee..051b6ad293 100644 --- a/public/language/bg/admin/advanced/database.json +++ b/public/language/bg/admin/advanced/database.json @@ -1,35 +1,35 @@ { - "x-b": "%1 b", - "x-mb": "%1 mb", - "uptime-seconds": "Uptime in Seconds", - "uptime-days": "Uptime in Days", + "x-b": "%1 Б", + "x-mb": "%1 МБ", + "uptime-seconds": "Активно време в секунди", + "uptime-days": "Активно време в дни", "mongo": "Mongo", - "mongo.version": "MongoDB Version", - "mongo.storage-engine": "Storage Engine", - "mongo.collections": "Collections", - "mongo.objects": "Objects", - "mongo.avg-object-size": "Avg. Object Size", - "mongo.data-size": "Data Size", - "mongo.storage-size": "Storage Size", - "mongo.index-size": "Index Size", - "mongo.file-size": "File Size", - "mongo.resident-memory": "Resident Memory", - "mongo.virtual-memory": "Virtual Memory", - "mongo.mapped-memory": "Mapped Memory", - "mongo.raw-info": "MongoDB Raw Info", + "mongo.version": "Версия на MongoDB", + "mongo.storage-engine": "Система за съхранение", + "mongo.collections": "Колекции", + "mongo.objects": "Обекти", + "mongo.avg-object-size": "Среден размер на обект", + "mongo.data-size": "Размер на данните", + "mongo.storage-size": "Размер на съхраненото", + "mongo.index-size": "Размер на индексите", + "mongo.file-size": "Размер на файловете", + "mongo.resident-memory": "Текущо активна памет", + "mongo.virtual-memory": "Виртуална памет", + "mongo.mapped-memory": "Заделена памет", + "mongo.raw-info": "Сурови данни от MongoDB", "redis": "Redis", - "redis.version": "Redis Version", - "redis.connected-clients": "Connected Clients", - "redis.connected-slaves": "Connected Slaves", - "redis.blocked-clients": "Blocked Clients", - "redis.used-memory": "Used Memory", - "redis.memory-frag-ratio": "Memory Fragmentation Ratio", - "redis.total-connections-recieved": "Total Connections Received", - "redis.total-commands-processed": "Total Commands Processed", - "redis.iops": "Instantaneous Ops. Per Second", - "redis.keyspace-hits": "Keyspace Hits", - "redis.keyspace-misses": "Keyspace Misses", - "redis.raw-info": "Redis Raw Info" + "redis.version": "Версия на Redis", + "redis.connected-clients": "Свързани клиенти", + "redis.connected-slaves": "Свързани второстепенни сървъри", + "redis.blocked-clients": "Блокирани клиенти", + "redis.used-memory": "Използвана памет", + "redis.memory-frag-ratio": "Коефициент на фрагментиране на паметта", + "redis.total-connections-recieved": "Общо получени свързвания", + "redis.total-commands-processed": "Общо обработени команди", + "redis.iops": "Едновременни операции в секунда", + "redis.keyspace-hits": "Успешни търсения на ключове", + "redis.keyspace-misses": "Неуспешни търсения на ключове", + "redis.raw-info": "Сурови данни от Redis" } \ No newline at end of file diff --git a/public/language/bg/admin/advanced/errors.json b/public/language/bg/admin/advanced/errors.json index 963e68b116..904a75e3d4 100644 --- a/public/language/bg/admin/advanced/errors.json +++ b/public/language/bg/admin/advanced/errors.json @@ -1,14 +1,14 @@ { - "figure-x": "Figure %1", - "error-events-per-day": "%1 events per day",
- "error.404": "404 Not Found",
- "error.503": "503 Service Unavailable",
- "manage-error-log": "Manage Error Log",
- "export-error-log": "Export Error Log (CSV)",
- "clear-error-log": "Clear Error Log",
- "route": "Route",
- "count": "Count",
- "no-routes-not-found": "Hooray! There are no routes that were not found.",
- "clear404-confirm": "Are you sure you wish to clear the 404 error logs?",
- "clear404-success": "\"404 Not Found\" errors cleared"
+ "figure-x": "Фигура %1",
+ "error-events-per-day": "%1 събития на ден",
+ "error.404": "Страницата не е намерена (Грешка 404)",
+ "error.503": "Услугата е недостъпна (Грешка 503)",
+ "manage-error-log": "Управление на журнала за грешки",
+ "export-error-log": "Изнасяне на журнала за грешки (CSV)",
+ "clear-error-log": "Изчистване на журнала за грешки",
+ "route": "Маршрут",
+ "count": "Брой",
+ "no-routes-not-found": "Ура! Няма неоткрити маршрути.",
+ "clear404-confirm": "Наистина ли искате да изчистите журналите за грешки от вида 404?",
+ "clear404-success": "Грешките от вида „Страницата не е намерена (Грешка 404)“ бяха изчистени."
}
\ No newline at end of file
diff --git a/public/language/bg/admin/advanced/events.json b/public/language/bg/admin/advanced/events.json
index 766eb5e951..bd207ff3c1 100644
--- a/public/language/bg/admin/advanced/events.json
+++ b/public/language/bg/admin/advanced/events.json
@@ -1,6 +1,6 @@
{
- "events": "Events",
- "no-events": "There are no events",
- "control-panel": "Events Control Panel",
- "delete-events": "Delete Events"
+ "events": "Събития",
+ "no-events": "Няма събития",
+ "control-panel": "Контролен панел за събитията",
+ "delete-events": "Изтриване на събитията"
}
\ No newline at end of file
diff --git a/public/language/bg/admin/advanced/logs.json b/public/language/bg/admin/advanced/logs.json
index b9de400e1c..abb27d8fae 100644
--- a/public/language/bg/admin/advanced/logs.json
+++ b/public/language/bg/admin/advanced/logs.json
@@ -1,7 +1,7 @@
{
- "logs": "Logs",
- "control-panel": "Logs Control Panel",
- "reload": "Reload Logs",
- "clear": "Clear Logs",
- "clear-success": "Logs Cleared!"
+ "logs": "Журнали",
+ "control-panel": "Контролен панел за журналите",
+ "reload": "Презареждане на журналите",
+ "clear": "Изчистване на журналите",
+ "clear-success": "Журналите са изчистени!"
}
\ No newline at end of file
diff --git a/public/language/bg/admin/appearance/customise.json b/public/language/bg/admin/appearance/customise.json
index 767d443e29..2c5b67e504 100644
--- a/public/language/bg/admin/appearance/customise.json
+++ b/public/language/bg/admin/appearance/customise.json
@@ -1,9 +1,9 @@
{
- "custom-css": "Custom CSS",
- "custom-css.description": "Enter your own CSS declarations here, which will be applied after all other styles.",
- "custom-css.enable": "Enable Custom CSS",
+ "custom-css": "Персонализиран CSS",
+ "custom-css.description": "Въведете своите собствени декларации за стилове, те ще бъдат приложени след всички останали стилове.",
+ "custom-css.enable": "Включване на персонализиран CSS",
- "custom-header": "Custom Header",
- "custom-header.description": "Enter custom HTML here (ex. JavaScript, Meta Tags, etc.), which will be appended to the <head> section of your forum's markup.",
- "custom-header.enable": "Enable Custom Header"
+ "custom-header": "Персонализирана заглавна част",
+ "custom-header.description": "Въведете своя персонализиран код HTML тук (напр. JavaScript, елементи „meta“ и т.н.), те ще бъдат добавени към секцията <head> в кода на Вашия форум.",
+ "custom-header.enable": "Включване на персонализирана заглавна част"
}
\ No newline at end of file
diff --git a/public/language/bg/admin/appearance/skins.json b/public/language/bg/admin/appearance/skins.json
index 4db6fbdd8a..a151ad7280 100644
--- a/public/language/bg/admin/appearance/skins.json
+++ b/public/language/bg/admin/appearance/skins.json
@@ -1,9 +1,9 @@
{
- "loading": "Loading Skins...",
- "homepage": "Homepage",
- "select-skin": "Select Skin",
- "current-skin": "Current Skin",
- "skin-updated": "Skin Updated",
- "applied-success": "%1 skin was succesfully applied",
- "revert-success": "Skin reverted to base colours"
+ "loading": "Зареждане на облиците…",
+ "homepage": "Начална страница",
+ "select-skin": "Изберете облик",
+ "current-skin": "Текущ облик",
+ "skin-updated": "Обликът е променен",
+ "applied-success": "Обликът „%1“ беше успешно приложен",
+ "revert-success": "Обликът е върнат към основните цветове."
}
\ No newline at end of file
diff --git a/public/language/bg/admin/appearance/themes.json b/public/language/bg/admin/appearance/themes.json
index 3148a01337..053316397c 100644
--- a/public/language/bg/admin/appearance/themes.json
+++ b/public/language/bg/admin/appearance/themes.json
@@ -1,11 +1,11 @@
{
- "checking-for-installed": "Checking for installed themes...",
- "homepage": "Homepage",
- "select-theme": "Select Theme",
- "current-theme": "Current Theme",
- "no-themes": "No installed themes found",
- "revert-confirm": "Are you sure you wish to restore the default NodeBB theme?",
- "theme-changed": "Theme Changed",
- "revert-success": "You have successfully reverted your NodeBB back to it's default theme.",
- "restart-to-activate": "Please restart your NodeBB to fully activate this theme"
+ "checking-for-installed": "Проверяване за инсталирани теми…",
+ "homepage": "Начална страница",
+ "select-theme": "Изберете тема",
+ "current-theme": "Текуща тема",
+ "no-themes": "Не са намерени инсталирани теми",
+ "revert-confirm": "Наистина ли искате да възстановите стандартната тема на NodeBB?",
+ "theme-changed": "Темата е променена",
+ "revert-success": "Вие възстановихте успешно стандартната тема на NodeBB.",
+ "restart-to-activate": "Моля, рестартирайте NodeBB, за да може тази тема да влезе в сила напълно."
}
\ No newline at end of file
diff --git a/public/language/bg/admin/development/info.json b/public/language/bg/admin/development/info.json
index b2768ca212..cfd2990662 100644
--- a/public/language/bg/admin/development/info.json
+++ b/public/language/bg/admin/development/info.json
@@ -1,16 +1,16 @@
{
- "you-are-on": "Info - You are on %1:%2",
- "host": "host",
- "pid": "pid",
+ "you-are-on": "Информация — Вие сте на %1:%2",
+ "host": "сървър",
+ "pid": "ид. на процеса",
"nodejs": "nodejs",
- "online": "online",
+ "online": "на линия",
"git": "git",
- "load": "load",
- "uptime": "uptime",
+ "load": "натоварване",
+ "uptime": "активно време",
- "registered": "Registered",
- "sockets": "Sockets",
- "guests": "Guests",
+ "registered": "Регистрирани",
+ "sockets": "Сокети",
+ "guests": "Гости",
- "info": "Info"
+ "info": "Информация"
}
\ No newline at end of file
diff --git a/public/language/bg/admin/development/logger.json b/public/language/bg/admin/development/logger.json
index 6ab9558149..26550c056a 100644
--- a/public/language/bg/admin/development/logger.json
+++ b/public/language/bg/admin/development/logger.json
@@ -1,12 +1,12 @@
{
- "logger-settings": "Logger Settings",
- "description": "By enabling the check boxes, you will receive logs to your terminal. If you specify a path, logs will then be saved to a file instead. HTTP logging is useful for collecting statistics about who, when, and what people access on your forum. In addition to logging HTTP requests, we can also log socket.io events. Socket.io logging, in combination with redis-cli monitor, can be very helpful for learning NodeBB's internals.",
- "explanation": "Simply check/uncheck the logging settings to enable or disable logging on the fly. No restart needed.",
- "enable-http": "Enable HTTP logging",
- "enable-socket": "Enable socket.io event logging",
- "file-path": "Path to log file",
- "file-path-placeholder": "/path/to/log/file.log ::: leave blank to log to your terminal",
+ "logger-settings": "Настройки на журнала",
+ "description": "Ако поставите отметки тук, Вие ще виждате журнала в терминала си. Ако посочите пътечка, то вместо това журналите ще бъдат записвани във файл. Журналът чрез HTTP е удобен за получаване на статистика за това кога, кои и какви хора посещават форума Ви. В допълнение към следенето на заявките чрез HTTP, можем също да следим и събитията на socket.io. Журналът на Socket.io, в комбинация с redis-cli, може да Ви бъде много полезно, ако искате да разучите как работи NodeBB.",
+ "explanation": "За да включите или изключите журналите в реално време, просто поставете или премахнете отметките в настройките на журнала. Няма нужда от рестартиране.",
+ "enable-http": "Включване на журнала чрез HTTP",
+ "enable-socket": "Включване на журналите за събития на socket.io",
+ "file-path": "Път до файла на журнала",
+ "file-path-placeholder": "/път/до/файла/на/журнала.log ::: ако е празно, журналът ще се извежда в терминала",
- "control-panel": "Logger Control Panel",
- "update-settings": "Update Logger Settings"
+ "control-panel": "Контролен панел за журнала",
+ "update-settings": "Промяна на настройките на журнала"
}
\ No newline at end of file
diff --git a/public/language/bg/admin/extend/plugins.json b/public/language/bg/admin/extend/plugins.json
index 8f382a290d..c58b5a53c7 100644
--- a/public/language/bg/admin/extend/plugins.json
+++ b/public/language/bg/admin/extend/plugins.json
@@ -1,46 +1,47 @@
{
- "installed": "Installed",
- "active": "Active",
- "inactive": "Inactive",
- "out-of-date": "Out of Date",
- "none-found": "No plugins found.",
- "none-active": "No Active Plugins",
- "find-plugins": "Find Plugins",
+ "installed": "Инсталирани",
+ "active": "Включени",
+ "inactive": "Изключени",
+ "out-of-date": "Остарели",
+ "none-found": "Няма открити добавки.",
+ "none-active": "Няма включени добавки.",
+ "find-plugins": "Търсене на добавки",
- "plugin-search": "Plugin Search",
- "plugin-search-placeholder": "Search for plugin...",
- "reorder-plugins": "Re-order Plugins",
- "order-active": "Order Active Plugins",
- "dev-interested": "Interested in writing plugins for NodeBB?",
- "docs-info": "Full documentation regarding plugin authoring can be found in the NodeBB Docs Portal.",
+ "plugin-search": "Търсене на добавки",
+ "plugin-search-placeholder": "Търсене на добавка…",
+ "reorder-plugins": "Пренареждане на добавките",
+ "order-active": "Подреждане на включените добавки",
+ "dev-interested": "Искате ли да пишете добавки за NodeBB?",
+ "docs-info": "Документацията за създаване на добавки може да бъде открита в страницата с документация на NodeBB.",
- "order.description": "Certain plugins work ideally when they are initialised before/after other plugins.",
- "order.explanation": "Plugins load in the order specified here, from top to bottom",
+ "order.description": "Някои добавки работят най-добре, ако бъдат инсталирани преди или след други добавки.",
+ "order.explanation": "Добавките се зареждат в реда, посочен тук, от горе надолу.",
- "plugin-item.themes": "Themes",
- "plugin-item.deactivate": "Deactivate",
- "plugin-item.activate": "Activate",
- "plugin-item.uninstall": "Uninstall",
- "plugin-item.settings": "Settings",
- "plugin-item.installed": "Installed",
- "plugin-item.latest": "Latest",
- "plugin-item.upgrade": "Upgrade",
- "plugin-item.more-info": "For more information:",
- "plugin-item.unknown": "Unknown",
- "plugin-item.unknown-explanation": "The state of this plugin could not be determined, possibly due to a misconfiguration error.",
+ "plugin-item.themes": "Теми",
+ "plugin-item.deactivate": "Изключване",
+ "plugin-item.activate": "Включване",
+ "plugin-item.install": "Install",
+ "plugin-item.uninstall": "Деинсталиране",
+ "plugin-item.settings": "Настройки",
+ "plugin-item.installed": "Инсталирани",
+ "plugin-item.latest": "Най-нови",
+ "plugin-item.upgrade": "Обновяване",
+ "plugin-item.more-info": "За повече информация",
+ "plugin-item.unknown": "Неизвестно",
+ "plugin-item.unknown-explanation": "Състоянието на тази добавка не може да бъде определено, може би поради грешка в конфигурацията.",
- "alert.enabled": "Plugin Enabled",
- "alert.disabled": "Plugin Disabled",
- "alert.upgraded": "Plugin Upgraded",
- "alert.installed": "Plugin Installed",
- "alert.uninstalled": "Plugin Uninstalled",
- "alert.activate-success": "Please restart your NodeBB to fully activate this plugin",
- "alert.deactivate-success": "Plugin successfully deactivated",
- "alert.upgrade-success": "Please reload your NodeBB to fully upgrade this plugin",
- "alert.install-success": "Plugin successfully installed, please activate the plugin.",
- "alert.uninstall-success": "The plugin has been successfully deactivated and uninstalled.",
- "alert.suggest-error": "NodeBB could not reach the package manager, proceed with installation of latest version?
NodeBB could not reach the package manager, an upgrade is not suggested at this time.
", - "alert.incompatible": "Your version of NodeBB (v%1) is only cleared to upgrade to v%2 of this plugin. Please update your NodeBB if you wish to install a newer version of this plugin.
", - "alert.possibly-incompatible": "No Compatibility Information Found
This plugin did not specify a specific version for installation given your NodeBB version. Full compatibility cannot be guaranteed, and may cause your NodeBB to no longer start properly.
In the event that NodeBB cannot boot properly:
$ ./nodebb reset plugin=\"%1\"Continue installation of latest version of this plugin?
" -} \ No newline at end of file + "alert.enabled": "Добавката е включена", + "alert.disabled": "Добавката е изключена", + "alert.upgraded": "Добавката е обновена", + "alert.installed": "Добавката е инсталирана", + "alert.uninstalled": "Добавката е деинсталирана", + "alert.activate-success": "Моля, рестартирайте NodeBB, за да включите тази добавка напълно.", + "alert.deactivate-success": "Добавката е изключена успешно.", + "alert.upgrade-success": "Моля, презаредете NodeBB, за да обновите тази добавка напълно.", + "alert.install-success": "Добавката е инсталирана успешно, моля, включете я", + "alert.uninstall-success": "Добавката беше изключена и деинсталирана успешно.", + "alert.suggest-error": "NodeBB не може да се свърже с пакетния мениджър. Искате ли да продължите с инсталацията на най-новата версия?
NodeBB не може да се свърже с пакетния мениджър. Не се препоръчва обновяване в момента.
", + "alert.incompatible": "Вашата версия на NodeBB (версия %1) може да използва най-много версия %2 на тази добавка. Моля, обновете NodeBB, ако искате да инсталирате по-нова версия на тази добавка.
", + "alert.possibly-incompatible": "Няма информация за съвместимостта
Тази добавка не е посочила конкретна версия за инсталация, съвместима с Вашата версия на NodeBB. Не можем да гарантираме пълна съвместимост и има възможност Вашият NodeBB да не може да стартира правилно.
Ако NodeBB не може да стартира, използвайте следната команда:
$ ./nodebb reset plugin=\"%1\"Искате ли да продължите с инсталацията на най-новата версия на тази добавка?
" +} diff --git a/public/language/bg/admin/extend/rewards.json b/public/language/bg/admin/extend/rewards.json index 5383a90b33..890cc63d9e 100644 --- a/public/language/bg/admin/extend/rewards.json +++ b/public/language/bg/admin/extend/rewards.json @@ -1,17 +1,17 @@ { - "rewards": "Rewards", - "condition-if-users": "If User's", - "condition-is": "Is:", - "condition-then": "Then:", - "max-claims": "Amount of times reward is claimable", - "zero-infinite": "Enter 0 for infinite", - "delete": "Delete", - "enable": "Enable", - "disable": "Disable", - "control-panel": "Rewards Control", - "new-reward": "New Reward", + "rewards": "Награди", + "condition-if-users": "Ако потребителският(ата/ото)", + "condition-is": "Е:", + "condition-then": "Тогава:", + "max-claims": "Колко пъти може да бъде получавана наградата", + "zero-infinite": "0 = безкраен брой пъти", + "delete": "Изтриване", + "enable": "Включване", + "disable": "Изключване", + "control-panel": "Управление на наградите", + "new-reward": "Нова награда", - "alert.delete-success": "Successfully deleted reward", - "alert.no-inputs-found": "Illegal reward - no inputs found!", - "alert.save-success": "Successfully saved rewards" + "alert.delete-success": "Наградата е изтрита успешно", + "alert.no-inputs-found": "Неправомерна награда — няма нищо въведено!", + "alert.save-success": "Наградите са запазени успешно" } \ No newline at end of file diff --git a/public/language/bg/admin/extend/widgets.json b/public/language/bg/admin/extend/widgets.json index 477bb15e56..cbb019b0fa 100644 --- a/public/language/bg/admin/extend/widgets.json +++ b/public/language/bg/admin/extend/widgets.json @@ -1,19 +1,19 @@ { - "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 plugins control panel.", - "containers.available": "Available Containers", - "containers.explanation": "Drag and drop on top of any active widget", - "containers.none": "None", - "container.well": "Well", - "container.jumbotron": "Jumbotron", - "container.panel": "Panel", - "container.panel-header": "Panel Header", - "container.panel-body": "Panel Body", - "container.alert": "Alert", + "available": "Налични джаджи", + "explanation": "Изберете джаджа от падащото меню, а след това я завлачете и пуснете в областта за джаджи в някой от шаблоните вляво.", + "none-installed": "Няма открити джаджи! Включете добавката с основните джаджи в контролния панел за добавките.", + "containers.available": "Налични контейнери", + "containers.explanation": "Завлачете и пуснете върху някоя активна джаджа", + "containers.none": "Няма", + "container.well": "Кладенец", + "container.jumbotron": "Джъмботрон", + "container.panel": "Панел", + "container.panel-header": "Заглавна част на панел", + "container.panel-body": "Основна част на панел", + "container.alert": "Предупреждение", - "alert.confirm-delete": "Are you sure you wish to delete this widget?", - "alert.updated": "Widgets Updated", - "alert.update-success": "Successfully updated widgets" + "alert.confirm-delete": "Наистина ли искате да изтриете джаджата?", + "alert.updated": "Джаджите са обновени", + "alert.update-success": "Джаджите са обновени успешно" } \ No newline at end of file diff --git a/public/language/bg/admin/general/dashboard.json b/public/language/bg/admin/general/dashboard.json index b82802db1b..357fbcba2d 100644 --- a/public/language/bg/admin/general/dashboard.json +++ b/public/language/bg/admin/general/dashboard.json @@ -1,55 +1,55 @@ { - "forum-traffic": "Forum Traffic", - "page-views": "Page Views", - "unique-visitors": "Unique Visitors", - "page-views-last-month": "Page views Last Month", - "page-views-this-month": "Page views This Month", - "page-views-last-day": "Page views in last 24 hours", + "forum-traffic": "Трафик на форума", + "page-views": "Преглеждания на страниците", + "unique-visitors": "Уникални посетители", + "page-views-last-month": "Преглеждания на страниците през последния месец", + "page-views-this-month": "Преглеждания на страниците този месец", + "page-views-last-day": "Преглеждания на страниците през последните 24 часа", - "stats.day": "Day", - "stats.week": "Week", - "stats.month": "Month", - "stats.all": "All Time", + "stats.day": "Ден", + "stats.week": "Седмица", + "stats.month": "Месец", + "stats.all": "От началото", - "updates": "Updates", - "running-version": "You are running NodeBB v%1.", - "keep-updated": "Always make sure that your NodeBB is up to date for the latest security patches and bug fixes.", - "up-to-date": "You are up-to-date
", - "upgrade-available": "A new version (v%1) has been released. Consider upgrading your NodeBB.
", - "prerelease-upgrade-available": "This is an outdated pre-release version of NodeBB. A new version (v%1) has been released. Consider upgrading your NodeBB.
", - "prerelease-warning": "This is a pre-release version of NodeBB. Unintended bugs may occur.
", + "updates": "Обновления", + "running-version": "Вие използвате NodeBB версия %1.", + "keep-updated": "Стремете се винаги да използвате най-новата версия на NodeBB, за да се възползвате от последните подобрения на сигурността и поправки на проблеми.", + "up-to-date": "Вие използвате най-новата версия
", + "upgrade-available": "Има нова версия (версия %1). Ако имате възможност, обновете NodeBB.
", + "prerelease-upgrade-available": "Това е остаряла версия за предварителен преглед на NodeBB. Има нова версия (версия %1). Ако имате възможност, обновете NodeBB.
", + "prerelease-warning": "Това е версия за предварителен преглед на NodeBB. Възможно е да има неочаквани неизправности.
", - "notices": "Notices", + "notices": "Забележки", - "control-panel": "System Control", - "reload": "Reload", - "restart": "Restart", - "restart-warning": "Reloading or Restarting your NodeBB will drop all existing connections for a few seconds.", - "maintenance-mode": "Maintenance Mode", - "maintenance-mode-title": "Click here to set up maintenance mode for NodeBB", - "realtime-chart-updates": "Realtime Chart Updates", + "control-panel": "Системен контрол", + "reload": "Презареждане", + "restart": "Рестартиране", + "restart-warning": "Презареждането и рестартирането на NodeBB ще прекъсне всички връзки за няколко секунди.", + "maintenance-mode": "Режим на профилактика", + "maintenance-mode-title": "Щракнете тук, за да зададете режим на профилактика на NodeBB", + "realtime-chart-updates": "Актуализации на таблиците в реално време", - "active-users": "Active Users", - "active-users.users": "Users", - "active-users.guests": "Guests", - "active-users.total": "Total", - "active-users.connections": "Connections", + "active-users": "Дейни потребители", + "active-users.users": "Потребители", + "active-users.guests": "Гости", + "active-users.total": "Общо", + "active-users.connections": "Връзки", - "anonymous-registered-users": "Anonymous vs Registered Users", - "anonymous": "Anonymous", - "registered": "Registered", + "anonymous-registered-users": "Анонимни към регистрирани потребители", + "anonymous": "Анонимни", + "registered": "Регистрирани", - "user-presence": "User Presence", - "on-categories": "On categories list", - "reading-posts": "Reading posts", - "browsing-topics": "Browsing topics", - "recent": "Recent", - "unread": "Unread", + "user-presence": "Присъствие на потребителите ", + "on-categories": "В списъка с категории", + "reading-posts": "Четящи публикации", + "browsing-topics": "Разглеждащи теми", + "recent": "Скорошни", + "unread": "Непрочетени", - "high-presence-topics": "High Presence Topics", + "high-presence-topics": "Теми с най-голяма присъственост", - "graphs.page-views": "Page Views", - "graphs.unique-visitors": "Unique Visitors", - "graphs.registered-users": "Registered Users", - "graphs.anonymous-users": "Anonymous Users" + "graphs.page-views": "Преглеждания на страниците", + "graphs.unique-visitors": "Уникални посетители", + "graphs.registered-users": "Регистрирани потребители", + "graphs.anonymous-users": "Анонимни потребители" } \ No newline at end of file diff --git a/public/language/bg/admin/general/homepage.json b/public/language/bg/admin/general/homepage.json index 4866b8baf6..ac9487881b 100644 --- a/public/language/bg/admin/general/homepage.json +++ b/public/language/bg/admin/general/homepage.json @@ -1,7 +1,7 @@ { - "home-page": "Home Page", - "description": "Choose what page is shown when users navigate to the root URL of your forum.", - "home-page-route": "Home Page Route", - "custom-route": "Custom Route", - "allow-user-home-pages": "Allow User Home Pages" + "home-page": "Начална страница", + "description": "Изберете коя страница да бъде показана, когато потребителите отидат на главния адрес на форума.", + "home-page-route": "Път на началната страница", + "custom-route": "Персонализиран път", + "allow-user-home-pages": "Разрешаване на потребителските начални страници" } \ No newline at end of file diff --git a/public/language/bg/admin/general/languages.json b/public/language/bg/admin/general/languages.json index da45cade2c..2ccfa73419 100644 --- a/public/language/bg/admin/general/languages.json +++ b/public/language/bg/admin/general/languages.json @@ -1,5 +1,5 @@ { - "language-settings": "Language Settings", - "description": "The default language determines the language settings for all users who are visiting your forum.registered-users group is granted a specific privilege, all other groups receive an implicit privilege, even if they are not explicitly defined/checked. This implicit privilege is shown to you because all users are part of the registered-users user group, and so, privileges for additional groups need not be explicitly granted.",
+ "privileges.description": "В тази секция можете да настроите правомощията за достъп до тази категория. Правомощията могат да бъдат давани на отделни потребители или на цели групи. Можете да добавите нов потребител в тази таблица като го потърсите чрез формуляра по-долу.",
+ "privileges.warning": "Забележка: Настройките за правомощията влизат в сила моментално. Не е нужно да запазвате категорията след като промените тези настройки.",
+ "privileges.section-viewing": "Правомощия за преглед",
+ "privileges.section-posting": "Правомощия за публикуване",
+ "privileges.section-moderation": "Правомощия за модериране",
+ "privileges.section-user": "Потребител",
+ "privileges.search-user": "Добавяне на потребител",
+ "privileges.no-users": "В тази категория няма правомощия за отделни потребители.",
+ "privileges.section-group": "Група",
+ "privileges.group-private": "Тази група е частна",
+ "privileges.search-group": "Добавяне на група",
+ "privileges.copy-to-children": "Копиране в наследниците",
+ "privileges.copy-from-category": "Копиране от категория",
+ "privileges.inherit": "Ако групата на регистрираните потребители получи дадено правомощие, всички останали групи го получават като подразбиращо се правомощие, дори то да не им е специално дадено. Вие виждате това подразбиращо се правомощие, защото всички потребители са членове на групата на регистрираните потребители, така че няма нужда да се дават едни и същи правомощия на още групи.",
- "analytics.back": "Back to Categories List",
- "analytics.title": "Analytics for \"%1\" category",
- "analytics.pageviews-hourly": "Figure 1 – Hourly page views for this category",
- "analytics.pageviews-daily": "Figure 2 – Daily page views for this category",
- "analytics.topics-daily": "Figure 3 – Daily topics created in this category",
- "analytics.posts-daily": "Figure 4 – Daily posts made in this category",
+ "analytics.back": "Назад към списъка с категориите",
+ "analytics.title": "Аналитични данни за категорията „%1“",
+ "analytics.pageviews-hourly": "Фигура 1 – Преглеждания на час за тази категория",
+ "analytics.pageviews-daily": "Фигура 2 – Преглеждания на ден за тази категория",
+ "analytics.topics-daily": "Фигура 3 – Брой теми в тази категория на ден",
+ "analytics.posts-daily": "Фигура 4 – Брой публикации в тази категория на ден",
- "alert.created": "Created",
- "alert.create-success": "Category successfully created!",
- "alert.none-active": "You have no active categories.",
- "alert.create": "Create a Category",
- "alert.confirm-moderate": "Are you sure you wish to grant the moderation privilege to this user group? This group is public, and any users can join at will.",
- "alert.confirm-purge": "Do you really want to purge this category \"%1\"?
Purging a category will remove all topics and posts, and delete the category from the database. If you want to remove a category temporarily, you'll want to \"disable\" the category instead.
", - "alert.purge-success": "Category purged!", - "alert.copy-success": "Settings Copied!", - "alert.set-parent-category": "Set Parent Category", - "alert.updated": "Updated Categories", - "alert.updated-success": "Category IDs %1 was successfully updated.", - "alert.upload-image": "Upload category image", - "alert.find-user": "Find a User", - "alert.user-search": "Search for a user here...", - "alert.find-group": "Find a Group", - "alert.group-search": "Search for a group here..." + "alert.created": "Създадена", + "alert.create-success": "Категорията е създадена успешно!", + "alert.none-active": "Нямате активни категории.", + "alert.create": "Създаване на категория", + "alert.confirm-moderate": "Наистина ли искате да дадете правомощието за модериране на тази потребителска група? Тази група е публична и всеки може свободно да се присъедини към нея.", + "alert.confirm-purge": "Наистина ли искате да изтриете категорията „%1“?
Изтриването на категорията ще премахне всички теми и публикации, и ще изтрие категорията от базата данни. Ако искате да премахнете категорията временно, можете просто да я „изключите“.
", + "alert.purge-success": "Категорията е изтрита!", + "alert.copy-success": "Настройките са копирани!", + "alert.set-parent-category": "Задаване на базова категория", + "alert.updated": "Обновени категории", + "alert.updated-success": "Category IDs %1 successfully updated.", + "alert.upload-image": "Качване на изображение за категорията", + "alert.find-user": "Търсене на потребител", + "alert.user-search": "Потърсете потребител тук…", + "alert.find-group": "Търсене на група", + "alert.group-search": "Потърсете група тук…" } \ No newline at end of file diff --git a/public/language/bg/admin/manage/flags.json b/public/language/bg/admin/manage/flags.json index bfc488a409..cf5e368b75 100644 --- a/public/language/bg/admin/manage/flags.json +++ b/public/language/bg/admin/manage/flags.json @@ -1,19 +1,19 @@ { - "daily": "Daily flags", - "by-user": "Flags by user", - "by-user-search": "Search flagged posts by username", - "category": "Category", - "sort-by": "Sort By", - "sort-by.most-flags": "Most Flags", - "sort-by.most-recent": "Most Recent", - "search": "Search", - "dismiss-all": "Dismiss All", - "none-flagged": "No flagged posts!", - "posted-in": "Posted in %1", - "read-more": "Read More", - "flagged-x-times": "This post has been flagged %1 time(s):", - "dismiss": "Dismiss this Flag", - "delete-post": "Delete the Post", + "daily": "Дневни доклади", + "by-user": "Доклади по потребител", + "by-user-search": "Търсене на докладвани публикации по потребителско име", + "category": "Категория", + "sort-by": "Подреждане по", + "sort-by.most-flags": "Най-много доклади", + "sort-by.most-recent": "Най-скорошни", + "search": "Търсене", + "dismiss-all": "Премахване на всички", + "none-flagged": "Няма докладвани публикации!", + "posted-in": "Публикувано в %1", + "read-more": "Прочетете повече", + "flagged-x-times": "Тази публикация е докладвана %1 път(и):", + "dismiss": "Премахване на този доклад", + "delete-post": "Изтриване на публикацията", - "alerts.confirm-delete-post": "Do you really want to delete this post?" + "alerts.confirm-delete-post": "Наистина ли искате да изтриете тази публикация?" } \ No newline at end of file diff --git a/public/language/bg/admin/manage/groups.json b/public/language/bg/admin/manage/groups.json index b5e526aacf..ce7527b0f3 100644 --- a/public/language/bg/admin/manage/groups.json +++ b/public/language/bg/admin/manage/groups.json @@ -1,34 +1,34 @@ { - "name": "Group Name", - "description": "Group Description", - "system": "System Group", - "edit": "Edit", - "search-placeholder": "Search", - "create": "Create Group", - "description-placeholder": "A short description about your group", - "create-button": "Create", + "name": "Име на групата", + "description": "Описание на групата", + "system": "Системна група", + "edit": "Редактиране", + "search-placeholder": "Търсене", + "create": "Създаване на група", + "description-placeholder": "Кратко описание на групата", + "create-button": "Създаване", - "alerts.create-failure": "Uh-OhThere was a problem creating your group. Please try again later!
", - "alerts.confirm-delete": "Are you sure you wish to delete this group?", + "alerts.create-failure": "Опа!Възникна проблем при създаването на групата. Моля, опитайте отново по-късно!
", + "alerts.confirm-delete": "Наистина ли искате да изтриете тази група?", - "edit.name": "Name", - "edit.description": "Description", - "edit.user-title": "Title of Members", - "edit.icon": "Group Icon", - "edit.label-color": "Group Label Color", - "edit.show-badge": "Show Badge", - "edit.private-details": "If enabled, joining of groups requires approval from a group owner.", - "edit.private-override": "Warning: Private groups is disabled at system level, which overrides this option.", - "edit.disable-requests": "Disable join requests", - "edit.hidden": "Hidden", - "edit.hidden-details": "If enabled, this group will not be found in the groups listing, and users will have to be invited manually", - "edit.add-user": "Add User to Group", - "edit.add-user-search": "Search Users", - "edit.members": "Member List", - "control-panel": "Groups Control Panel", - "revert": "Revert", + "edit.name": "Име", + "edit.description": "Описание", + "edit.user-title": "Звание на членовете", + "edit.icon": "Иконка на групата", + "edit.label-color": "Цвята за етикета на групата", + "edit.show-badge": "Показване на емблема", + "edit.private-details": "Ако е включено, присъединяването към групи ще изисква одобрение от собственик на групата.", + "edit.private-override": "Внимание: Частните групи са изключени на системно ниво, това пренебрегва тази настройка.", + "edit.disable-requests": "Изключване на заявките за присъединяване", + "edit.hidden": "Скрита", + "edit.hidden-details": "Ако е включено, групата няма да е видима в списъка с групи и ще трябва потребителите да бъдат поканени специално.", + "edit.add-user": "Добавяне на потребител към групата", + "edit.add-user-search": "Търсене на потребители", + "edit.members": "Списък на членовете", + "control-panel": "Контролен панел за групите", + "revert": "Отмяна", - "edit.no-users-found": "No Users Found", - "edit.confirm-remove-user": "Are you sure you want to remove this user?", - "edit.save-success": "Changes saved!" + "edit.no-users-found": "Няма открити потребители", + "edit.confirm-remove-user": "Наистина ли искате да премахнете този потребител?", + "edit.save-success": "Промените са запазени!" } \ No newline at end of file diff --git a/public/language/bg/admin/manage/ip-blacklist.json b/public/language/bg/admin/manage/ip-blacklist.json index 5106434351..c49791d2d3 100644 --- a/public/language/bg/admin/manage/ip-blacklist.json +++ b/public/language/bg/admin/manage/ip-blacklist.json @@ -1,15 +1,15 @@ { - "lead": "Configure your IP blacklist here.", - "description": "Occasionally, a user account ban is not enough of a deterrant. Other times, restricting access to the forum to a specific IP or a range of IPs is the best way to protect a forum. In these scenarios, you can add troublesome IP addresses or entire CIDR blocks to this blacklist, and they will be prevented from logging in to or registering a new account.", - "active-rules": "Active Rules", - "validate": "Validate Blacklist", - "apply": "Apply Blacklist", - "hints": "Syntax Hints", - "hint-1": "Define a single IP addresses per line. You can add IP blocks as long as they follow the CIDR format (e.g.192.168.100.0/22).",
- "hint-2": "You can add in comments by starting lines with the # symbol.",
+ "lead": "Тук можете да настроите своя черен списък за IP адреси.",
+ "description": "Понякога блокирането на даден потребителски профил не е достатъчно. В такива случаи, най-добрият начин за защитаване на форума е ограничаването на достъпа до форума за конкретен IP адрес или група от адреси. В този черен списък можете да добавите проблемните IP адреси или цял блок CIDR, и тези адреси няма да могат да влизат в системата или да регистрират нови профили.",
+ "active-rules": "Активни правила",
+ "validate": "Проверка на черния списък",
+ "apply": "Прилагане на черния списък",
+ "hints": "Съвети за синтактиса",
+ "hint-1": "Въвеждайте по един IP адрес на ред. Можете да добавяте групи от IP адреси, ако спазват формата на CIDR (напр. 192.168.100.0/22).",
+ "hint-2": "Можете да добавяте коментари, като в началото на реда поставите знака #.",
- "validate.x-valid": "%1 out of %2 rule(s) valid.",
- "validate.x-invalid": "The following %1 rules are invalid:",
+ "validate.x-valid": "Правилни правила: %1 от %2.",
+ "validate.x-invalid": "Следните %1 правила са грешни:",
- "alerts.applied-success": "Blacklist Applied"
+ "alerts.applied-success": "Черният списък е приложен"
}
\ No newline at end of file
diff --git a/public/language/bg/admin/manage/registration.json b/public/language/bg/admin/manage/registration.json
index f51b4d56e6..11bec03b5c 100644
--- a/public/language/bg/admin/manage/registration.json
+++ b/public/language/bg/admin/manage/registration.json
@@ -1,20 +1,20 @@
{
- "queue": "Queue",
- "description": "There are no users in the registration queue. %1
", - "alerts.create-success": "User created!", + "alerts.flag-reset-success": "Докладът/ите е/са анулиран(и)!", + "alerts.no-remove-yourself-admin": "Не можете да отнемете собствените си права на администратор!", + "alerts.make-admin-success": "Потребителят/ите вече е/са администратор(и).", + "alerts.confirm-remove-admin": "Наистина ли искате да премахнете администраторите?", + "alerts.remove-admin-success": "Потребителят/ите вече не е/са администратор(и)", + "alerts.confirm-validate-email": "Искате ли да проверите е-пощата/ите на този/тези потребител(и)?", + "alerts.validate-email-success": "Е-пощите са проверени", + "alerts.password-reset-confirm": "Искате ли да изпратите е-писмо/а за възстановяване на паролата на този/тези потребител(и)?", + "alerts.confirm-delete": "ВНИМАНИЕ!%1
", + "alerts.create-success": "Потребителят е създаден!", - "alerts.prompt-email": "Email: ", - "alerts.email-sent-to": "An invitation email has been sent to %1", - "alerts.x-users-found": "%1 user(s) found! Search took %2 ms." + "alerts.prompt-email": "Е-поща:", + "alerts.email-sent-to": "Беше изпратено е-писмо за потвърждение до %1", + "alerts.x-users-found": "Намерени потребители: %1! Търсенето отне %2 милисекунди." } \ No newline at end of file diff --git a/public/language/bg/admin/menu.json b/public/language/bg/admin/menu.json index 7a5327f643..3d49e8778b 100644 --- a/public/language/bg/admin/menu.json +++ b/public/language/bg/admin/menu.json @@ -1,75 +1,75 @@ { - "section-general": "General", - "general/dashboard": "Dashboard", - "general/homepage": "Home Page", - "general/navigation": "Navigation", - "general/languages": "Languages", - "general/sounds": "Sounds", - "general/social": "Social", + "section-general": "Общи", + "general/dashboard": "Табло", + "general/homepage": "Начало", + "general/navigation": "Навигация", + "general/languages": "Езици", + "general/sounds": "Звуци", + "general/social": "Обществени", - "section-manage": "Manage", - "manage/categories": "Categories", - "manage/tags": "Tags", - "manage/users": "Users", - "manage/registration": "Registration Queue", - "manage/groups": "Groups", - "manage/flags": "Flags", - "manage/ip-blacklist": "IP Blacklist", + "section-manage": "Управление", + "manage/categories": "Категории", + "manage/tags": "Етикети", + "manage/users": "Потребители", + "manage/registration": "Регистрационна опашка", + "manage/groups": "Групи", + "manage/flags": "Доклади", + "manage/ip-blacklist": "Черен списък за IP адреси", - "section-settings": "Settings", - "settings/general": "General", - "settings/reputation": "Reputation", - "settings/email": "Email", - "settings/user": "User", - "settings/group": "Group", - "settings/guest": "Guests", - "settings/uploads": "Uploads", - "settings/post": "Post", - "settings/chat": "Chat", - "settings/pagination": "Pagination", - "settings/tags": "Tags", - "settings/notifications": "Notifications", - "settings/cookies": "Cookies", - "settings/web-crawler": "Web Crawler", - "settings/sockets": "Sockets", - "settings/advanced": "Advanced", + "section-settings": "Настройки", + "settings/general": "Общи", + "settings/reputation": "Репутация", + "settings/email": "Е-поща", + "settings/user": "Потребител", + "settings/group": "Група", + "settings/guest": "Гости", + "settings/uploads": "Качвания", + "settings/post": "Публикация", + "settings/chat": "Разговор", + "settings/pagination": "Страници", + "settings/tags": "Етикети", + "settings/notifications": "Известия", + "settings/cookies": "Бисквитки", + "settings/web-crawler": "Анализатор на уеб страници", + "settings/sockets": "Сокети", + "settings/advanced": "Разширени", - "settings.page-title": "%1 Settings", + "settings.page-title": "Настройки на %1", - "section-appearance": "Appearance", - "appearance/themes": "Themes", - "appearance/skins": "Skins", - "appearance/customise": "Custom HTML & CSS", + "section-appearance": "Външен вид", + "appearance/themes": "Теми", + "appearance/skins": "Облици", + "appearance/customise": "Custom HTML & CSS", - "section-extend": "Extend", - "extend/plugins": "Plugins", - "extend/widgets": "Widgets", - "extend/rewards": "Rewards", + "section-extend": "Разширяване", + "extend/plugins": "Добавки", + "extend/widgets": "Джаджи", + "extend/rewards": "Награди", - "section-social-auth": "Social Authentication", + "section-social-auth": "Обществено удостоверяване", - "section-plugins": "Plugins", - "extend/plugins.install": "Install Plugins", + "section-plugins": "Добавки", + "extend/plugins.install": "Инсталиране на добавки", - "section-advanced": "Advanced", - "advanced/database": "Database", - "advanced/events": "Events", - "advanced/logs": "Logs", - "advanced/errors": "Errors", - "advanced/cache": "Cache", - "development/logger": "Logger", - "development/info": "Info", + "section-advanced": "Разширени", + "advanced/database": "База данни", + "advanced/events": "Събития", + "advanced/logs": "Журнали", + "advanced/errors": "Грешки", + "advanced/cache": "Кеш", + "development/logger": "Система на журнала", + "development/info": "Информация", - "reload-forum": "Reload Forum", - "restart-forum": "Restart Forum", - "logout": "Log out", - "view-forum": "View Forum", + "reload-forum": "Презареждане на форума", + "restart-forum": "Рестартиране на форума", + "logout": "Изход", + "view-forum": "Преглед на форума", - "search.placeholder": "Search...", - "search.no-results": "No results...", - "search.search-forum": "Search the forum for ", - "search.keep-typing": "Type more to see results...", - "search.start-typing": "Start typing to see results...", + "search.placeholder": "Търсене…", + "search.no-results": "Няма резултати…", + "search.search-forum": "Търсене във форума за ", + "search.keep-typing": "Продължете да пишете, за да видите още резултати…", + "search.start-typing": "Започнете да пишете, за да получите резултати…", - "connection-lost": "Connection to %1 has been lost, attempting to reconnect..." + "connection-lost": "Връзката към %1 беше прекъсната. опитваме се да Ви свържем отново…" } \ No newline at end of file diff --git a/public/language/bg/admin/settings/advanced.json b/public/language/bg/admin/settings/advanced.json index b023528d04..8ae0040f16 100644 --- a/public/language/bg/admin/settings/advanced.json +++ b/public/language/bg/admin/settings/advanced.json @@ -1,19 +1,19 @@ { - "maintenance-mode": "Maintenance Mode", - "maintenance-mode.help": "When the forum is in maintenance mode, all requests will be redirected to a static holding page. Administrators are exempt from this redirection, and are able to access the site normally.", - "maintenance-mode.message": "Maintenance Message", - "headers": "Headers", + "maintenance-mode": "Режим на профилактика", + "maintenance-mode.help": "Когато форумът е в режим на профилактика, всички заявки ще бъдат пренасочвани към статична страница за изчакване, с изключение на администраторите, които ще могат да използват уеб сайта нормално.", + "maintenance-mode.message": "Съобщение за профилактиката", + "headers": "Заглавни части", "headers.allow-from": "Set ALLOW-FROM to Place NodeBB in an iFrame", - "headers.powered-by": "Customise the \"Powered By\" header sent by NodeBB", + "headers.powered-by": "Персонализиране на заглавната част „Захранван от“, която се изпраща от NodeBB", "headers.acao": "Access-Control-Allow-Origin", "headers.acao-help": "To deny access to all sites, leave empty or set tonull",
"headers.acam": "Access-Control-Allow-Methods",
"headers.acah": "Access-Control-Allow-Headers",
- "traffic-management": "Traffic Management",
- "traffic.help": "NodeBB deploys equipped with a module that automatically denies requests in high-traffic situations. You can tune these settings here, although the defaults are a good starting point.",
- "traffic.enable": "Enable Traffic Management",
- "traffic.event-lag": "Event Loop Lag Threshold (in milliseconds)",
- "traffic.event-lag-help": "Lowering this value decreases wait times for page loads, but will also show the \"excessive load\" message to more users. (Restart required)",
- "traffic.lag-check-interval": "Check Interval (in milliseconds)",
- "traffic.lag-check-interval-help": "Lowering this value causes NodeBB to become more sensitive to spikes in load, but may also cause the check to become too sensitive. (Restart required)"
+ "traffic-management": "Управление на трафика",
+ "traffic.help": "NodeBB има вграден модул, който автоматично отказва заявките в натоварените моменти. Можете да настроите поведението тук, въпреки че стойностите по подразбиране са добра отправна точка.",
+ "traffic.enable": "Включване на управлението на трафика",
+ "traffic.event-lag": "Граница на забавяне в цикъла на събитията (в милисекунди)",
+ "traffic.event-lag-help": "Намаляването на тази стойност ще намали времето за изчакване при зареждане на страници, но също така ще предизвика по-често показване на съобщението „прекомерно натоварване“ на повече потребители. (Нужно е рестартиране.)",
+ "traffic.lag-check-interval": "Интервал на проверка (в милисекунди)",
+ "traffic.lag-check-interval-help": "Намаляването на тази стойност ще направи NodeBB по-чувствителен към скоковете в натовареността, но може и да направи проверката твърде чувствителна. (Нужно е рестартиране.)"
}
\ No newline at end of file
diff --git a/public/language/bg/admin/settings/chat.json b/public/language/bg/admin/settings/chat.json
index 0b22127341..c5079ceb89 100644
--- a/public/language/bg/admin/settings/chat.json
+++ b/public/language/bg/admin/settings/chat.json
@@ -1,9 +1,9 @@
{
- "chat-settings": "Chat Settings",
- "disable": "Disable chat",
- "disable-editing": "Disable chat message editing/deletion",
- "disable-editing-help": "Administrators and global moderators are exempt from this restriction",
- "max-length": "Maximum length of chat messages",
- "max-room-size": "Maximum number of users in chat rooms",
- "delay": "Time between chat messages in milliseconds"
+ "chat-settings": "Настройки на разговорите",
+ "disable": "Изключване на разговорите",
+ "disable-editing": "Изключване на редактирането и изтриването на съобщения в разговорите",
+ "disable-editing-help": "Това ограничение не засяга администраторите и глобалните модератори",
+ "max-length": "Максимална дължина на съобщенията в разговорите",
+ "max-room-size": "Максимален брой потребители в стая за разговор",
+ "delay": "Време между съобщеният в разговорите (в милисекунди)"
}
\ No newline at end of file
diff --git a/public/language/bg/admin/settings/cookies.json b/public/language/bg/admin/settings/cookies.json
index f8b0f0538b..f8fac1526e 100644
--- a/public/language/bg/admin/settings/cookies.json
+++ b/public/language/bg/admin/settings/cookies.json
@@ -1,11 +1,11 @@
{
- "eu-consent": "EU Consent",
- "consent.enabled": "Enabled",
- "consent.message": "Notification message",
- "consent.acceptance": "Acceptance message",
- "consent.link-text": "Policy Link Text",
- "consent.blank-localised-default": "Leave blank to use NodeBB localised defaults",
- "settings": "Settings",
- "cookie-domain": "Session cookie domain",
- "blank-default": "Leave blank for default"
+ "eu-consent": "Съглашение на ЕС",
+ "consent.enabled": "Включено",
+ "consent.message": "Съобщение за известие",
+ "consent.acceptance": "Съобщение за приемане",
+ "consent.link-text": "Връзка към текста на политиката",
+ "consent.blank-localised-default": "Оставете това празно, за да използвате данните по подразбиране на NodeBB, които са преведени",
+ "settings": "Настройки",
+ "cookie-domain": "Домейн на бисквитката за сесията",
+ "blank-default": "Оставете празно, за да използвате стойността по подразбиране"
}
\ No newline at end of file
diff --git a/public/language/bg/admin/settings/email.json b/public/language/bg/admin/settings/email.json
index 1e92c88490..1ef685a5be 100644
--- a/public/language/bg/admin/settings/email.json
+++ b/public/language/bg/admin/settings/email.json
@@ -1,25 +1,25 @@
{
- "email-settings": "Email Settings",
- "address": "Email Address",
- "address-help": "The following email address refers to the email that the recipient will see in the \"From\" and \"Reply To\" fields.",
- "from": "From Name",
- "from-help": "The from name to display in the email.",
- "gmail-routing": "Gmail Routing",
- "gmail-routing-help1": "There have been reports of Gmail Routing not working on accounts with heightened security. In those scenarios, you will have to configure your GMail account to allow less secure apps.",
- "gmail-routing-help2": "For more information about this workaround, please consult this NodeMailer article on the issue. An alternative would be to utilise a third-party emailer plugin such as SendGrid, Mailgun, etc. Browse available plugins here.",
- "gmail-transport": "Route emails through a Gmail/Google Apps account",
- "gmail-transport.username": "Username",
- "gmail-transport.username-help": "Enter the full email address here, especially if you are using a Google Apps managed domain.",
- "gmail-transport.password": "Password",
- "template": "Edit Email Template",
- "template.select": "Select Email Template",
- "template.revert": "Revert to Original",
- "testing": "Email Testing",
- "testing.select": "Select Email Template",
- "testing.send": "Send Test Email",
- "testing.send-help": "The test email will be sent to the currently logged in user's email address.",
- "subscriptions": "Email Subscriptions",
- "subscriptions.disable": "Disable subscriber notification emails",
- "subscriptions.hour": "Digest Hour",
- "subscriptions.hour-help": "Please enter a number representing the hour to send scheduled email digests (e.g. 0 for midnight, 17 for 5:00pm). Keep in mind that this is the hour according to the server itself, and may not exactly match your system clock.0 за полунощ, 17 за 5 следобед). Имайте предвид, че този час е според часовата зона на сървъра и може да не съвпада с часовника на системата Ви.Паролата беше подновена. Моля, влезте отново.", + "update_password": "Обнови паролата", + "password_changed.title": "Сменена парола", + "password_changed.message": "
Паролата е нулирана успешно. Моля, впишете се отново.",
"wrong_reset_code.title": "Грешен код за подновяване",
"wrong_reset_code.message": "Полученият код за подновяване беше грешен. Моля, опитайте отново или поискайте нов код за подновяване.",
"new_password": "Нова парола",
"repeat_password": "Потвърдете паролата",
- "enter_email": "Моля, въведете Вашата е-поща и ние ще Ви изпратим е-писмо с инструкции за това как да достъпите акаунта си.",
+ "enter_email": "Моля, въведете вашия адрес за е-поща и ще ви изпратим писмо с указания как да нулирате своя профил.",
"enter_email_address": "Въведете адрес на е-поща",
"password_reset_sent": "Информацията за подновяване на паролата беше изпратена",
"invalid_email": "Грешна е-поща / е-пощата не съществува!",
diff --git a/public/language/bg/search.json b/public/language/bg/search.json
index 9055fb207e..2b196f6f33 100644
--- a/public/language/bg/search.json
+++ b/public/language/bg/search.json
@@ -8,6 +8,7 @@
"posted-by": "Публикувано от",
"in-categories": "В категории",
"search-child-categories": "Претърсване на подкатегориите",
+ "has-tags": "Has tags",
"reply-count": "Брой на отговорите",
"at-least": "Поне",
"at-most": "Най-много",
diff --git a/public/language/bg/success.json b/public/language/bg/success.json
index b7cc15d56f..a2945214f1 100644
--- a/public/language/bg/success.json
+++ b/public/language/bg/success.json
@@ -2,5 +2,5 @@
"success": "Готово",
"topic-post": "Вие публикувахте успешно.",
"authentication-successful": "Успешно удостоверяване",
- "settings-saved": "Настройките са записани!"
+ "settings-saved": "Настройките са запазени!"
}
\ No newline at end of file
diff --git a/public/language/bg/tags.json b/public/language/bg/tags.json
index d421e5cd7d..a62309070e 100644
--- a/public/language/bg/tags.json
+++ b/public/language/bg/tags.json
@@ -1,7 +1,7 @@
{
"no_tag_topics": "Няма теми с този етикет.",
"tags": "Етикети",
- "enter_tags_here": "Въведете етикетите тук, всеки може да е с дължина между %1 и %2 символа.",
+ "enter_tags_here": "Тук въведете етикети, всеки между %1 и %2 знака.",
"enter_tags_here_short": "Въведете етикети...",
"no_tags": "Все още няма етикети."
}
\ No newline at end of file
diff --git a/public/language/bg/topic.json b/public/language/bg/topic.json
index be0f8a681d..83386bff99 100644
--- a/public/language/bg/topic.json
+++ b/public/language/bg/topic.json
@@ -1,11 +1,11 @@
{
"topic": "Тема",
- "topic_id": "Идентификатора на темата",
- "topic_id_placeholder": "Въведете идентификатор на темата",
+ "topic_id": "ИД на тема",
+ "topic_id_placeholder": "Въведете ИД на тема",
"no_topics_found": "Няма открити теми!",
- "no_posts_found": "Няма открити публикации!",
- "post_is_deleted": "Тази публикация е изтрита!",
- "topic_is_deleted": "Тази тема е изтрита!",
+ "no_posts_found": "Няма намерени публикации!",
+ "post_is_deleted": "Публикацията е изтрита!",
+ "topic_is_deleted": "Темата е изтрита!",
"profile": "Профил",
"posted_by": "Публикувано от %1",
"posted_by_guest": "Публикувано от гост",
@@ -17,7 +17,7 @@
"reply-as-topic": "Отговор в нова тема",
"guest-login-reply": "Влезте, за да отговорите",
"edit": "Редактиране",
- "delete": "Изтриване",
+ "delete": "Изтрий",
"purge": "Изчистване",
"restore": "Възстановяване",
"move": "Преместване",
@@ -47,7 +47,7 @@
"flag_manage_history_state": "Състоянието е променено на „%1“",
"flag_manage_history_notes": "Бележките към доклада са обновени",
"flag_manage_saved": "Подробностите за доклада са обновени",
- "deleted_message": "Тази тема е била изтрита. Само потребители с права за управление на темите могат да я видят.",
+ "deleted_message": "Темата е изтрита. Само потребители с права за управление на теми могат да я виждат.",
"following_topic.message": "Вече ще получавате известия когато някой публикува коментар в тази тема.",
"not_following_topic.message": "Ще виждате тази тема в списъка с непрочетени теми, но няма да получавате известия, когато хората публикуват нещо в нея.",
"ignoring_topic.message": "Вече няма да виждате тази тема в списъка с непрочетени теми. Ще получите известие, когато някой Ви спомене или гласува положително за Ваша публикация.",
@@ -75,15 +75,15 @@
"thread_tools.move": "Преместване на темата",
"thread_tools.move_all": "Преместване на всички",
"thread_tools.fork": "Разделяне на темата",
- "thread_tools.delete": "Изтриване на темата",
- "thread_tools.delete-posts": "Изтриване на публикациите",
- "thread_tools.delete_confirm": "Наистина ли искате да изтриете тази тема?",
+ "thread_tools.delete": "Изтрий темата",
+ "thread_tools.delete-posts": "Изтрий публикациите",
+ "thread_tools.delete_confirm": "Сигурен ли сте, че изтривате темата?",
"thread_tools.restore": "Възстановяване на темата",
"thread_tools.restore_confirm": "Наистина ли искате да възстановите тази тема?",
"thread_tools.purge": "Изчистване на темата",
"thread_tools.purge_confirm": "Наистина ли искате да изчистите тази тема?",
"topic_move_success": "Темата беше преместена успешно в %1",
- "post_delete_confirm": "Наистина ли искате да изтриете тази публикация?",
+ "post_delete_confirm": "Сигурен ли сте, че изтривате публикацията?",
"post_restore_confirm": "Наистина ли искате да възстановите тази публикация?",
"post_purge_confirm": "Наистина ли искате да изчистите тази публикация?",
"load_categories": "Зареждане на категориите",
@@ -104,7 +104,7 @@
"fork_no_pids": "Няма избрани публикации!",
"fork_pid_count": "Избрани публикации: %1",
"fork_success": "Темата е разделена успешно! Натиснете тук, за да преминете към отделената тема.",
- "delete_posts_instruction": "Натиснете публикациите, които искате да изтриете/изчистите",
+ "delete_posts_instruction": "Щракнете по публикациите, които изтривате/изчиствате",
"composer.title_placeholder": "Въведете заглавието на темата си тук...",
"composer.handle_placeholder": "Име",
"composer.discard": "Отхвърляне",
diff --git a/public/language/bg/unread.json b/public/language/bg/unread.json
index 7dc16f9cd3..f70301d8a5 100644
--- a/public/language/bg/unread.json
+++ b/public/language/bg/unread.json
@@ -1,7 +1,7 @@
{
"title": "Непрочетени",
"no_unread_topics": "Няма непрочетени теми.",
- "load_more": "Зареждане на още",
+ "load_more": "Зареди още",
"mark_as_read": "Отбелязване като прочетени",
"selected": "Избраните",
"all": "Всички",
diff --git a/public/language/bg/user.json b/public/language/bg/user.json
index 61b6fa839d..4966d3c754 100644
--- a/public/language/bg/user.json
+++ b/public/language/bg/user.json
@@ -1,21 +1,21 @@
{
"banned": "Блокиран",
"offline": "Извън линия",
- "username": "Потребителско име",
+ "username": "Име на потребител",
"joindate": "Дата на присъединяване",
"postcount": "Брой публикации",
"email": "Е-поща",
"confirm_email": "Потвърдете е-пощата",
- "account_info": "Информация за акаунта",
- "ban_account": "Блокиране на акаунта",
+ "account_info": "Данни на профила",
+ "ban_account": "Забрани профила",
"ban_account_confirm": "Наистина ли искате да блокирате този потребител?",
- "unban_account": "Отблокиране на акаунта",
- "delete_account": "Изтриване на акаунта",
- "delete_account_confirm": "Наистина ли искате да изтриете акаунта си?
Това действие е необратимо и няма да можете да възстановите нищо от данните си
Въведете потребителското си име, за да потвърдите, че искате да унищожите този акаунт.",
- "delete_this_account_confirm": "Наистина ли искате да изтриете този акаунт?
Това действие е необратимо и няма да можете да възстановите нищо от данните
",
- "account-deleted": "Акаунтът е изтрит",
- "fullname": "Цяло име",
- "website": "Уеб сайт",
+ "unban_account": "Освободи профила",
+ "delete_account": "Изтрий профила",
+ "delete_account_confirm": "Сигурен ли сте, че изтривате своя профил?
Действието е необратимо и няма да сте в състояние да възстановите нито една от данните си.
Въведете своето име на потребител, за да потвърдите, че унищожавате профила.",
+ "delete_this_account_confirm": "Сигурен ли сте, че изтривате своя профил?
Действието е необратимо и няма да сте в състояние да възстановите нито една от от данните си.
",
+ "account-deleted": "Профилът е изтрит",
+ "fullname": "Име и фамилия",
+ "website": "Сайт",
"location": "Местоположение",
"age": "Възраст",
"joined": "Присъединил се",
@@ -63,6 +63,7 @@
"upload_a_picture": "Качване на снимка",
"remove_uploaded_picture": "Премахване на качената снимка",
"upload_cover_picture": "Качване на снимка за показване",
+ "remove_cover_picture_confirm": "Are you sure you want to remove the cover picture?",
"settings": "Настройки",
"show_email": "Да се показва е-пощата ми",
"show_fullname": "Да се показва цялото ми име",
@@ -98,9 +99,9 @@
"browsing": "Настройки за страниците",
"open_links_in_new_tab": "Отваряне на външните връзки в нов подпрозорец",
"enable_topic_searching": "Включване на търсенето в темите",
- "topic_search_help": "Ако е включено, търсенето в темата ще замени стандартното поведение на браузъра при търсене в страницата и ще Ви позволи да претърсвате цялата тема, а не само това, което се вижда на екрана",
+ "topic_search_help": "В случай че е разрешено, търсене в темата заменя търсенето в страницата по подразбиране в браузъра и ви позволява да търсите в цялата тема, вместо само в онова, което е показано на екрана",
"delay_image_loading": "Отлагане на зареждането на изображения",
- "image_load_delay_help": "Ако е включено, изображенията в темите няма да бъдат зареждани, докато не превъртите страницата до тях",
+ "image_load_delay_help": "В случай че е разрешено, картините в темите няма да се зареждат, докато не превъртите до мястото в страницата, на което са",
"scroll_to_my_post": "След публикуване на отговор, да се показва новата публикация",
"follow_topics_you_reply_to": "Наблюдаване на темите, в които отговаряте",
"follow_topics_you_create": "Наблюдаване на темите, които създавате",
diff --git a/public/language/bn/admin/extend/plugins.json b/public/language/bn/admin/extend/plugins.json
index 8f382a290d..1661a987b7 100644
--- a/public/language/bn/admin/extend/plugins.json
+++ b/public/language/bn/admin/extend/plugins.json
@@ -20,6 +20,7 @@
"plugin-item.themes": "Themes",
"plugin-item.deactivate": "Deactivate",
"plugin-item.activate": "Activate",
+ "plugin-item.install": "Install",
"plugin-item.uninstall": "Uninstall",
"plugin-item.settings": "Settings",
"plugin-item.installed": "Installed",
@@ -43,4 +44,4 @@
"alert.package-manager-unreachable": "
NodeBB could not reach the package manager, an upgrade is not suggested at this time.
", "alert.incompatible": "Your version of NodeBB (v%1) is only cleared to upgrade to v%2 of this plugin. Please update your NodeBB if you wish to install a newer version of this plugin.
", "alert.possibly-incompatible": "No Compatibility Information Found
This plugin did not specify a specific version for installation given your NodeBB version. Full compatibility cannot be guaranteed, and may cause your NodeBB to no longer start properly.
In the event that NodeBB cannot boot properly:
$ ./nodebb reset plugin=\"%1\"Continue installation of latest version of this plugin?
" -} \ No newline at end of file +} diff --git a/public/language/bn/admin/manage/categories.json b/public/language/bn/admin/manage/categories.json index 8bd5d5bfcf..7e2a5ce12e 100644 --- a/public/language/bn/admin/manage/categories.json +++ b/public/language/bn/admin/manage/categories.json @@ -59,7 +59,7 @@ "alert.copy-success": "Settings Copied!", "alert.set-parent-category": "Set Parent Category", "alert.updated": "Updated Categories", - "alert.updated-success": "Category IDs %1 was successfully updated.", + "alert.updated-success": "Category IDs %1 successfully updated.", "alert.upload-image": "Upload category image", "alert.find-user": "Find a User", "alert.user-search": "Search for a user here...", diff --git a/public/language/bn/admin/menu.json b/public/language/bn/admin/menu.json index 7a5327f643..6a4995ea6e 100644 --- a/public/language/bn/admin/menu.json +++ b/public/language/bn/admin/menu.json @@ -39,7 +39,7 @@ "section-appearance": "Appearance", "appearance/themes": "Themes", "appearance/skins": "Skins", - "appearance/customise": "Custom HTML & CSS", + "appearance/customise": "Custom HTML & CSS", "section-extend": "Extend", "extend/plugins": "Plugins", diff --git a/public/language/bn/admin/settings/post.json b/public/language/bn/admin/settings/post.json index f8aae19628..f293e554d9 100644 --- a/public/language/bn/admin/settings/post.json +++ b/public/language/bn/admin/settings/post.json @@ -2,7 +2,7 @@ "sorting": "Post Sorting", "sorting.post-default": "Default Post Sorting", "sorting.oldest-to-newest": "Oldest to Newest", - "sorting.newest-to-oldest": ">Newest to Oldest", + "sorting.newest-to-oldest": "Newest to Oldest", "sorting.most-votes": "Most Votes", "sorting.topic-default": "Default Topic Sorting", "restrictions": "Posting Restrictions", diff --git a/public/language/bn/global.json b/public/language/bn/global.json index 8d1ba37c17..09504ab08b 100644 --- a/public/language/bn/global.json +++ b/public/language/bn/global.json @@ -102,5 +102,6 @@ "play": "Play", "cookies.message": "This website uses cookies to ensure you get the best experience on our website.", "cookies.accept": "Got it!", - "cookies.learn_more": "Learn More" + "cookies.learn_more": "Learn More", + "edited": "Edited" } \ No newline at end of file diff --git a/public/language/bn/groups.json b/public/language/bn/groups.json index 15be27e837..9d5eca8bb9 100644 --- a/public/language/bn/groups.json +++ b/public/language/bn/groups.json @@ -52,5 +52,6 @@ "new-group.group_name": "Group Name:", "upload-group-cover": "Upload group cover", "bulk-invite-instructions": "Enter a list of comma separated usernames to invite to this group", - "bulk-invite": "Bulk Invite" + "bulk-invite": "Bulk Invite", + "remove_group_cover_confirm": "Are you sure you want to remove the cover picture?" } \ No newline at end of file diff --git a/public/language/bn/language.json b/public/language/bn/language.json index fedf38709f..198511b4ce 100644 --- a/public/language/bn/language.json +++ b/public/language/bn/language.json @@ -1,5 +1,5 @@ { "name": "বাংলা", - "code": "bn", + "code": "en-GB", "dir": "ltr" } \ No newline at end of file diff --git a/public/language/bn/modules.json b/public/language/bn/modules.json index e1effc2870..29b4a81e69 100644 --- a/public/language/bn/modules.json +++ b/public/language/bn/modules.json @@ -13,6 +13,7 @@ "chat.contacts": "কন্টাক্টস", "chat.message-history": "মেসেজ হিস্টোরী", "chat.pop-out": "চ্যাট উইন্ডো আলাদা করুন", + "chat.minimize": "Minimize", "chat.maximize": "ম্যাক্সিমাইজ", "chat.seven_days": "৭ দিন", "chat.thirty_days": "৩০ দিন", diff --git a/public/language/bn/search.json b/public/language/bn/search.json index 900a0195a7..ee8f11b7b0 100644 --- a/public/language/bn/search.json +++ b/public/language/bn/search.json @@ -8,6 +8,7 @@ "posted-by": "পোষ্ট করেছেন", "in-categories": "বিভাগের ভিতরে", "search-child-categories": "উপবিভাগের ভিতরে", + "has-tags": "Has tags", "reply-count": "রিপ্লাই কাউন্ট", "at-least": "কমপক্ষে", "at-most": "সর্বোচ্চ", diff --git a/public/language/bn/user.json b/public/language/bn/user.json index 296614eeb8..f28036d574 100644 --- a/public/language/bn/user.json +++ b/public/language/bn/user.json @@ -63,6 +63,7 @@ "upload_a_picture": "ছবি (একটি) আপলোড করুন", "remove_uploaded_picture": "আপলোড করা ছবিটি সরিয়ে নাও", "upload_cover_picture": "Upload cover picture", + "remove_cover_picture_confirm": "Are you sure you want to remove the cover picture?", "settings": "সেটিংস", "show_email": "আমার ইমেইল দেখাও", "show_fullname": "আমার সম্পূর্ণ নাম দেখাও", diff --git a/public/language/cs/admin/extend/plugins.json b/public/language/cs/admin/extend/plugins.json index 8f382a290d..1661a987b7 100644 --- a/public/language/cs/admin/extend/plugins.json +++ b/public/language/cs/admin/extend/plugins.json @@ -20,6 +20,7 @@ "plugin-item.themes": "Themes", "plugin-item.deactivate": "Deactivate", "plugin-item.activate": "Activate", + "plugin-item.install": "Install", "plugin-item.uninstall": "Uninstall", "plugin-item.settings": "Settings", "plugin-item.installed": "Installed", @@ -43,4 +44,4 @@ "alert.package-manager-unreachable": "NodeBB could not reach the package manager, an upgrade is not suggested at this time.
", "alert.incompatible": "Your version of NodeBB (v%1) is only cleared to upgrade to v%2 of this plugin. Please update your NodeBB if you wish to install a newer version of this plugin.
", "alert.possibly-incompatible": "No Compatibility Information Found
This plugin did not specify a specific version for installation given your NodeBB version. Full compatibility cannot be guaranteed, and may cause your NodeBB to no longer start properly.
In the event that NodeBB cannot boot properly:
$ ./nodebb reset plugin=\"%1\"Continue installation of latest version of this plugin?
" -} \ No newline at end of file +} diff --git a/public/language/cs/admin/manage/categories.json b/public/language/cs/admin/manage/categories.json index 8bd5d5bfcf..7e2a5ce12e 100644 --- a/public/language/cs/admin/manage/categories.json +++ b/public/language/cs/admin/manage/categories.json @@ -59,7 +59,7 @@ "alert.copy-success": "Settings Copied!", "alert.set-parent-category": "Set Parent Category", "alert.updated": "Updated Categories", - "alert.updated-success": "Category IDs %1 was successfully updated.", + "alert.updated-success": "Category IDs %1 successfully updated.", "alert.upload-image": "Upload category image", "alert.find-user": "Find a User", "alert.user-search": "Search for a user here...", diff --git a/public/language/cs/admin/menu.json b/public/language/cs/admin/menu.json index 7a5327f643..6a4995ea6e 100644 --- a/public/language/cs/admin/menu.json +++ b/public/language/cs/admin/menu.json @@ -39,7 +39,7 @@ "section-appearance": "Appearance", "appearance/themes": "Themes", "appearance/skins": "Skins", - "appearance/customise": "Custom HTML & CSS", + "appearance/customise": "Custom HTML & CSS", "section-extend": "Extend", "extend/plugins": "Plugins", diff --git a/public/language/cs/admin/settings/post.json b/public/language/cs/admin/settings/post.json index f8aae19628..f293e554d9 100644 --- a/public/language/cs/admin/settings/post.json +++ b/public/language/cs/admin/settings/post.json @@ -2,7 +2,7 @@ "sorting": "Post Sorting", "sorting.post-default": "Default Post Sorting", "sorting.oldest-to-newest": "Oldest to Newest", - "sorting.newest-to-oldest": ">Newest to Oldest", + "sorting.newest-to-oldest": "Newest to Oldest", "sorting.most-votes": "Most Votes", "sorting.topic-default": "Default Topic Sorting", "restrictions": "Posting Restrictions", diff --git a/public/language/cs/global.json b/public/language/cs/global.json index 0144bf5c70..8987f7ecef 100644 --- a/public/language/cs/global.json +++ b/public/language/cs/global.json @@ -102,5 +102,6 @@ "play": "Play", "cookies.message": "This website uses cookies to ensure you get the best experience on our website.", "cookies.accept": "Got it!", - "cookies.learn_more": "Learn More" + "cookies.learn_more": "Learn More", + "edited": "Edited" } \ No newline at end of file diff --git a/public/language/cs/groups.json b/public/language/cs/groups.json index 4715b0aefa..5902eab88e 100644 --- a/public/language/cs/groups.json +++ b/public/language/cs/groups.json @@ -52,5 +52,6 @@ "new-group.group_name": "Název skupiny:", "upload-group-cover": "Nahrát titulní obrázek skupiny", "bulk-invite-instructions": "Enter a list of comma separated usernames to invite to this group", - "bulk-invite": "Bulk Invite" + "bulk-invite": "Bulk Invite", + "remove_group_cover_confirm": "Are you sure you want to remove the cover picture?" } \ No newline at end of file diff --git a/public/language/cs/language.json b/public/language/cs/language.json index d2a404b6f7..402977c626 100644 --- a/public/language/cs/language.json +++ b/public/language/cs/language.json @@ -1,5 +1,5 @@ { "name": "Czech", - "code": "cs", + "code": "en-GB", "dir": "ltr" } \ No newline at end of file diff --git a/public/language/cs/modules.json b/public/language/cs/modules.json index 09b85a977a..2a75db71f6 100644 --- a/public/language/cs/modules.json +++ b/public/language/cs/modules.json @@ -13,6 +13,7 @@ "chat.contacts": "Kontakty", "chat.message-history": "Historie zpráv", "chat.pop-out": "Skrýt chat", + "chat.minimize": "Minimize", "chat.maximize": "Maximalizovat", "chat.seven_days": "7 dní", "chat.thirty_days": "30 dní", diff --git a/public/language/cs/search.json b/public/language/cs/search.json index 93fae4f92d..ca96e0613d 100644 --- a/public/language/cs/search.json +++ b/public/language/cs/search.json @@ -8,6 +8,7 @@ "posted-by": "Posted by", "in-categories": "In Categories", "search-child-categories": "Search child categories", + "has-tags": "Has tags", "reply-count": "Reply Count", "at-least": "At least", "at-most": "At most", diff --git a/public/language/cs/user.json b/public/language/cs/user.json index 8f25d1a1d1..2752f09274 100644 --- a/public/language/cs/user.json +++ b/public/language/cs/user.json @@ -63,6 +63,7 @@ "upload_a_picture": "Nahrát obrázek", "remove_uploaded_picture": "Odstranit nahraný obrázek", "upload_cover_picture": "Náhrát titulní obrázek", + "remove_cover_picture_confirm": "Are you sure you want to remove the cover picture?", "settings": "Nastavení", "show_email": "Zobrazovat můj email v profilu", "show_fullname": "Zobrazovat celé jméno", diff --git a/public/language/da/admin/admin.json b/public/language/da/admin/admin.json index 9c01f56006..394f60f3b6 100644 --- a/public/language/da/admin/admin.json +++ b/public/language/da/admin/admin.json @@ -1,7 +1,7 @@ { - "alert.confirm-reload": "Are you sure you wish to reload NodeBB?", - "alert.confirm-restart": "Are you sure you wish to restart NodeBB?", + "alert.confirm-reload": "Er du sikker på du ønsker at genindlæse NodeBB?", + "alert.confirm-restart": "Er du sikker på du ønsker at genstarte NodeBB?", - "acp-title": "%1 | NodeBB Admin Control Panel", - "settings-header-contents": "Contents" + "acp-title": "%1 | NodeBB Admin Kontrol Panel", + "settings-header-contents": "Indhold" } \ No newline at end of file diff --git a/public/language/da/admin/advanced/events.json b/public/language/da/admin/advanced/events.json index 766eb5e951..6766bc8f42 100644 --- a/public/language/da/admin/advanced/events.json +++ b/public/language/da/admin/advanced/events.json @@ -1,6 +1,6 @@ { "events": "Events", "no-events": "There are no events", - "control-panel": "Events Control Panel", - "delete-events": "Delete Events" + "control-panel": "Kontrol Panel for Begivenheder", + "delete-events": "Slet Begivenheder" } \ No newline at end of file diff --git a/public/language/da/admin/extend/plugins.json b/public/language/da/admin/extend/plugins.json index 8f382a290d..1661a987b7 100644 --- a/public/language/da/admin/extend/plugins.json +++ b/public/language/da/admin/extend/plugins.json @@ -20,6 +20,7 @@ "plugin-item.themes": "Themes", "plugin-item.deactivate": "Deactivate", "plugin-item.activate": "Activate", + "plugin-item.install": "Install", "plugin-item.uninstall": "Uninstall", "plugin-item.settings": "Settings", "plugin-item.installed": "Installed", @@ -43,4 +44,4 @@ "alert.package-manager-unreachable": "NodeBB could not reach the package manager, an upgrade is not suggested at this time.
", "alert.incompatible": "Your version of NodeBB (v%1) is only cleared to upgrade to v%2 of this plugin. Please update your NodeBB if you wish to install a newer version of this plugin.
", "alert.possibly-incompatible": "No Compatibility Information Found
This plugin did not specify a specific version for installation given your NodeBB version. Full compatibility cannot be guaranteed, and may cause your NodeBB to no longer start properly.
In the event that NodeBB cannot boot properly:
$ ./nodebb reset plugin=\"%1\"Continue installation of latest version of this plugin?
" -} \ No newline at end of file +} diff --git a/public/language/da/admin/manage/categories.json b/public/language/da/admin/manage/categories.json index 8bd5d5bfcf..7e2a5ce12e 100644 --- a/public/language/da/admin/manage/categories.json +++ b/public/language/da/admin/manage/categories.json @@ -59,7 +59,7 @@ "alert.copy-success": "Settings Copied!", "alert.set-parent-category": "Set Parent Category", "alert.updated": "Updated Categories", - "alert.updated-success": "Category IDs %1 was successfully updated.", + "alert.updated-success": "Category IDs %1 successfully updated.", "alert.upload-image": "Upload category image", "alert.find-user": "Find a User", "alert.user-search": "Search for a user here...", diff --git a/public/language/da/admin/menu.json b/public/language/da/admin/menu.json index 7a5327f643..6a4995ea6e 100644 --- a/public/language/da/admin/menu.json +++ b/public/language/da/admin/menu.json @@ -39,7 +39,7 @@ "section-appearance": "Appearance", "appearance/themes": "Themes", "appearance/skins": "Skins", - "appearance/customise": "Custom HTML & CSS", + "appearance/customise": "Custom HTML & CSS", "section-extend": "Extend", "extend/plugins": "Plugins", diff --git a/public/language/da/admin/settings/post.json b/public/language/da/admin/settings/post.json index f8aae19628..f293e554d9 100644 --- a/public/language/da/admin/settings/post.json +++ b/public/language/da/admin/settings/post.json @@ -2,7 +2,7 @@ "sorting": "Post Sorting", "sorting.post-default": "Default Post Sorting", "sorting.oldest-to-newest": "Oldest to Newest", - "sorting.newest-to-oldest": ">Newest to Oldest", + "sorting.newest-to-oldest": "Newest to Oldest", "sorting.most-votes": "Most Votes", "sorting.topic-default": "Default Topic Sorting", "restrictions": "Posting Restrictions", diff --git a/public/language/da/global.json b/public/language/da/global.json index 84a8ef93e5..211aa200bd 100644 --- a/public/language/da/global.json +++ b/public/language/da/global.json @@ -102,5 +102,6 @@ "play": "Play", "cookies.message": "This website uses cookies to ensure you get the best experience on our website.", "cookies.accept": "Got it!", - "cookies.learn_more": "Learn More" + "cookies.learn_more": "Learn More", + "edited": "Edited" } \ No newline at end of file diff --git a/public/language/da/groups.json b/public/language/da/groups.json index 94f8ec881e..89595adc14 100644 --- a/public/language/da/groups.json +++ b/public/language/da/groups.json @@ -52,5 +52,6 @@ "new-group.group_name": "Gruppe Navn:", "upload-group-cover": "Upload Gruppe coverbillede", "bulk-invite-instructions": "Enter a list of comma separated usernames to invite to this group", - "bulk-invite": "Bulk Invite" + "bulk-invite": "Bulk Invite", + "remove_group_cover_confirm": "Are you sure you want to remove the cover picture?" } \ No newline at end of file diff --git a/public/language/da/language.json b/public/language/da/language.json index f831129ee9..e9e4bd5af4 100644 --- a/public/language/da/language.json +++ b/public/language/da/language.json @@ -1,5 +1,5 @@ { "name": "Danish", - "code": "da", + "code": "en-GB", "dir": "ltr" } \ No newline at end of file diff --git a/public/language/da/login.json b/public/language/da/login.json index 2008338218..55e572ee65 100644 --- a/public/language/da/login.json +++ b/public/language/da/login.json @@ -5,7 +5,7 @@ "remember_me": "Husk mig?", "forgot_password": "Glemt kodeord?", "alternative_logins": "alternative logins", - "failed_login_attempt": "Login Unsuccessful", + "failed_login_attempt": "Log Ind Mislykkedes", "login_successful": "Du har successfuldt logged in!", "dont_have_account": "Har du ikke en konto?", "logged-out-due-to-inactivity": "You have been logged out of the Admin Control Panel due to inactivity" diff --git a/public/language/da/modules.json b/public/language/da/modules.json index 316ffc92af..819631f988 100644 --- a/public/language/da/modules.json +++ b/public/language/da/modules.json @@ -13,6 +13,7 @@ "chat.contacts": "Kontakter", "chat.message-history": "Beskedhistorik", "chat.pop-out": "Pop ud chatten", + "chat.minimize": "Minimize", "chat.maximize": "Maximer", "chat.seven_days": "7 dage", "chat.thirty_days": "30 dage", diff --git a/public/language/da/pages.json b/public/language/da/pages.json index 9492430b20..ea3ccbf48c 100644 --- a/public/language/da/pages.json +++ b/public/language/da/pages.json @@ -31,7 +31,7 @@ "account/edit/password": "Redigerer adgangskode for \"%1\"", "account/edit/username": "Redigerer brugernavn for \"%1\"", "account/edit/email": "Redigerer email for \"%1\"", - "account/info": "Account Info", + "account/info": "Konto Info", "account/following": "Personer som %1 følger", "account/followers": "Personer som følger %1", "account/posts": "Indlæg oprettet af %1", diff --git a/public/language/da/search.json b/public/language/da/search.json index d96fd1a4f8..d989086b05 100644 --- a/public/language/da/search.json +++ b/public/language/da/search.json @@ -8,6 +8,7 @@ "posted-by": "Skrevet af", "in-categories": "I katagorierne", "search-child-categories": "Søg underkategorier", + "has-tags": "Has tags", "reply-count": "Svar antal", "at-least": "Mindst", "at-most": "Højst", diff --git a/public/language/da/topic.json b/public/language/da/topic.json index 53f57d4dc6..5bd68c4a12 100644 --- a/public/language/da/topic.json +++ b/public/language/da/topic.json @@ -13,12 +13,12 @@ "notify_me": "Bliv notificeret ved nye svar i dette emne", "quote": "Citer", "reply": "Svar", - "replies_to_this_post": "Replies: %1", + "replies_to_this_post": "Svar %1", "reply-as-topic": "Svar som emne", "guest-login-reply": "Login for at svare", "edit": "Rediger", "delete": "Slet", - "purge": "Udrader", + "purge": "Udrens", "restore": "Gendan", "move": "Flyt", "fork": "Fork", @@ -28,21 +28,21 @@ "flag": "Marker", "locked": "Låst", "pinned": "Pinned", - "moved": "Moved", - "bookmark_instructions": "Click here to return to the last read post in this thread.", + "moved": "Flyttet", + "bookmark_instructions": "Klik her for at vende tilbage til den sidst læste indlæg i denne tråd.", "flag_title": "Meld dette indlæg til moderation", "flag_success": "Dette indlæg er blevet meldt til moderation.", - "flag_manage_title": "Flagged post in %1", + "flag_manage_title": "Markeret indlæg %1", "flag_manage_history": "Action History", "flag_manage_no_history": "No event history to report", "flag_manage_assignee": "Assignee", "flag_manage_state": "State", - "flag_manage_state_open": "New/Open", + "flag_manage_state_open": "Ny/Åben", "flag_manage_state_wip": "Work in Progress", - "flag_manage_state_resolved": "Resolved", - "flag_manage_state_rejected": "Rejected", - "flag_manage_notes": "Shared Notes", - "flag_manage_update": "Update Flag Status", + "flag_manage_state_resolved": "Løst", + "flag_manage_state_rejected": "Afvist", + "flag_manage_notes": "Delte Noter", + "flag_manage_update": "Opdater Markerings Status", "flag_manage_history_assignee": "Assigned to %1", "flag_manage_history_state": "Updated state to %1", "flag_manage_history_notes": "Updated flag notes", @@ -90,9 +90,9 @@ "disabled_categories_note": "Deaktiverede kategorier er nedtonede", "confirm_move": "Flyt", "confirm_fork": "Fraskil", - "bookmark": "Bookmark", - "bookmarks": "Bookmarks", - "bookmarks.has_no_bookmarks": "You haven't bookmarked any posts yet.", + "bookmark": "Bogmærke", + "bookmarks": "Bogmærker", + "bookmarks.has_no_bookmarks": "Du har ikke bookmarked nogen indlæg.", "loading_more_posts": "Indlæser flere indlæg", "move_topic": "Flyt tråd", "move_topics": "Flyt tråde", diff --git a/public/language/da/unread.json b/public/language/da/unread.json index dbb45d6024..d6f483f7e8 100644 --- a/public/language/da/unread.json +++ b/public/language/da/unread.json @@ -7,7 +7,7 @@ "all": "Alle", "all_categories": "Alle kategorier", "topics_marked_as_read.success": "Emner markeret som læst!", - "all-topics": "All Topics", - "new-topics": "New Topics", + "all-topics": "Alle Emner", + "new-topics": "Nyt Emner", "watched-topics": "Watched Topics" } \ No newline at end of file diff --git a/public/language/da/user.json b/public/language/da/user.json index a83e677248..077dc27577 100644 --- a/public/language/da/user.json +++ b/public/language/da/user.json @@ -6,7 +6,7 @@ "postcount": "Antal indlæg", "email": "Email", "confirm_email": "Bekræft email", - "account_info": "Account Info", + "account_info": "Konto Info", "ban_account": "Ban Konto", "ban_account_confirm": "Ønsker du virkelig at banne denne konto?", "unban_account": "Afban Konto", @@ -23,7 +23,7 @@ "profile": "Profil", "profile_views": "Profil visninger", "reputation": "Omdømme", - "bookmarks": "Bookmarks", + "bookmarks": "Bogmærker", "watched": "Set", "followers": "Followers", "following": "Følger", @@ -31,8 +31,8 @@ "signature": "Signatur", "birthday": "Fødselsdag", "chat": "Chat", - "chat_with": "Continue chat with %1", - "new_chat_with": "Start new chat with %1", + "chat_with": "Fortsæt chatte med %1", + "new_chat_with": "Start en ny chat med %1", "follow": "Følg", "unfollow": "Følg ikke", "more": "Mere", @@ -41,7 +41,7 @@ "change_username": "Ændre brugernavn", "change_email": "Ændre email", "edit": "Rediger", - "edit-profile": "Edit Profile", + "edit-profile": "Rediger Profil", "default_picture": "Standard ikon", "uploaded_picture": "Upload billede", "upload_new_picture": "Upload nyt billede", @@ -63,6 +63,7 @@ "upload_a_picture": "Upload et billede", "remove_uploaded_picture": "Fjern uploaded billede", "upload_cover_picture": "Upload coverbillede", + "remove_cover_picture_confirm": "Are you sure you want to remove the cover picture?", "settings": "Indstillinger", "show_email": "Vis min emailaddresse", "show_fullname": "Vis mit fulde navn", @@ -90,11 +91,11 @@ "topics_per_page": "Emner per side", "posts_per_page": "Indlæg per side", "notification_sounds": "Afspil en lyd når du modtager en notifikation", - "notifications_and_sounds": "Notifications & Sounds", - "incoming-message-sound": "Incoming message sound", - "outgoing-message-sound": "Outgoing message sound", - "notification-sound": "Notification sound", - "no-sound": "No sound", + "notifications_and_sounds": "Underretninger & Lyde", + "incoming-message-sound": "Indgående besked lyd", + "outgoing-message-sound": "Udgående besked lyd", + "notification-sound": "Meddelelse lyd", + "no-sound": "Ingen lyd", "browsing": "Gennemsenings indstillinger", "open_links_in_new_tab": "Åben udgående link i en ny tab", "enable_topic_searching": "Slå In-Topic søgning til", @@ -103,8 +104,8 @@ "image_load_delay_help": "If enabled, images in topics will not load until they are scrolled into view", "scroll_to_my_post": "After posting a reply, show the new post", "follow_topics_you_reply_to": "Watch topics that you reply to", - "follow_topics_you_create": "Watch topics you create", - "grouptitle": "Group Title", + "follow_topics_you_create": "Vis emner du har oprettet", + "grouptitle": "Gruppe Title", "no-group-title": "Ingen gruppe titel", "select-skin": "Vælg et skin", "select-homepage": "Vælg en hjemmeside", diff --git a/public/language/de/admin/advanced/cache.json b/public/language/de/admin/advanced/cache.json index 5a954f1232..ecdd3825b3 100644 --- a/public/language/de/admin/advanced/cache.json +++ b/public/language/de/admin/advanced/cache.json @@ -1,11 +1,11 @@ { "post-cache": "Post Cache", - "posts-in-cache": "Posts in Cache", - "average-post-size": "Average Post Size", - "length-to-max": "Length / Max", - "percent-full": "%1% Full", - "post-cache-size": "Post Cache Size", - "items-in-cache": "Items in Cache", - "control-panel": "Control Panel", - "update-settings": "Update Cache Settings" + "posts-in-cache": "Einträge im Zwischenspeicher", + "average-post-size": "Durchschnittliche Forum Eintrags Größe", + "length-to-max": "Länge / Maximum", + "percent-full": "%1% Voll", + "post-cache-size": "Eintrags Zwischenspeicher Größe", + "items-in-cache": "Objekte im Zwischenspeicher", + "control-panel": "Systemsteuerung", + "update-settings": "Aktualisiere Zwischenspeicher Einstellungen" } \ No newline at end of file diff --git a/public/language/de/admin/extend/plugins.json b/public/language/de/admin/extend/plugins.json index 8f382a290d..9aeea05ca2 100644 --- a/public/language/de/admin/extend/plugins.json +++ b/public/language/de/admin/extend/plugins.json @@ -1,10 +1,10 @@ { - "installed": "Installed", - "active": "Active", - "inactive": "Inactive", - "out-of-date": "Out of Date", - "none-found": "No plugins found.", - "none-active": "No Active Plugins", + "installed": "Installiert", + "active": "Aktiv", + "inactive": "Inaktiv", + "out-of-date": "Veraltet", + "none-found": "Keine Plugins gefunden.", + "none-active": "Keine aktiven Plugins", "find-plugins": "Find Plugins", "plugin-search": "Plugin Search", @@ -20,8 +20,9 @@ "plugin-item.themes": "Themes", "plugin-item.deactivate": "Deactivate", "plugin-item.activate": "Activate", + "plugin-item.install": "Install", "plugin-item.uninstall": "Uninstall", - "plugin-item.settings": "Settings", + "plugin-item.settings": "Einstellungen", "plugin-item.installed": "Installed", "plugin-item.latest": "Latest", "plugin-item.upgrade": "Upgrade", @@ -43,4 +44,4 @@ "alert.package-manager-unreachable": "NodeBB could not reach the package manager, an upgrade is not suggested at this time.
", "alert.incompatible": "Your version of NodeBB (v%1) is only cleared to upgrade to v%2 of this plugin. Please update your NodeBB if you wish to install a newer version of this plugin.
", "alert.possibly-incompatible": "No Compatibility Information Found
This plugin did not specify a specific version for installation given your NodeBB version. Full compatibility cannot be guaranteed, and may cause your NodeBB to no longer start properly.
In the event that NodeBB cannot boot properly:
$ ./nodebb reset plugin=\"%1\"Continue installation of latest version of this plugin?
" -} \ No newline at end of file +} diff --git a/public/language/de/admin/manage/categories.json b/public/language/de/admin/manage/categories.json index 8bd5d5bfcf..7e2a5ce12e 100644 --- a/public/language/de/admin/manage/categories.json +++ b/public/language/de/admin/manage/categories.json @@ -59,7 +59,7 @@ "alert.copy-success": "Settings Copied!", "alert.set-parent-category": "Set Parent Category", "alert.updated": "Updated Categories", - "alert.updated-success": "Category IDs %1 was successfully updated.", + "alert.updated-success": "Category IDs %1 successfully updated.", "alert.upload-image": "Upload category image", "alert.find-user": "Find a User", "alert.user-search": "Search for a user here...", diff --git a/public/language/de/admin/menu.json b/public/language/de/admin/menu.json index 7a5327f643..6a4995ea6e 100644 --- a/public/language/de/admin/menu.json +++ b/public/language/de/admin/menu.json @@ -39,7 +39,7 @@ "section-appearance": "Appearance", "appearance/themes": "Themes", "appearance/skins": "Skins", - "appearance/customise": "Custom HTML & CSS", + "appearance/customise": "Custom HTML & CSS", "section-extend": "Extend", "extend/plugins": "Plugins", diff --git a/public/language/de/admin/settings/post.json b/public/language/de/admin/settings/post.json index f8aae19628..f293e554d9 100644 --- a/public/language/de/admin/settings/post.json +++ b/public/language/de/admin/settings/post.json @@ -2,7 +2,7 @@ "sorting": "Post Sorting", "sorting.post-default": "Default Post Sorting", "sorting.oldest-to-newest": "Oldest to Newest", - "sorting.newest-to-oldest": ">Newest to Oldest", + "sorting.newest-to-oldest": "Newest to Oldest", "sorting.most-votes": "Most Votes", "sorting.topic-default": "Default Topic Sorting", "restrictions": "Posting Restrictions", diff --git a/public/language/de/global.json b/public/language/de/global.json index b3391690a8..b53636512d 100644 --- a/public/language/de/global.json +++ b/public/language/de/global.json @@ -102,5 +102,6 @@ "play": "Play", "cookies.message": "This website uses cookies to ensure you get the best experience on our website.", "cookies.accept": "Got it!", - "cookies.learn_more": "Learn More" + "cookies.learn_more": "Learn More", + "edited": "Edited" } \ No newline at end of file diff --git a/public/language/de/groups.json b/public/language/de/groups.json index 66bf351688..49c9b5dd35 100644 --- a/public/language/de/groups.json +++ b/public/language/de/groups.json @@ -52,5 +52,6 @@ "new-group.group_name": "Gruppenname:", "upload-group-cover": "Gruppentitelbild hochladen", "bulk-invite-instructions": "Gib eine mit Kommata getrennte Liste von Benutzernamen ein, um sie in diese Gruppe aufzunehmen", - "bulk-invite": "Mehrere einladen" + "bulk-invite": "Mehrere einladen", + "remove_group_cover_confirm": "Are you sure you want to remove the cover picture?" } \ No newline at end of file diff --git a/public/language/de/language.json b/public/language/de/language.json index 376cb8f2c9..551252e458 100644 --- a/public/language/de/language.json +++ b/public/language/de/language.json @@ -1,5 +1,5 @@ { "name": "Deutsch", - "code": "de", + "code": "en-GB", "dir": "ltr" } \ No newline at end of file diff --git a/public/language/de/modules.json b/public/language/de/modules.json index 7a82f8d201..fb542ff56a 100644 --- a/public/language/de/modules.json +++ b/public/language/de/modules.json @@ -13,6 +13,7 @@ "chat.contacts": "Kontakte", "chat.message-history": "Nachrichtenverlauf", "chat.pop-out": "Chat als Pop-out anzeigen", + "chat.minimize": "Minimize", "chat.maximize": "Maximieren", "chat.seven_days": "7 Tage", "chat.thirty_days": "30 Tage", diff --git a/public/language/de/search.json b/public/language/de/search.json index a8ac1251f0..336e9d5695 100644 --- a/public/language/de/search.json +++ b/public/language/de/search.json @@ -8,6 +8,7 @@ "posted-by": "Geschrieben von", "in-categories": "In Kategorien", "search-child-categories": "Suche in Unterkategorien", + "has-tags": "Has tags", "reply-count": "Anzahl Antworten", "at-least": "Mindestens", "at-most": "Höchstens", diff --git a/public/language/de/user.json b/public/language/de/user.json index 5d861943c4..f6ef830aa8 100644 --- a/public/language/de/user.json +++ b/public/language/de/user.json @@ -63,6 +63,7 @@ "upload_a_picture": "Ein Bild hochladen", "remove_uploaded_picture": "Hochgeladenes Bild entfernen", "upload_cover_picture": "Titelbild hochladen", + "remove_cover_picture_confirm": "Are you sure you want to remove the cover picture?", "settings": "Einstellungen", "show_email": "Zeige meine E-Mail Adresse an.", "show_fullname": "Zeige meinen kompletten Namen an", diff --git a/public/language/el/admin/extend/plugins.json b/public/language/el/admin/extend/plugins.json index 8f382a290d..1661a987b7 100644 --- a/public/language/el/admin/extend/plugins.json +++ b/public/language/el/admin/extend/plugins.json @@ -20,6 +20,7 @@ "plugin-item.themes": "Themes", "plugin-item.deactivate": "Deactivate", "plugin-item.activate": "Activate", + "plugin-item.install": "Install", "plugin-item.uninstall": "Uninstall", "plugin-item.settings": "Settings", "plugin-item.installed": "Installed", @@ -43,4 +44,4 @@ "alert.package-manager-unreachable": "NodeBB could not reach the package manager, an upgrade is not suggested at this time.
", "alert.incompatible": "Your version of NodeBB (v%1) is only cleared to upgrade to v%2 of this plugin. Please update your NodeBB if you wish to install a newer version of this plugin.
", "alert.possibly-incompatible": "No Compatibility Information Found
This plugin did not specify a specific version for installation given your NodeBB version. Full compatibility cannot be guaranteed, and may cause your NodeBB to no longer start properly.
In the event that NodeBB cannot boot properly:
$ ./nodebb reset plugin=\"%1\"Continue installation of latest version of this plugin?
" -} \ No newline at end of file +} diff --git a/public/language/el/admin/manage/categories.json b/public/language/el/admin/manage/categories.json index 8bd5d5bfcf..7e2a5ce12e 100644 --- a/public/language/el/admin/manage/categories.json +++ b/public/language/el/admin/manage/categories.json @@ -59,7 +59,7 @@ "alert.copy-success": "Settings Copied!", "alert.set-parent-category": "Set Parent Category", "alert.updated": "Updated Categories", - "alert.updated-success": "Category IDs %1 was successfully updated.", + "alert.updated-success": "Category IDs %1 successfully updated.", "alert.upload-image": "Upload category image", "alert.find-user": "Find a User", "alert.user-search": "Search for a user here...", diff --git a/public/language/el/admin/menu.json b/public/language/el/admin/menu.json index 7a5327f643..6a4995ea6e 100644 --- a/public/language/el/admin/menu.json +++ b/public/language/el/admin/menu.json @@ -39,7 +39,7 @@ "section-appearance": "Appearance", "appearance/themes": "Themes", "appearance/skins": "Skins", - "appearance/customise": "Custom HTML & CSS", + "appearance/customise": "Custom HTML & CSS", "section-extend": "Extend", "extend/plugins": "Plugins", diff --git a/public/language/el/admin/settings/post.json b/public/language/el/admin/settings/post.json index f8aae19628..f293e554d9 100644 --- a/public/language/el/admin/settings/post.json +++ b/public/language/el/admin/settings/post.json @@ -2,7 +2,7 @@ "sorting": "Post Sorting", "sorting.post-default": "Default Post Sorting", "sorting.oldest-to-newest": "Oldest to Newest", - "sorting.newest-to-oldest": ">Newest to Oldest", + "sorting.newest-to-oldest": "Newest to Oldest", "sorting.most-votes": "Most Votes", "sorting.topic-default": "Default Topic Sorting", "restrictions": "Posting Restrictions", diff --git a/public/language/el/global.json b/public/language/el/global.json index 5dc2a27b9c..79965ed553 100644 --- a/public/language/el/global.json +++ b/public/language/el/global.json @@ -102,5 +102,6 @@ "play": "Play", "cookies.message": "This website uses cookies to ensure you get the best experience on our website.", "cookies.accept": "Got it!", - "cookies.learn_more": "Learn More" + "cookies.learn_more": "Learn More", + "edited": "Edited" } \ No newline at end of file diff --git a/public/language/el/groups.json b/public/language/el/groups.json index d921ff9ff5..08bc7f94f5 100644 --- a/public/language/el/groups.json +++ b/public/language/el/groups.json @@ -52,5 +52,6 @@ "new-group.group_name": "Group Name:", "upload-group-cover": "Upload group cover", "bulk-invite-instructions": "Enter a list of comma separated usernames to invite to this group", - "bulk-invite": "Bulk Invite" + "bulk-invite": "Bulk Invite", + "remove_group_cover_confirm": "Are you sure you want to remove the cover picture?" } \ No newline at end of file diff --git a/public/language/el/language.json b/public/language/el/language.json index fe984351cc..dbea7df709 100644 --- a/public/language/el/language.json +++ b/public/language/el/language.json @@ -1,5 +1,5 @@ { "name": "Greek", - "code": "el", + "code": "en-GB", "dir": "ltr" } \ No newline at end of file diff --git a/public/language/el/modules.json b/public/language/el/modules.json index 6466ccbf1f..3c85a388de 100644 --- a/public/language/el/modules.json +++ b/public/language/el/modules.json @@ -13,6 +13,7 @@ "chat.contacts": "Επαφές", "chat.message-history": "Ιστορικό Συνομιλίας", "chat.pop-out": "Αποκόλληση συνομιλίας", + "chat.minimize": "Minimize", "chat.maximize": "Μεγιστοποίηση", "chat.seven_days": "7 Ημέρες", "chat.thirty_days": "30 Ημέρες", diff --git a/public/language/el/search.json b/public/language/el/search.json index e650dbe2e5..67397669a1 100644 --- a/public/language/el/search.json +++ b/public/language/el/search.json @@ -8,6 +8,7 @@ "posted-by": "Posted by", "in-categories": "In Categories", "search-child-categories": "Search child categories", + "has-tags": "Has tags", "reply-count": "Reply Count", "at-least": "At least", "at-most": "At most", diff --git a/public/language/el/user.json b/public/language/el/user.json index 796edb79b7..3fd3a376a4 100644 --- a/public/language/el/user.json +++ b/public/language/el/user.json @@ -63,6 +63,7 @@ "upload_a_picture": "Ανέβασε μια φωτογραφία", "remove_uploaded_picture": "Remove Uploaded Picture", "upload_cover_picture": "Upload cover picture", + "remove_cover_picture_confirm": "Are you sure you want to remove the cover picture?", "settings": "Επιλογές", "show_email": "Εμφάνιση του email μου", "show_fullname": "Show My Full Name", diff --git a/public/language/en-US/admin/extend/plugins.json b/public/language/en-US/admin/extend/plugins.json index 8f382a290d..1661a987b7 100644 --- a/public/language/en-US/admin/extend/plugins.json +++ b/public/language/en-US/admin/extend/plugins.json @@ -20,6 +20,7 @@ "plugin-item.themes": "Themes", "plugin-item.deactivate": "Deactivate", "plugin-item.activate": "Activate", + "plugin-item.install": "Install", "plugin-item.uninstall": "Uninstall", "plugin-item.settings": "Settings", "plugin-item.installed": "Installed", @@ -43,4 +44,4 @@ "alert.package-manager-unreachable": "NodeBB could not reach the package manager, an upgrade is not suggested at this time.
", "alert.incompatible": "Your version of NodeBB (v%1) is only cleared to upgrade to v%2 of this plugin. Please update your NodeBB if you wish to install a newer version of this plugin.
", "alert.possibly-incompatible": "No Compatibility Information Found
This plugin did not specify a specific version for installation given your NodeBB version. Full compatibility cannot be guaranteed, and may cause your NodeBB to no longer start properly.
In the event that NodeBB cannot boot properly:
$ ./nodebb reset plugin=\"%1\"Continue installation of latest version of this plugin?
" -} \ No newline at end of file +} diff --git a/public/language/en-US/admin/manage/categories.json b/public/language/en-US/admin/manage/categories.json index 8bd5d5bfcf..7e2a5ce12e 100644 --- a/public/language/en-US/admin/manage/categories.json +++ b/public/language/en-US/admin/manage/categories.json @@ -59,7 +59,7 @@ "alert.copy-success": "Settings Copied!", "alert.set-parent-category": "Set Parent Category", "alert.updated": "Updated Categories", - "alert.updated-success": "Category IDs %1 was successfully updated.", + "alert.updated-success": "Category IDs %1 successfully updated.", "alert.upload-image": "Upload category image", "alert.find-user": "Find a User", "alert.user-search": "Search for a user here...", diff --git a/public/language/en-US/admin/menu.json b/public/language/en-US/admin/menu.json index 7a5327f643..6a4995ea6e 100644 --- a/public/language/en-US/admin/menu.json +++ b/public/language/en-US/admin/menu.json @@ -39,7 +39,7 @@ "section-appearance": "Appearance", "appearance/themes": "Themes", "appearance/skins": "Skins", - "appearance/customise": "Custom HTML & CSS", + "appearance/customise": "Custom HTML & CSS", "section-extend": "Extend", "extend/plugins": "Plugins", diff --git a/public/language/en-US/admin/settings/post.json b/public/language/en-US/admin/settings/post.json index f8aae19628..f293e554d9 100644 --- a/public/language/en-US/admin/settings/post.json +++ b/public/language/en-US/admin/settings/post.json @@ -2,7 +2,7 @@ "sorting": "Post Sorting", "sorting.post-default": "Default Post Sorting", "sorting.oldest-to-newest": "Oldest to Newest", - "sorting.newest-to-oldest": ">Newest to Oldest", + "sorting.newest-to-oldest": "Newest to Oldest", "sorting.most-votes": "Most Votes", "sorting.topic-default": "Default Topic Sorting", "restrictions": "Posting Restrictions", diff --git a/public/language/en-US/global.json b/public/language/en-US/global.json index 643df7abc2..c3522f80ac 100644 --- a/public/language/en-US/global.json +++ b/public/language/en-US/global.json @@ -102,5 +102,6 @@ "play": "Play", "cookies.message": "This website uses cookies to ensure you get the best experience on our website.", "cookies.accept": "Got it!", - "cookies.learn_more": "Learn More" + "cookies.learn_more": "Learn More", + "edited": "Edited" } \ No newline at end of file diff --git a/public/language/en-US/groups.json b/public/language/en-US/groups.json index 593eb34a4b..5b58863ebd 100644 --- a/public/language/en-US/groups.json +++ b/public/language/en-US/groups.json @@ -52,5 +52,6 @@ "new-group.group_name": "Group Name:", "upload-group-cover": "Upload group cover", "bulk-invite-instructions": "Enter a list of comma separated usernames to invite to this group", - "bulk-invite": "Bulk Invite" + "bulk-invite": "Bulk Invite", + "remove_group_cover_confirm": "Are you sure you want to remove the cover picture?" } \ No newline at end of file diff --git a/public/language/en-US/modules.json b/public/language/en-US/modules.json index ca132d5345..e2d45cd043 100644 --- a/public/language/en-US/modules.json +++ b/public/language/en-US/modules.json @@ -13,6 +13,7 @@ "chat.contacts": "Contacts", "chat.message-history": "Message History", "chat.pop-out": "Pop out chat", + "chat.minimize": "Minimize", "chat.maximize": "Maximize", "chat.seven_days": "7 Days", "chat.thirty_days": "30 Days", diff --git a/public/language/en-US/search.json b/public/language/en-US/search.json index 277c0a32bc..3ba6d73916 100644 --- a/public/language/en-US/search.json +++ b/public/language/en-US/search.json @@ -8,6 +8,7 @@ "posted-by": "Posted by", "in-categories": "In Categories", "search-child-categories": "Search child categories", + "has-tags": "Has tags", "reply-count": "Reply Count", "at-least": "At least", "at-most": "At most", diff --git a/public/language/en-US/user.json b/public/language/en-US/user.json index 00fc3826df..4718cd00a0 100644 --- a/public/language/en-US/user.json +++ b/public/language/en-US/user.json @@ -63,6 +63,7 @@ "upload_a_picture": "Upload a picture", "remove_uploaded_picture": "Remove Uploaded Picture", "upload_cover_picture": "Upload cover picture", + "remove_cover_picture_confirm": "Are you sure you want to remove the cover picture?", "settings": "Settings", "show_email": "Show My Email", "show_fullname": "Show My Full Name", diff --git a/public/language/en-x-pirate/admin/extend/plugins.json b/public/language/en-x-pirate/admin/extend/plugins.json index 8f382a290d..1661a987b7 100644 --- a/public/language/en-x-pirate/admin/extend/plugins.json +++ b/public/language/en-x-pirate/admin/extend/plugins.json @@ -20,6 +20,7 @@ "plugin-item.themes": "Themes", "plugin-item.deactivate": "Deactivate", "plugin-item.activate": "Activate", + "plugin-item.install": "Install", "plugin-item.uninstall": "Uninstall", "plugin-item.settings": "Settings", "plugin-item.installed": "Installed", @@ -43,4 +44,4 @@ "alert.package-manager-unreachable": "NodeBB could not reach the package manager, an upgrade is not suggested at this time.
", "alert.incompatible": "Your version of NodeBB (v%1) is only cleared to upgrade to v%2 of this plugin. Please update your NodeBB if you wish to install a newer version of this plugin.
", "alert.possibly-incompatible": "No Compatibility Information Found
This plugin did not specify a specific version for installation given your NodeBB version. Full compatibility cannot be guaranteed, and may cause your NodeBB to no longer start properly.
In the event that NodeBB cannot boot properly:
$ ./nodebb reset plugin=\"%1\"Continue installation of latest version of this plugin?
" -} \ No newline at end of file +} diff --git a/public/language/en-x-pirate/admin/manage/categories.json b/public/language/en-x-pirate/admin/manage/categories.json index 8bd5d5bfcf..7e2a5ce12e 100644 --- a/public/language/en-x-pirate/admin/manage/categories.json +++ b/public/language/en-x-pirate/admin/manage/categories.json @@ -59,7 +59,7 @@ "alert.copy-success": "Settings Copied!", "alert.set-parent-category": "Set Parent Category", "alert.updated": "Updated Categories", - "alert.updated-success": "Category IDs %1 was successfully updated.", + "alert.updated-success": "Category IDs %1 successfully updated.", "alert.upload-image": "Upload category image", "alert.find-user": "Find a User", "alert.user-search": "Search for a user here...", diff --git a/public/language/en-x-pirate/admin/menu.json b/public/language/en-x-pirate/admin/menu.json index 7a5327f643..6a4995ea6e 100644 --- a/public/language/en-x-pirate/admin/menu.json +++ b/public/language/en-x-pirate/admin/menu.json @@ -39,7 +39,7 @@ "section-appearance": "Appearance", "appearance/themes": "Themes", "appearance/skins": "Skins", - "appearance/customise": "Custom HTML & CSS", + "appearance/customise": "Custom HTML & CSS", "section-extend": "Extend", "extend/plugins": "Plugins", diff --git a/public/language/en-x-pirate/admin/settings/post.json b/public/language/en-x-pirate/admin/settings/post.json index f8aae19628..f293e554d9 100644 --- a/public/language/en-x-pirate/admin/settings/post.json +++ b/public/language/en-x-pirate/admin/settings/post.json @@ -2,7 +2,7 @@ "sorting": "Post Sorting", "sorting.post-default": "Default Post Sorting", "sorting.oldest-to-newest": "Oldest to Newest", - "sorting.newest-to-oldest": ">Newest to Oldest", + "sorting.newest-to-oldest": "Newest to Oldest", "sorting.most-votes": "Most Votes", "sorting.topic-default": "Default Topic Sorting", "restrictions": "Posting Restrictions", diff --git a/public/language/en-x-pirate/global.json b/public/language/en-x-pirate/global.json index 7372678e85..c5dcf3a819 100644 --- a/public/language/en-x-pirate/global.json +++ b/public/language/en-x-pirate/global.json @@ -102,5 +102,6 @@ "play": "Play", "cookies.message": "This website uses cookies to ensure you get the best experience on our website.", "cookies.accept": "Got it!", - "cookies.learn_more": "Learn More" + "cookies.learn_more": "Learn More", + "edited": "Edited" } \ No newline at end of file diff --git a/public/language/en-x-pirate/groups.json b/public/language/en-x-pirate/groups.json index 8af283d60e..954e51e8eb 100644 --- a/public/language/en-x-pirate/groups.json +++ b/public/language/en-x-pirate/groups.json @@ -52,5 +52,6 @@ "new-group.group_name": "Group Name:", "upload-group-cover": "Upload group cover", "bulk-invite-instructions": "Enter a list of comma separated usernames to invite to this group", - "bulk-invite": "Bulk Invite" + "bulk-invite": "Bulk Invite", + "remove_group_cover_confirm": "Are you sure you want to remove the cover picture?" } \ No newline at end of file diff --git a/public/language/en-x-pirate/language.json b/public/language/en-x-pirate/language.json index 34b9317fb5..e1738ffa87 100644 --- a/public/language/en-x-pirate/language.json +++ b/public/language/en-x-pirate/language.json @@ -1,5 +1,5 @@ { "name": "English (Pirate)", - "code": "en-x-pirate", + "code": "en-GB", "dir": "ltr" } \ No newline at end of file diff --git a/public/language/en-x-pirate/modules.json b/public/language/en-x-pirate/modules.json index 83e79d877a..d2c33e827f 100644 --- a/public/language/en-x-pirate/modules.json +++ b/public/language/en-x-pirate/modules.json @@ -13,6 +13,7 @@ "chat.contacts": "Contacts", "chat.message-history": "Message History", "chat.pop-out": "Pop out chat", + "chat.minimize": "Minimize", "chat.maximize": "Maximize", "chat.seven_days": "7 Days", "chat.thirty_days": "30 Days", diff --git a/public/language/en-x-pirate/search.json b/public/language/en-x-pirate/search.json index 277c0a32bc..3ba6d73916 100644 --- a/public/language/en-x-pirate/search.json +++ b/public/language/en-x-pirate/search.json @@ -8,6 +8,7 @@ "posted-by": "Posted by", "in-categories": "In Categories", "search-child-categories": "Search child categories", + "has-tags": "Has tags", "reply-count": "Reply Count", "at-least": "At least", "at-most": "At most", diff --git a/public/language/en-x-pirate/user.json b/public/language/en-x-pirate/user.json index eec5dc8cd8..fcf518c200 100644 --- a/public/language/en-x-pirate/user.json +++ b/public/language/en-x-pirate/user.json @@ -63,6 +63,7 @@ "upload_a_picture": "Upload a picture", "remove_uploaded_picture": "Remove Uploaded Picture", "upload_cover_picture": "Upload cover picture", + "remove_cover_picture_confirm": "Are you sure you want to remove the cover picture?", "settings": "Settings", "show_email": "Show My Email", "show_fullname": "Show My Full Name", diff --git a/public/language/es/admin/admin.json b/public/language/es/admin/admin.json index 9c01f56006..d0a354effc 100644 --- a/public/language/es/admin/admin.json +++ b/public/language/es/admin/admin.json @@ -1,7 +1,7 @@ { - "alert.confirm-reload": "Are you sure you wish to reload NodeBB?", - "alert.confirm-restart": "Are you sure you wish to restart NodeBB?", + "alert.confirm-reload": "Está seguro que desea recargar NodeBB?", + "alert.confirm-restart": "Está seguro que desea reiniciar NodeBB?", - "acp-title": "%1 | NodeBB Admin Control Panel", - "settings-header-contents": "Contents" + "acp-title": "%1 | Panel de control de administrador NodeBB", + "settings-header-contents": "Contenidos" } \ No newline at end of file diff --git a/public/language/es/admin/advanced/errors.json b/public/language/es/admin/advanced/errors.json index 963e68b116..4d85e740d4 100644 --- a/public/language/es/admin/advanced/errors.json +++ b/public/language/es/admin/advanced/errors.json @@ -1,11 +1,11 @@ { - "figure-x": "Figure %1", + "figure-x": "Figura %1", "error-events-per-day": "%1 events per day",
- "error.404": "404 Not Found",
- "error.503": "503 Service Unavailable",
+ "error.404": "404 No Encontrado",
+ "error.503": "503 Servicio no disponible",
"manage-error-log": "Manage Error Log",
"export-error-log": "Export Error Log (CSV)",
- "clear-error-log": "Clear Error Log",
+ "clear-error-log": "Cerrar Log de Error",
"route": "Route",
"count": "Count",
"no-routes-not-found": "Hooray! There are no routes that were not found.",
diff --git a/public/language/es/admin/extend/plugins.json b/public/language/es/admin/extend/plugins.json
index 8f382a290d..1661a987b7 100644
--- a/public/language/es/admin/extend/plugins.json
+++ b/public/language/es/admin/extend/plugins.json
@@ -20,6 +20,7 @@
"plugin-item.themes": "Themes",
"plugin-item.deactivate": "Deactivate",
"plugin-item.activate": "Activate",
+ "plugin-item.install": "Install",
"plugin-item.uninstall": "Uninstall",
"plugin-item.settings": "Settings",
"plugin-item.installed": "Installed",
@@ -43,4 +44,4 @@
"alert.package-manager-unreachable": "NodeBB could not reach the package manager, an upgrade is not suggested at this time.
", "alert.incompatible": "Your version of NodeBB (v%1) is only cleared to upgrade to v%2 of this plugin. Please update your NodeBB if you wish to install a newer version of this plugin.
", "alert.possibly-incompatible": "No Compatibility Information Found
This plugin did not specify a specific version for installation given your NodeBB version. Full compatibility cannot be guaranteed, and may cause your NodeBB to no longer start properly.
In the event that NodeBB cannot boot properly:
$ ./nodebb reset plugin=\"%1\"Continue installation of latest version of this plugin?
" -} \ No newline at end of file +} diff --git a/public/language/es/admin/manage/categories.json b/public/language/es/admin/manage/categories.json index 8bd5d5bfcf..7e2a5ce12e 100644 --- a/public/language/es/admin/manage/categories.json +++ b/public/language/es/admin/manage/categories.json @@ -59,7 +59,7 @@ "alert.copy-success": "Settings Copied!", "alert.set-parent-category": "Set Parent Category", "alert.updated": "Updated Categories", - "alert.updated-success": "Category IDs %1 was successfully updated.", + "alert.updated-success": "Category IDs %1 successfully updated.", "alert.upload-image": "Upload category image", "alert.find-user": "Find a User", "alert.user-search": "Search for a user here...", diff --git a/public/language/es/admin/menu.json b/public/language/es/admin/menu.json index 7a5327f643..6a4995ea6e 100644 --- a/public/language/es/admin/menu.json +++ b/public/language/es/admin/menu.json @@ -39,7 +39,7 @@ "section-appearance": "Appearance", "appearance/themes": "Themes", "appearance/skins": "Skins", - "appearance/customise": "Custom HTML & CSS", + "appearance/customise": "Custom HTML & CSS", "section-extend": "Extend", "extend/plugins": "Plugins", diff --git a/public/language/es/admin/settings/post.json b/public/language/es/admin/settings/post.json index f8aae19628..f293e554d9 100644 --- a/public/language/es/admin/settings/post.json +++ b/public/language/es/admin/settings/post.json @@ -2,7 +2,7 @@ "sorting": "Post Sorting", "sorting.post-default": "Default Post Sorting", "sorting.oldest-to-newest": "Oldest to Newest", - "sorting.newest-to-oldest": ">Newest to Oldest", + "sorting.newest-to-oldest": "Newest to Oldest", "sorting.most-votes": "Most Votes", "sorting.topic-default": "Default Topic Sorting", "restrictions": "Posting Restrictions", diff --git a/public/language/es/category.json b/public/language/es/category.json index c1d8fb3d7c..1874242a1f 100644 --- a/public/language/es/category.json +++ b/public/language/es/category.json @@ -2,7 +2,7 @@ "category": "Categoría", "subcategories": "Subcategorías", "new_topic_button": "Nuevo tema", - "guest-login-post": "Accede para escribir un mensaje", + "guest-login-post": "Accede para escribir", "no_topics": "No hay temas en esta categoría.NodeBB could not reach the package manager, an upgrade is not suggested at this time.
", "alert.incompatible": "Your version of NodeBB (v%1) is only cleared to upgrade to v%2 of this plugin. Please update your NodeBB if you wish to install a newer version of this plugin.
", "alert.possibly-incompatible": "No Compatibility Information Found
This plugin did not specify a specific version for installation given your NodeBB version. Full compatibility cannot be guaranteed, and may cause your NodeBB to no longer start properly.
In the event that NodeBB cannot boot properly:
$ ./nodebb reset plugin=\"%1\"Continue installation of latest version of this plugin?
" -} \ No newline at end of file +} diff --git a/public/language/et/admin/manage/categories.json b/public/language/et/admin/manage/categories.json index 8bd5d5bfcf..7e2a5ce12e 100644 --- a/public/language/et/admin/manage/categories.json +++ b/public/language/et/admin/manage/categories.json @@ -59,7 +59,7 @@ "alert.copy-success": "Settings Copied!", "alert.set-parent-category": "Set Parent Category", "alert.updated": "Updated Categories", - "alert.updated-success": "Category IDs %1 was successfully updated.", + "alert.updated-success": "Category IDs %1 successfully updated.", "alert.upload-image": "Upload category image", "alert.find-user": "Find a User", "alert.user-search": "Search for a user here...", diff --git a/public/language/et/admin/menu.json b/public/language/et/admin/menu.json index 7a5327f643..6a4995ea6e 100644 --- a/public/language/et/admin/menu.json +++ b/public/language/et/admin/menu.json @@ -39,7 +39,7 @@ "section-appearance": "Appearance", "appearance/themes": "Themes", "appearance/skins": "Skins", - "appearance/customise": "Custom HTML & CSS", + "appearance/customise": "Custom HTML & CSS", "section-extend": "Extend", "extend/plugins": "Plugins", diff --git a/public/language/et/admin/settings/post.json b/public/language/et/admin/settings/post.json index f8aae19628..f293e554d9 100644 --- a/public/language/et/admin/settings/post.json +++ b/public/language/et/admin/settings/post.json @@ -2,7 +2,7 @@ "sorting": "Post Sorting", "sorting.post-default": "Default Post Sorting", "sorting.oldest-to-newest": "Oldest to Newest", - "sorting.newest-to-oldest": ">Newest to Oldest", + "sorting.newest-to-oldest": "Newest to Oldest", "sorting.most-votes": "Most Votes", "sorting.topic-default": "Default Topic Sorting", "restrictions": "Posting Restrictions", diff --git a/public/language/et/global.json b/public/language/et/global.json index cf8ecbd36a..9fa7a44815 100644 --- a/public/language/et/global.json +++ b/public/language/et/global.json @@ -102,5 +102,6 @@ "play": "Play", "cookies.message": "This website uses cookies to ensure you get the best experience on our website.", "cookies.accept": "Got it!", - "cookies.learn_more": "Learn More" + "cookies.learn_more": "Learn More", + "edited": "Edited" } \ No newline at end of file diff --git a/public/language/et/groups.json b/public/language/et/groups.json index 3ccbe588b8..2bb9730909 100644 --- a/public/language/et/groups.json +++ b/public/language/et/groups.json @@ -52,5 +52,6 @@ "new-group.group_name": "Grupi nimi:", "upload-group-cover": "Lae gruppi pilt üles", "bulk-invite-instructions": "Enter a list of comma separated usernames to invite to this group", - "bulk-invite": "Bulk Invite" + "bulk-invite": "Bulk Invite", + "remove_group_cover_confirm": "Are you sure you want to remove the cover picture?" } \ No newline at end of file diff --git a/public/language/et/language.json b/public/language/et/language.json index 5ebe9977ca..d52600bcad 100644 --- a/public/language/et/language.json +++ b/public/language/et/language.json @@ -1,5 +1,5 @@ { "name": "Estonian", - "code": "et", + "code": "en-GB", "dir": "ltr" } \ No newline at end of file diff --git a/public/language/et/modules.json b/public/language/et/modules.json index c571232b7c..e844e2088e 100644 --- a/public/language/et/modules.json +++ b/public/language/et/modules.json @@ -13,6 +13,7 @@ "chat.contacts": "Kontaktid", "chat.message-history": "Sõnumite ajalugu", "chat.pop-out": "Pop-out vestlus", + "chat.minimize": "Minimize", "chat.maximize": "Suurenda", "chat.seven_days": "7 Päeva", "chat.thirty_days": "30 Päeva", diff --git a/public/language/et/search.json b/public/language/et/search.json index bc26e81081..387dd9b816 100644 --- a/public/language/et/search.json +++ b/public/language/et/search.json @@ -8,6 +8,7 @@ "posted-by": "Autor", "in-categories": "Kategooriates", "search-child-categories": "Otsi vahekategooriatest", + "has-tags": "Has tags", "reply-count": "Vastuste arv", "at-least": "Rohkemalt", "at-most": "Vähemalt", diff --git a/public/language/et/user.json b/public/language/et/user.json index e01449cc31..5da27588e1 100644 --- a/public/language/et/user.json +++ b/public/language/et/user.json @@ -63,6 +63,7 @@ "upload_a_picture": "Lae pilt üles", "remove_uploaded_picture": "Eemalda üleslaetud pilt", "upload_cover_picture": "Lae üles katte pilt", + "remove_cover_picture_confirm": "Are you sure you want to remove the cover picture?", "settings": "Seaded", "show_email": "Näita minu emaili", "show_fullname": "Näita minu täisnime", diff --git a/public/language/fa-IR/admin/admin.json b/public/language/fa-IR/admin/admin.json index 9c01f56006..27d17b9273 100644 --- a/public/language/fa-IR/admin/admin.json +++ b/public/language/fa-IR/admin/admin.json @@ -1,7 +1,7 @@ { - "alert.confirm-reload": "Are you sure you wish to reload NodeBB?", - "alert.confirm-restart": "Are you sure you wish to restart NodeBB?", + "alert.confirm-reload": "آیا مایل به بارگذاری مجدد نودبیبی هستید؟", + "alert.confirm-restart": "آیا از راه اندازی مجدد نودبیبی مطمئن هستید؟", - "acp-title": "%1 | NodeBB Admin Control Panel", + "acp-title": "%1 | کنترل پنل مدیر کل نودبیبی", "settings-header-contents": "Contents" } \ No newline at end of file diff --git a/public/language/fa-IR/admin/advanced/cache.json b/public/language/fa-IR/admin/advanced/cache.json index 5a954f1232..b9ed5aaae6 100644 --- a/public/language/fa-IR/admin/advanced/cache.json +++ b/public/language/fa-IR/admin/advanced/cache.json @@ -6,6 +6,6 @@ "percent-full": "%1% Full", "post-cache-size": "Post Cache Size", "items-in-cache": "Items in Cache", - "control-panel": "Control Panel", + "control-panel": "کنترل پنل", "update-settings": "Update Cache Settings" } \ No newline at end of file diff --git a/public/language/fa-IR/admin/extend/plugins.json b/public/language/fa-IR/admin/extend/plugins.json index 8f382a290d..1661a987b7 100644 --- a/public/language/fa-IR/admin/extend/plugins.json +++ b/public/language/fa-IR/admin/extend/plugins.json @@ -20,6 +20,7 @@ "plugin-item.themes": "Themes", "plugin-item.deactivate": "Deactivate", "plugin-item.activate": "Activate", + "plugin-item.install": "Install", "plugin-item.uninstall": "Uninstall", "plugin-item.settings": "Settings", "plugin-item.installed": "Installed", @@ -43,4 +44,4 @@ "alert.package-manager-unreachable": "NodeBB could not reach the package manager, an upgrade is not suggested at this time.
", "alert.incompatible": "Your version of NodeBB (v%1) is only cleared to upgrade to v%2 of this plugin. Please update your NodeBB if you wish to install a newer version of this plugin.
", "alert.possibly-incompatible": "No Compatibility Information Found
This plugin did not specify a specific version for installation given your NodeBB version. Full compatibility cannot be guaranteed, and may cause your NodeBB to no longer start properly.
In the event that NodeBB cannot boot properly:
$ ./nodebb reset plugin=\"%1\"Continue installation of latest version of this plugin?
" -} \ No newline at end of file +} diff --git a/public/language/fa-IR/admin/manage/categories.json b/public/language/fa-IR/admin/manage/categories.json index 8bd5d5bfcf..7e2a5ce12e 100644 --- a/public/language/fa-IR/admin/manage/categories.json +++ b/public/language/fa-IR/admin/manage/categories.json @@ -59,7 +59,7 @@ "alert.copy-success": "Settings Copied!", "alert.set-parent-category": "Set Parent Category", "alert.updated": "Updated Categories", - "alert.updated-success": "Category IDs %1 was successfully updated.", + "alert.updated-success": "Category IDs %1 successfully updated.", "alert.upload-image": "Upload category image", "alert.find-user": "Find a User", "alert.user-search": "Search for a user here...", diff --git a/public/language/fa-IR/admin/menu.json b/public/language/fa-IR/admin/menu.json index 7a5327f643..6a4995ea6e 100644 --- a/public/language/fa-IR/admin/menu.json +++ b/public/language/fa-IR/admin/menu.json @@ -39,7 +39,7 @@ "section-appearance": "Appearance", "appearance/themes": "Themes", "appearance/skins": "Skins", - "appearance/customise": "Custom HTML & CSS", + "appearance/customise": "Custom HTML & CSS", "section-extend": "Extend", "extend/plugins": "Plugins", diff --git a/public/language/fa-IR/admin/settings/post.json b/public/language/fa-IR/admin/settings/post.json index f8aae19628..f293e554d9 100644 --- a/public/language/fa-IR/admin/settings/post.json +++ b/public/language/fa-IR/admin/settings/post.json @@ -2,7 +2,7 @@ "sorting": "Post Sorting", "sorting.post-default": "Default Post Sorting", "sorting.oldest-to-newest": "Oldest to Newest", - "sorting.newest-to-oldest": ">Newest to Oldest", + "sorting.newest-to-oldest": "Newest to Oldest", "sorting.most-votes": "Most Votes", "sorting.topic-default": "Default Topic Sorting", "restrictions": "Posting Restrictions", diff --git a/public/language/fa-IR/admin/settings/uploads.json b/public/language/fa-IR/admin/settings/uploads.json index 8a56c85663..ff98119762 100644 --- a/public/language/fa-IR/admin/settings/uploads.json +++ b/public/language/fa-IR/admin/settings/uploads.json @@ -1,5 +1,5 @@ { - "posts": "Posts", + "posts": "پستها", "allow-files": "Allow users to upload regular files", "private": "Make uploaded files private", "max-image-width": "Resize images down to specified width (in pixels)", diff --git a/public/language/fa-IR/global.json b/public/language/fa-IR/global.json index 3f9c084e22..a1c4034065 100644 --- a/public/language/fa-IR/global.json +++ b/public/language/fa-IR/global.json @@ -102,5 +102,6 @@ "play": "پخش", "cookies.message": "این وبسایت از کوکی شما برای اطمینان و تجربه استفاده بهتر از وبسایت ما استفاده میکند.", "cookies.accept": "فهمیدم!", - "cookies.learn_more": "بیشتر بدانید" + "cookies.learn_more": "بیشتر بدانید", + "edited": "Edited" } \ No newline at end of file diff --git a/public/language/fa-IR/groups.json b/public/language/fa-IR/groups.json index 1c0331ba78..e2f5ab637f 100644 --- a/public/language/fa-IR/groups.json +++ b/public/language/fa-IR/groups.json @@ -52,5 +52,6 @@ "new-group.group_name": "نام گروه:", "upload-group-cover": "آپلود کاور گروه", "bulk-invite-instructions": "برای دعوت به این گروه فهرستی از نامکاربری که با کاما جدا کنید را وارد کنید", - "bulk-invite": "میزان دعوت" + "bulk-invite": "میزان دعوت", + "remove_group_cover_confirm": "Are you sure you want to remove the cover picture?" } \ No newline at end of file diff --git a/public/language/fa-IR/login.json b/public/language/fa-IR/login.json index 3e408a5133..66cc8fb319 100644 --- a/public/language/fa-IR/login.json +++ b/public/language/fa-IR/login.json @@ -1,12 +1,12 @@ { - "username-email": "نام کاربری / رایانامه", + "username-email": "نام کاربری / ایمیل", "username": "نام کاربری", "email": "ایمیل", "remember_me": "مرا به یاد بسپار؟", - "forgot_password": "گذرواژه را فراموش کردهاید؟", - "alternative_logins": "روشهای درون آمدن جایگزین", + "forgot_password": "رمز عبور را فراموش کردهاید؟", + "alternative_logins": "روشهای ثبت نام جایگزین", "failed_login_attempt": "ورود ناموفق", - "login_successful": "شما با موفقیت به درون آمدهاید!", + "login_successful": "شما با موفقیت وارد شدهاید!", "dont_have_account": "حساب کاربری ندارید؟", "logged-out-due-to-inactivity": "شما به علت عدم فعالیت از کنترل پنل مدیر کل خارج شده اید " } \ No newline at end of file diff --git a/public/language/fa-IR/modules.json b/public/language/fa-IR/modules.json index e97177c887..5756198c40 100644 --- a/public/language/fa-IR/modules.json +++ b/public/language/fa-IR/modules.json @@ -13,6 +13,7 @@ "chat.contacts": "تماسها", "chat.message-history": "تاریخچه پیامها", "chat.pop-out": "پاپ آپ گفتگو", + "chat.minimize": "Minimize", "chat.maximize": "تمام صفحه", "chat.seven_days": "7 روز", "chat.thirty_days": "30 روز", diff --git a/public/language/fa-IR/search.json b/public/language/fa-IR/search.json index 8adfa77049..69a504e6e7 100644 --- a/public/language/fa-IR/search.json +++ b/public/language/fa-IR/search.json @@ -8,6 +8,7 @@ "posted-by": "ارسال شده توسط", "in-categories": "در دسته بندی ها", "search-child-categories": "جستجوی زیر دسته ها", + "has-tags": "Has tags", "reply-count": "تعداد پاسخ", "at-least": "حداقل", "at-most": "حداکثر", diff --git a/public/language/fa-IR/user.json b/public/language/fa-IR/user.json index 6a92520690..98ffef7085 100644 --- a/public/language/fa-IR/user.json +++ b/public/language/fa-IR/user.json @@ -63,6 +63,7 @@ "upload_a_picture": "یک تصویر بارگذاری کنید", "remove_uploaded_picture": "پاک کردن عکس بارگذاری شده", "upload_cover_picture": "بارگذاری عکس کاور", + "remove_cover_picture_confirm": "Are you sure you want to remove the cover picture?", "settings": "تنظیمات", "show_email": "نمایش ایمیلهای من", "show_fullname": "نام کامل من را نشان بده", diff --git a/public/language/fi/admin/extend/plugins.json b/public/language/fi/admin/extend/plugins.json index 8f382a290d..1661a987b7 100644 --- a/public/language/fi/admin/extend/plugins.json +++ b/public/language/fi/admin/extend/plugins.json @@ -20,6 +20,7 @@ "plugin-item.themes": "Themes", "plugin-item.deactivate": "Deactivate", "plugin-item.activate": "Activate", + "plugin-item.install": "Install", "plugin-item.uninstall": "Uninstall", "plugin-item.settings": "Settings", "plugin-item.installed": "Installed", @@ -43,4 +44,4 @@ "alert.package-manager-unreachable": "NodeBB could not reach the package manager, an upgrade is not suggested at this time.
", "alert.incompatible": "Your version of NodeBB (v%1) is only cleared to upgrade to v%2 of this plugin. Please update your NodeBB if you wish to install a newer version of this plugin.
", "alert.possibly-incompatible": "No Compatibility Information Found
This plugin did not specify a specific version for installation given your NodeBB version. Full compatibility cannot be guaranteed, and may cause your NodeBB to no longer start properly.
In the event that NodeBB cannot boot properly:
$ ./nodebb reset plugin=\"%1\"Continue installation of latest version of this plugin?
" -} \ No newline at end of file +} diff --git a/public/language/fi/admin/manage/categories.json b/public/language/fi/admin/manage/categories.json index 8bd5d5bfcf..7e2a5ce12e 100644 --- a/public/language/fi/admin/manage/categories.json +++ b/public/language/fi/admin/manage/categories.json @@ -59,7 +59,7 @@ "alert.copy-success": "Settings Copied!", "alert.set-parent-category": "Set Parent Category", "alert.updated": "Updated Categories", - "alert.updated-success": "Category IDs %1 was successfully updated.", + "alert.updated-success": "Category IDs %1 successfully updated.", "alert.upload-image": "Upload category image", "alert.find-user": "Find a User", "alert.user-search": "Search for a user here...", diff --git a/public/language/fi/admin/menu.json b/public/language/fi/admin/menu.json index 7a5327f643..6a4995ea6e 100644 --- a/public/language/fi/admin/menu.json +++ b/public/language/fi/admin/menu.json @@ -39,7 +39,7 @@ "section-appearance": "Appearance", "appearance/themes": "Themes", "appearance/skins": "Skins", - "appearance/customise": "Custom HTML & CSS", + "appearance/customise": "Custom HTML & CSS", "section-extend": "Extend", "extend/plugins": "Plugins", diff --git a/public/language/fi/admin/settings/post.json b/public/language/fi/admin/settings/post.json index f8aae19628..f293e554d9 100644 --- a/public/language/fi/admin/settings/post.json +++ b/public/language/fi/admin/settings/post.json @@ -2,7 +2,7 @@ "sorting": "Post Sorting", "sorting.post-default": "Default Post Sorting", "sorting.oldest-to-newest": "Oldest to Newest", - "sorting.newest-to-oldest": ">Newest to Oldest", + "sorting.newest-to-oldest": "Newest to Oldest", "sorting.most-votes": "Most Votes", "sorting.topic-default": "Default Topic Sorting", "restrictions": "Posting Restrictions", diff --git a/public/language/fi/global.json b/public/language/fi/global.json index 668315b8dd..690bde168b 100644 --- a/public/language/fi/global.json +++ b/public/language/fi/global.json @@ -102,5 +102,6 @@ "play": "Play", "cookies.message": "This website uses cookies to ensure you get the best experience on our website.", "cookies.accept": "Got it!", - "cookies.learn_more": "Learn More" + "cookies.learn_more": "Learn More", + "edited": "Edited" } \ No newline at end of file diff --git a/public/language/fi/groups.json b/public/language/fi/groups.json index b9625fb64a..9de2adcbb5 100644 --- a/public/language/fi/groups.json +++ b/public/language/fi/groups.json @@ -52,5 +52,6 @@ "new-group.group_name": "Group Name:", "upload-group-cover": "Upload group cover", "bulk-invite-instructions": "Enter a list of comma separated usernames to invite to this group", - "bulk-invite": "Bulk Invite" + "bulk-invite": "Bulk Invite", + "remove_group_cover_confirm": "Are you sure you want to remove the cover picture?" } \ No newline at end of file diff --git a/public/language/fi/language.json b/public/language/fi/language.json index 66b4cd6afb..4ac9f58919 100644 --- a/public/language/fi/language.json +++ b/public/language/fi/language.json @@ -1,5 +1,5 @@ { "name": "Finnish", - "code": "fi", + "code": "en-GB", "dir": "ltr" } \ No newline at end of file diff --git a/public/language/fi/modules.json b/public/language/fi/modules.json index 64f8615f48..880e41a742 100644 --- a/public/language/fi/modules.json +++ b/public/language/fi/modules.json @@ -13,6 +13,7 @@ "chat.contacts": "Contacts", "chat.message-history": "Viestihistoria", "chat.pop-out": "Pop out chat", + "chat.minimize": "Minimize", "chat.maximize": "Suurenna", "chat.seven_days": "7 päivää", "chat.thirty_days": "30 päivää", diff --git a/public/language/fi/search.json b/public/language/fi/search.json index d920c18409..a8aae53cba 100644 --- a/public/language/fi/search.json +++ b/public/language/fi/search.json @@ -8,6 +8,7 @@ "posted-by": "Kirjoittanut", "in-categories": "In Categories", "search-child-categories": "Hae alikategorioista", + "has-tags": "Has tags", "reply-count": "Vastausten määrä", "at-least": "Vähintään", "at-most": "Enintään", diff --git a/public/language/fi/user.json b/public/language/fi/user.json index 7fe5ad7de0..c657c38b38 100644 --- a/public/language/fi/user.json +++ b/public/language/fi/user.json @@ -63,6 +63,7 @@ "upload_a_picture": "Lataa kuva", "remove_uploaded_picture": "Remove Uploaded Picture", "upload_cover_picture": "Upload cover picture", + "remove_cover_picture_confirm": "Are you sure you want to remove the cover picture?", "settings": "Asetukset", "show_email": "Näytä sähköpostiosoitteeni", "show_fullname": "Näytä koko nimeni", diff --git a/public/language/fr/admin/admin.json b/public/language/fr/admin/admin.json index 9c01f56006..77e00ae9a4 100644 --- a/public/language/fr/admin/admin.json +++ b/public/language/fr/admin/admin.json @@ -1,7 +1,7 @@ { - "alert.confirm-reload": "Are you sure you wish to reload NodeBB?", - "alert.confirm-restart": "Are you sure you wish to restart NodeBB?", + "alert.confirm-reload": "Êtes-vous sûr de vouloir recharger NodeBB ?", + "alert.confirm-restart": "Êtes-vous sûr de vouloir redémarrer NodeBB ?", - "acp-title": "%1 | NodeBB Admin Control Panel", - "settings-header-contents": "Contents" + "acp-title": "%1 | Panneau de contrôle d'administration NodeBB", + "settings-header-contents": "Contenus" } \ No newline at end of file diff --git a/public/language/fr/admin/advanced/cache.json b/public/language/fr/admin/advanced/cache.json index 5a954f1232..47f0ae8423 100644 --- a/public/language/fr/admin/advanced/cache.json +++ b/public/language/fr/admin/advanced/cache.json @@ -1,11 +1,11 @@ { - "post-cache": "Post Cache", - "posts-in-cache": "Posts in Cache", - "average-post-size": "Average Post Size", - "length-to-max": "Length / Max", - "percent-full": "%1% Full", - "post-cache-size": "Post Cache Size", - "items-in-cache": "Items in Cache", - "control-panel": "Control Panel", - "update-settings": "Update Cache Settings" + "post-cache": "Cache des messages", + "posts-in-cache": "Messages en cache", + "average-post-size": "Taille moyenne des messages", + "length-to-max": "Longueur / Max", + "percent-full": "Plein à %1%", + "post-cache-size": "Taille du cache des messages", + "items-in-cache": "Objets en cache", + "control-panel": "Panneau de contrôle", + "update-settings": "Mettre à jour les réglages du cache" } \ No newline at end of file diff --git a/public/language/fr/admin/advanced/database.json b/public/language/fr/admin/advanced/database.json index f7db6220ee..31ec94e572 100644 --- a/public/language/fr/admin/advanced/database.json +++ b/public/language/fr/admin/advanced/database.json @@ -1,35 +1,35 @@ { - "x-b": "%1 b", - "x-mb": "%1 mb", - "uptime-seconds": "Uptime in Seconds", - "uptime-days": "Uptime in Days", + "x-b": "%1 octets", + "x-mb": "%1 Mo", + "uptime-seconds": "Disponibilité en secondes", + "uptime-days": "Disponibilité en jours", "mongo": "Mongo", - "mongo.version": "MongoDB Version", - "mongo.storage-engine": "Storage Engine", + "mongo.version": "Version de MongoDB", + "mongo.storage-engine": "Moteur de stockage", "mongo.collections": "Collections", - "mongo.objects": "Objects", - "mongo.avg-object-size": "Avg. Object Size", - "mongo.data-size": "Data Size", - "mongo.storage-size": "Storage Size", - "mongo.index-size": "Index Size", - "mongo.file-size": "File Size", - "mongo.resident-memory": "Resident Memory", - "mongo.virtual-memory": "Virtual Memory", - "mongo.mapped-memory": "Mapped Memory", - "mongo.raw-info": "MongoDB Raw Info", + "mongo.objects": "Objets", + "mongo.avg-object-size": "Taille moyenne des objets", + "mongo.data-size": "Taille des données", + "mongo.storage-size": "Taille du stockage", + "mongo.index-size": "Taille de l'index", + "mongo.file-size": "Taille de fichier", + "mongo.resident-memory": "Mémoire résidente", + "mongo.virtual-memory": "Mémoire virtuelle", + "mongo.mapped-memory": "Configuration de mémoire", + "mongo.raw-info": "Informations brutes MongoDB", "redis": "Redis", - "redis.version": "Redis Version", - "redis.connected-clients": "Connected Clients", - "redis.connected-slaves": "Connected Slaves", - "redis.blocked-clients": "Blocked Clients", - "redis.used-memory": "Used Memory", - "redis.memory-frag-ratio": "Memory Fragmentation Ratio", - "redis.total-connections-recieved": "Total Connections Received", - "redis.total-commands-processed": "Total Commands Processed", - "redis.iops": "Instantaneous Ops. Per Second", + "redis.version": "Version de Redis", + "redis.connected-clients": "Clients connectés", + "redis.connected-slaves": "Esclaves connectés", + "redis.blocked-clients": "Clients bloqués", + "redis.used-memory": "Mémoire utilisée", + "redis.memory-frag-ratio": "Ratio de fragmentation de la mémoire", + "redis.total-connections-recieved": "Connexions totales reçues", + "redis.total-commands-processed": "Commandes totales exécutées", + "redis.iops": "Opérations par seconde", "redis.keyspace-hits": "Keyspace Hits", "redis.keyspace-misses": "Keyspace Misses", - "redis.raw-info": "Redis Raw Info" + "redis.raw-info": "Informations brutes Redis" } \ No newline at end of file diff --git a/public/language/fr/admin/advanced/errors.json b/public/language/fr/admin/advanced/errors.json index 963e68b116..3b1b8ac9c6 100644 --- a/public/language/fr/admin/advanced/errors.json +++ b/public/language/fr/admin/advanced/errors.json @@ -1,14 +1,14 @@ { - "figure-x": "Figure %1", - "error-events-per-day": "%1 events per day",
- "error.404": "404 Not Found",
- "error.503": "503 Service Unavailable",
- "manage-error-log": "Manage Error Log",
- "export-error-log": "Export Error Log (CSV)",
- "clear-error-log": "Clear Error Log",
+ "figure-x": "Graphe %1",
+ "error-events-per-day": "Évènements %1 par jour",
+ "error.404": "404 Introuvable",
+ "error.503": "503 Service indisponible",
+ "manage-error-log": "Gestion des journaux d'erreurs",
+ "export-error-log": "Exporter les journaux d'erreurs (CSV)",
+ "clear-error-log": "Effacer les journaux d'erreurs",
"route": "Route",
- "count": "Count",
- "no-routes-not-found": "Hooray! There are no routes that were not found.",
- "clear404-confirm": "Are you sure you wish to clear the 404 error logs?",
- "clear404-success": "\"404 Not Found\" errors cleared"
+ "count": "Nombre",
+ "no-routes-not-found": "Super ! Aucune route n'a été trouvée.",
+ "clear404-confirm": "Êtes-vous sûr de vouloir effacer les journaux d'erreurs 404 ?",
+ "clear404-success": "Erreurs \"404 non trouvé\" effacées"
}
\ No newline at end of file
diff --git a/public/language/fr/admin/advanced/events.json b/public/language/fr/admin/advanced/events.json
index 766eb5e951..32890c71f3 100644
--- a/public/language/fr/admin/advanced/events.json
+++ b/public/language/fr/admin/advanced/events.json
@@ -1,6 +1,6 @@
{
- "events": "Events",
- "no-events": "There are no events",
- "control-panel": "Events Control Panel",
- "delete-events": "Delete Events"
+ "events": "Évènements",
+ "no-events": "Il n'y a aucun évènement.",
+ "control-panel": "Panneau de contrôle des évènements",
+ "delete-events": "Supprimer les évènements"
}
\ No newline at end of file
diff --git a/public/language/fr/admin/advanced/logs.json b/public/language/fr/admin/advanced/logs.json
index b9de400e1c..79b282af06 100644
--- a/public/language/fr/admin/advanced/logs.json
+++ b/public/language/fr/admin/advanced/logs.json
@@ -1,7 +1,7 @@
{
- "logs": "Logs",
- "control-panel": "Logs Control Panel",
- "reload": "Reload Logs",
- "clear": "Clear Logs",
- "clear-success": "Logs Cleared!"
+ "logs": "Journaux",
+ "control-panel": "Panneau de contrôle des journaux",
+ "reload": "Recharger les journaux",
+ "clear": "Effacer les journaux",
+ "clear-success": "Journaux effacés !"
}
\ No newline at end of file
diff --git a/public/language/fr/admin/appearance/customise.json b/public/language/fr/admin/appearance/customise.json
index 767d443e29..3fd295438f 100644
--- a/public/language/fr/admin/appearance/customise.json
+++ b/public/language/fr/admin/appearance/customise.json
@@ -1,9 +1,9 @@
{
- "custom-css": "Custom CSS",
- "custom-css.description": "Enter your own CSS declarations here, which will be applied after all other styles.",
- "custom-css.enable": "Enable Custom CSS",
+ "custom-css": "CSS personnalisé",
+ "custom-css.description": "Entrez vos déclarations CSS ici, elles seront appliquées après tous les autres styles.",
+ "custom-css.enable": "Activer les CSS personnalisés",
- "custom-header": "Custom Header",
- "custom-header.description": "Enter custom HTML here (ex. JavaScript, Meta Tags, etc.), which will be appended to the <head> section of your forum's markup.",
- "custom-header.enable": "Enable Custom Header"
+ "custom-header": "En-tête personnalisé",
+ "custom-header.description": "Entrez votre code HTML ici (ex. Javascripts, Méta tags, etc…), qui seront ajoutés à la section <head> du code de votre forum.",
+ "custom-header.enable": "Activer les en-têtes personnalisés"
}
\ No newline at end of file
diff --git a/public/language/fr/admin/appearance/skins.json b/public/language/fr/admin/appearance/skins.json
index 4db6fbdd8a..80e117de32 100644
--- a/public/language/fr/admin/appearance/skins.json
+++ b/public/language/fr/admin/appearance/skins.json
@@ -1,9 +1,9 @@
{
- "loading": "Loading Skins...",
- "homepage": "Homepage",
- "select-skin": "Select Skin",
- "current-skin": "Current Skin",
- "skin-updated": "Skin Updated",
- "applied-success": "%1 skin was succesfully applied",
- "revert-success": "Skin reverted to base colours"
+ "loading": "Chargements des skins…",
+ "homepage": "Page d'accueil",
+ "select-skin": "Sélectionner le skin",
+ "current-skin": "Skin actuel",
+ "skin-updated": "Skin mis à jour",
+ "applied-success": "Le skin %1 a été appliqué avec succès.",
+ "revert-success": "Retour des couleurs du skin aux couleurs de base"
}
\ No newline at end of file
diff --git a/public/language/fr/admin/appearance/themes.json b/public/language/fr/admin/appearance/themes.json
index 3148a01337..6a95b9d808 100644
--- a/public/language/fr/admin/appearance/themes.json
+++ b/public/language/fr/admin/appearance/themes.json
@@ -1,11 +1,11 @@
{
- "checking-for-installed": "Checking for installed themes...",
- "homepage": "Homepage",
- "select-theme": "Select Theme",
- "current-theme": "Current Theme",
- "no-themes": "No installed themes found",
- "revert-confirm": "Are you sure you wish to restore the default NodeBB theme?",
- "theme-changed": "Theme Changed",
- "revert-success": "You have successfully reverted your NodeBB back to it's default theme.",
- "restart-to-activate": "Please restart your NodeBB to fully activate this theme"
+ "checking-for-installed": "Vérification des thèmes installés…",
+ "homepage": "Page d'accueil",
+ "select-theme": "Choisir ce thème",
+ "current-theme": "Thème actuel",
+ "no-themes": "Aucun thème installé",
+ "revert-confirm": "Êtes-vous sûr de vouloir restaurer le thème NodeBB par défaut ?",
+ "theme-changed": "Thème changé",
+ "revert-success": "Vous avez restauré avec succès le thème par défaut de NodeBB.",
+ "restart-to-activate": "Veuillez redémarrer NodeBB pour complètement activer ce thème."
}
\ No newline at end of file
diff --git a/public/language/fr/admin/development/info.json b/public/language/fr/admin/development/info.json
index b2768ca212..d367863480 100644
--- a/public/language/fr/admin/development/info.json
+++ b/public/language/fr/admin/development/info.json
@@ -1,16 +1,16 @@
{
- "you-are-on": "Info - You are on %1:%2",
- "host": "host",
+ "you-are-on": "Info - Vous êtes sur %1:%2",
+ "host": "hôte",
"pid": "pid",
"nodejs": "nodejs",
- "online": "online",
+ "online": "en ligne",
"git": "git",
- "load": "load",
- "uptime": "uptime",
+ "load": "charge",
+ "uptime": "disponibilité",
- "registered": "Registered",
+ "registered": "Enregistré",
"sockets": "Sockets",
- "guests": "Guests",
+ "guests": "Invités",
"info": "Info"
}
\ No newline at end of file
diff --git a/public/language/fr/admin/development/logger.json b/public/language/fr/admin/development/logger.json
index 6ab9558149..1b23dfbb09 100644
--- a/public/language/fr/admin/development/logger.json
+++ b/public/language/fr/admin/development/logger.json
@@ -1,12 +1,12 @@
{
- "logger-settings": "Logger Settings",
- "description": "By enabling the check boxes, you will receive logs to your terminal. If you specify a path, logs will then be saved to a file instead. HTTP logging is useful for collecting statistics about who, when, and what people access on your forum. In addition to logging HTTP requests, we can also log socket.io events. Socket.io logging, in combination with redis-cli monitor, can be very helpful for learning NodeBB's internals.",
- "explanation": "Simply check/uncheck the logging settings to enable or disable logging on the fly. No restart needed.",
- "enable-http": "Enable HTTP logging",
- "enable-socket": "Enable socket.io event logging",
- "file-path": "Path to log file",
- "file-path-placeholder": "/path/to/log/file.log ::: leave blank to log to your terminal",
+ "logger-settings": "Réglages de la journalisation",
+ "description": "En activant les cases, vous recevrez des journaux dans votre terminal. Si vous spécifiez un chemin, les journaux seront sauvegardés à la place. La journalisation HTTP est utile pour collecter des statistiques sur les personnes qui accèdent à votre forum. En plus de la journalisation des requêtes HTTP, nous pouvons également journaliser les évènements. La journalisation socket.io, associée au monitoring de redis-cli, peut être très utile pour apprendre les rouages de NodeBB.",
+ "explanation": "Cochez ou décochez simplement les réglages de la journalisation pour l'activer ou la désactiver. Aucun redémarrage n'est nécessaire.",
+ "enable-http": "Activer la journalisation HTTP",
+ "enable-socket": "Activer la journalisation des événements socket.io",
+ "file-path": "Chemin vers le fichier journal",
+ "file-path-placeholder": "/path/to/log/file.log ::: laissez vide pour journaliser vers votre terminal",
- "control-panel": "Logger Control Panel",
- "update-settings": "Update Logger Settings"
+ "control-panel": "Panneau de contrôle de la journalisation",
+ "update-settings": "Mettre à jour les réglages de la journalisation"
}
\ No newline at end of file
diff --git a/public/language/fr/admin/extend/plugins.json b/public/language/fr/admin/extend/plugins.json
index 8f382a290d..d7ba7df3f7 100644
--- a/public/language/fr/admin/extend/plugins.json
+++ b/public/language/fr/admin/extend/plugins.json
@@ -1,46 +1,47 @@
{
- "installed": "Installed",
- "active": "Active",
- "inactive": "Inactive",
- "out-of-date": "Out of Date",
- "none-found": "No plugins found.",
- "none-active": "No Active Plugins",
- "find-plugins": "Find Plugins",
+ "installed": "Installé",
+ "active": "Actif",
+ "inactive": "Inactif",
+ "out-of-date": "Périmé",
+ "none-found": "Aucun plugin trouvé",
+ "none-active": "Aucun plugin actif",
+ "find-plugins": "Plugins trouvés",
- "plugin-search": "Plugin Search",
- "plugin-search-placeholder": "Search for plugin...",
- "reorder-plugins": "Re-order Plugins",
- "order-active": "Order Active Plugins",
- "dev-interested": "Interested in writing plugins for NodeBB?",
- "docs-info": "Full documentation regarding plugin authoring can be found in the NodeBB Docs Portal.",
+ "plugin-search": "Recherche de plugin",
+ "plugin-search-placeholder": "Rechercher un plugin…",
+ "reorder-plugins": "Re-ordonner les plugins",
+ "order-active": "Trier les plugins actifs",
+ "dev-interested": "Êtes-vous intéressés par l'écriture de plugins pour NodeBB ?",
+ "docs-info": "La documentation complete sur l'écriture de plugins peut être trouvée sur leportail de documentation NodeBB.",
- "order.description": "Certain plugins work ideally when they are initialised before/after other plugins.",
- "order.explanation": "Plugins load in the order specified here, from top to bottom",
+ "order.description": "Certains plugins fonctionnent de la meilleure façon lorsqu'ils sont initialisés avant/après d'autres plugins.",
+ "order.explanation": "Les plugins chargent dans l'ordre spécifié ici, de haut en bas.",
- "plugin-item.themes": "Themes",
- "plugin-item.deactivate": "Deactivate",
- "plugin-item.activate": "Activate",
- "plugin-item.uninstall": "Uninstall",
- "plugin-item.settings": "Settings",
- "plugin-item.installed": "Installed",
- "plugin-item.latest": "Latest",
- "plugin-item.upgrade": "Upgrade",
- "plugin-item.more-info": "For more information:",
- "plugin-item.unknown": "Unknown",
- "plugin-item.unknown-explanation": "The state of this plugin could not be determined, possibly due to a misconfiguration error.",
+ "plugin-item.themes": "Thèmes",
+ "plugin-item.deactivate": "Désactiver",
+ "plugin-item.activate": "Activer",
+ "plugin-item.install": "Install",
+ "plugin-item.uninstall": "Désinstaller",
+ "plugin-item.settings": "Réglages",
+ "plugin-item.installed": "Installé",
+ "plugin-item.latest": "Derniers",
+ "plugin-item.upgrade": "Mettre à jour",
+ "plugin-item.more-info": "Pour plus d'informations :",
+ "plugin-item.unknown": "Inconnu",
+ "plugin-item.unknown-explanation": "L'état de ce plugin n'a pas pu être déterminé, possiblement à cause une erreur de configuration.",
- "alert.enabled": "Plugin Enabled",
- "alert.disabled": "Plugin Disabled",
- "alert.upgraded": "Plugin Upgraded",
- "alert.installed": "Plugin Installed",
- "alert.uninstalled": "Plugin Uninstalled",
- "alert.activate-success": "Please restart your NodeBB to fully activate this plugin",
- "alert.deactivate-success": "Plugin successfully deactivated",
- "alert.upgrade-success": "Please reload your NodeBB to fully upgrade this plugin",
- "alert.install-success": "Plugin successfully installed, please activate the plugin.",
- "alert.uninstall-success": "The plugin has been successfully deactivated and uninstalled.",
- "alert.suggest-error": "NodeBB could not reach the package manager, proceed with installation of latest version?
NodeBB could not reach the package manager, an upgrade is not suggested at this time.
", - "alert.incompatible": "Your version of NodeBB (v%1) is only cleared to upgrade to v%2 of this plugin. Please update your NodeBB if you wish to install a newer version of this plugin.
", - "alert.possibly-incompatible": "No Compatibility Information Found
This plugin did not specify a specific version for installation given your NodeBB version. Full compatibility cannot be guaranteed, and may cause your NodeBB to no longer start properly.
In the event that NodeBB cannot boot properly:
$ ./nodebb reset plugin=\"%1\"Continue installation of latest version of this plugin?
" -} \ No newline at end of file + "alert.enabled": "Plugin activé", + "alert.disabled": "Plugin désactivé", + "alert.upgraded": "Plugin mis à jour", + "alert.installed": "Plugin installé", + "alert.uninstalled": "Plugin désinstallé", + "alert.activate-success": "Veuillez redémarrer votre NodeBB pour activer complètement ce plugin.", + "alert.deactivate-success": "Plugin désactivé avec succès", + "alert.upgrade-success": "Veuillez recharger votre NodeBB pour achever la mise à jour de ce plugin.", + "alert.install-success": "Plugin installé avec succès, veuillez maintenant l'activer.", + "alert.uninstall-success": "Le plugin a été désactivé et desinstallé avec succès.", + "alert.suggest-error": "NodeBB n'a pas pu joindre le gestionnaire de paquets, procéder à l'installation de la dernière version ?
NodeBB n'a pas pu joindre le gestionnaire de paquets, une mise à jour n'est pas suggérée pour le moment.
", + "alert.incompatible": "Votre version de NodeBB (v%1) ne peut mettre à jour que vers la version v%2 de ce plugin. Veuillez mettre à jour NodeBB si vous souhaitez installer une version plus récente de ce plugin.
", + "alert.possibly-incompatible": "Aucune information de compatibilité trouvée
Ce plugin n'a pas spécifié de version pour une installation sur votre version de NodeBB. Aucune compatibilité ne peut être garantie, et ce plugin pourrait empêcher NodeBB de démarrer correctement.
Dans l'éventualité où NodeBB ne pourrait pas démarrer proprement :
$ ./nodebb reset plugin=\"%1\"Voulez-vous continuer l'installation de ce plugin ?
" +} diff --git a/public/language/fr/admin/extend/rewards.json b/public/language/fr/admin/extend/rewards.json index 5383a90b33..71df4caa70 100644 --- a/public/language/fr/admin/extend/rewards.json +++ b/public/language/fr/admin/extend/rewards.json @@ -1,17 +1,17 @@ { - "rewards": "Rewards", - "condition-if-users": "If User's", - "condition-is": "Is:", - "condition-then": "Then:", - "max-claims": "Amount of times reward is claimable", - "zero-infinite": "Enter 0 for infinite", - "delete": "Delete", - "enable": "Enable", - "disable": "Disable", - "control-panel": "Rewards Control", - "new-reward": "New Reward", + "rewards": "Récompenses", + "condition-if-users": "Si la propriété de l'utilisateur", + "condition-is": "est", + "condition-then": "alors", + "max-claims": "Nombre de fois que la récompense peut être obtenue", + "zero-infinite": "Entrez 0 pour un nombre infini", + "delete": "Supprimer", + "enable": "Activer", + "disable": "Désactiver", + "control-panel": "Contrôle des récompenses", + "new-reward": "Nouvelle récompense", - "alert.delete-success": "Successfully deleted reward", - "alert.no-inputs-found": "Illegal reward - no inputs found!", - "alert.save-success": "Successfully saved rewards" + "alert.delete-success": "Récompense supprimée", + "alert.no-inputs-found": "Récompense invalide - aucune entrée trouvée !", + "alert.save-success": "Récompenses sauvegardées" } \ No newline at end of file diff --git a/public/language/fr/admin/extend/widgets.json b/public/language/fr/admin/extend/widgets.json index 477bb15e56..d736691e08 100644 --- a/public/language/fr/admin/extend/widgets.json +++ b/public/language/fr/admin/extend/widgets.json @@ -1,19 +1,19 @@ { - "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 plugins control panel.", - "containers.available": "Available Containers", - "containers.explanation": "Drag and drop on top of any active widget", - "containers.none": "None", + "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 plugins.", + "containers.available": "Conteneurs disponibles", + "containers.explanation": "Glissez déposez sur n'importe quel widget actif", + "containers.none": "Aucun", "container.well": "Well", - "container.jumbotron": "Jumbotron", - "container.panel": "Panel", - "container.panel-header": "Panel Header", - "container.panel-body": "Panel Body", - "container.alert": "Alert", + "container.jumbotron": "Jombotron", + "container.panel": "Panneau", + "container.panel-header": "En-tête de panneau", + "container.panel-body": "Corps de panneau", + "container.alert": "Alerte", - "alert.confirm-delete": "Are you sure you wish to delete this widget?", - "alert.updated": "Widgets Updated", - "alert.update-success": "Successfully updated widgets" + "alert.confirm-delete": "Êtes-vous sûr de vouloir supprimer ce widget ?", + "alert.updated": "Widgets mis à jour", + "alert.update-success": "Widgets mis à jour avec succès" } \ No newline at end of file diff --git a/public/language/fr/admin/general/dashboard.json b/public/language/fr/admin/general/dashboard.json index b82802db1b..c7533f2931 100644 --- a/public/language/fr/admin/general/dashboard.json +++ b/public/language/fr/admin/general/dashboard.json @@ -1,55 +1,55 @@ { - "forum-traffic": "Forum Traffic", - "page-views": "Page Views", - "unique-visitors": "Unique Visitors", - "page-views-last-month": "Page views Last Month", - "page-views-this-month": "Page views This Month", - "page-views-last-day": "Page views in last 24 hours", + "forum-traffic": "Trafic du forum", + "page-views": "Pages vues", + "unique-visitors": "Visiteurs uniques", + "page-views-last-month": "Pages vues le mois dernier", + "page-views-this-month": "Pages vues ce mois-ci", + "page-views-last-day": "Pages vues ces dernières 24 heures", - "stats.day": "Day", - "stats.week": "Week", - "stats.month": "Month", - "stats.all": "All Time", + "stats.day": "Jour", + "stats.week": "Semaine", + "stats.month": "Mois", + "stats.all": "Toujours", - "updates": "Updates", - "running-version": "You are running NodeBB v%1.", - "keep-updated": "Always make sure that your NodeBB is up to date for the latest security patches and bug fixes.", - "up-to-date": "You are up-to-date
", + "updates": "Mises à jour", + "running-version": "NodeBB v%1 est actuellement installé.", + "keep-updated": "Assurez-vous que votre version de NodeBB est à jour des derniers patchs de sécurité et corrections de bugs.", + "up-to-date": "Votre version est à jour
", "upgrade-available": "A new version (v%1) has been released. Consider upgrading your NodeBB.
", "prerelease-upgrade-available": "This is an outdated pre-release version of NodeBB. A new version (v%1) has been released. Consider upgrading your NodeBB.
", "prerelease-warning": "This is a pre-release version of NodeBB. Unintended bugs may occur.
", - "notices": "Notices", + "notices": "Informations", - "control-panel": "System Control", - "reload": "Reload", - "restart": "Restart", + "control-panel": "Contrôle du système", + "reload": "Recharger", + "restart": "Redémarrer", "restart-warning": "Reloading or Restarting your NodeBB will drop all existing connections for a few seconds.", - "maintenance-mode": "Maintenance Mode", - "maintenance-mode-title": "Click here to set up maintenance mode for NodeBB", + "maintenance-mode": "Mode maintenance", + "maintenance-mode-title": "Cliquez ici pour passer NodeBB en mode maintenance", "realtime-chart-updates": "Realtime Chart Updates", "active-users": "Active Users", "active-users.users": "Users", "active-users.guests": "Guests", "active-users.total": "Total", - "active-users.connections": "Connections", + "active-users.connections": "Connexions", - "anonymous-registered-users": "Anonymous vs Registered Users", - "anonymous": "Anonymous", - "registered": "Registered", + "anonymous-registered-users": "Utilisateurs anonymes vs enregistrés", + "anonymous": "Anonymes", + "registered": "Enregistrés", - "user-presence": "User Presence", - "on-categories": "On categories list", - "reading-posts": "Reading posts", - "browsing-topics": "Browsing topics", - "recent": "Recent", - "unread": "Unread", + "user-presence": "Présence des utilisateurs", + "on-categories": "Sur la liste des catégories", + "reading-posts": "Lit des messages", + "browsing-topics": "Parcours les sujets", + "recent": "Récents", + "unread": "Non lus", - "high-presence-topics": "High Presence Topics", + "high-presence-topics": "Sujets populaires", - "graphs.page-views": "Page Views", - "graphs.unique-visitors": "Unique Visitors", - "graphs.registered-users": "Registered Users", - "graphs.anonymous-users": "Anonymous Users" + "graphs.page-views": "Pages vues", + "graphs.unique-visitors": "Visiteurs uniques", + "graphs.registered-users": "Utilisateurs enregistrés", + "graphs.anonymous-users": "Utilisateurs anonymes" } \ No newline at end of file diff --git a/public/language/fr/admin/general/homepage.json b/public/language/fr/admin/general/homepage.json index 4866b8baf6..1c27579655 100644 --- a/public/language/fr/admin/general/homepage.json +++ b/public/language/fr/admin/general/homepage.json @@ -1,7 +1,7 @@ { - "home-page": "Home Page", - "description": "Choose what page is shown when users navigate to the root URL of your forum.", - "home-page-route": "Home Page Route", - "custom-route": "Custom Route", - "allow-user-home-pages": "Allow User Home Pages" + "home-page": "Page d'accueil", + "description": "Choisissez la page affichée lorsque les utilisateurs naviguent à la racine de votre forum.", + "home-page-route": "Route de la page d'accueil", + "custom-route": "Route personnalisée", + "allow-user-home-pages": "Permettre aux utilisateurs de choisir une page d'accueil personnalisée" } \ No newline at end of file diff --git a/public/language/fr/admin/general/languages.json b/public/language/fr/admin/general/languages.json index da45cade2c..0dfa80733c 100644 --- a/public/language/fr/admin/general/languages.json +++ b/public/language/fr/admin/general/languages.json @@ -1,5 +1,5 @@ { - "language-settings": "Language Settings", - "description": "The default language determines the language settings for all users who are visiting your forum.NodeBB could not reach the package manager, an upgrade is not suggested at this time.
", "alert.incompatible": "Your version of NodeBB (v%1) is only cleared to upgrade to v%2 of this plugin. Please update your NodeBB if you wish to install a newer version of this plugin.
", "alert.possibly-incompatible": "No Compatibility Information Found
This plugin did not specify a specific version for installation given your NodeBB version. Full compatibility cannot be guaranteed, and may cause your NodeBB to no longer start properly.
In the event that NodeBB cannot boot properly:
$ ./nodebb reset plugin=\"%1\"Continue installation of latest version of this plugin?
" -} \ No newline at end of file +} diff --git a/public/language/gl/admin/manage/categories.json b/public/language/gl/admin/manage/categories.json index 8bd5d5bfcf..7e2a5ce12e 100644 --- a/public/language/gl/admin/manage/categories.json +++ b/public/language/gl/admin/manage/categories.json @@ -59,7 +59,7 @@ "alert.copy-success": "Settings Copied!", "alert.set-parent-category": "Set Parent Category", "alert.updated": "Updated Categories", - "alert.updated-success": "Category IDs %1 was successfully updated.", + "alert.updated-success": "Category IDs %1 successfully updated.", "alert.upload-image": "Upload category image", "alert.find-user": "Find a User", "alert.user-search": "Search for a user here...", diff --git a/public/language/gl/admin/menu.json b/public/language/gl/admin/menu.json index 7a5327f643..6a4995ea6e 100644 --- a/public/language/gl/admin/menu.json +++ b/public/language/gl/admin/menu.json @@ -39,7 +39,7 @@ "section-appearance": "Appearance", "appearance/themes": "Themes", "appearance/skins": "Skins", - "appearance/customise": "Custom HTML & CSS", + "appearance/customise": "Custom HTML & CSS", "section-extend": "Extend", "extend/plugins": "Plugins", diff --git a/public/language/gl/admin/settings/post.json b/public/language/gl/admin/settings/post.json index f8aae19628..f293e554d9 100644 --- a/public/language/gl/admin/settings/post.json +++ b/public/language/gl/admin/settings/post.json @@ -2,7 +2,7 @@ "sorting": "Post Sorting", "sorting.post-default": "Default Post Sorting", "sorting.oldest-to-newest": "Oldest to Newest", - "sorting.newest-to-oldest": ">Newest to Oldest", + "sorting.newest-to-oldest": "Newest to Oldest", "sorting.most-votes": "Most Votes", "sorting.topic-default": "Default Topic Sorting", "restrictions": "Posting Restrictions", diff --git a/public/language/gl/global.json b/public/language/gl/global.json index 1efd67853e..58f0d18694 100644 --- a/public/language/gl/global.json +++ b/public/language/gl/global.json @@ -102,5 +102,6 @@ "play": "Reproducir", "cookies.message": "Esta web emprega cookies para asegurar que recibes unha mellor experiencia de navegación.", "cookies.accept": "De Acordo!", - "cookies.learn_more": "Saber máis" + "cookies.learn_more": "Saber máis", + "edited": "Edited" } \ No newline at end of file diff --git a/public/language/gl/groups.json b/public/language/gl/groups.json index 804f790fd2..b629b9ba03 100644 --- a/public/language/gl/groups.json +++ b/public/language/gl/groups.json @@ -52,5 +52,6 @@ "new-group.group_name": "Nome do grupo:", "upload-group-cover": "Cargar foto para o grupo", "bulk-invite-instructions": "Escribe unha lista de nomes de usuario a convidar a este grupo separados por comas", - "bulk-invite": "Convite múltiple" + "bulk-invite": "Convite múltiple", + "remove_group_cover_confirm": "Are you sure you want to remove the cover picture?" } \ No newline at end of file diff --git a/public/language/gl/language.json b/public/language/gl/language.json index 45618ca29e..0492c19a82 100644 --- a/public/language/gl/language.json +++ b/public/language/gl/language.json @@ -1,5 +1,5 @@ { "name": "Galician", - "code": "gl", + "code": "en-GB", "dir": "ltr" } \ No newline at end of file diff --git a/public/language/gl/modules.json b/public/language/gl/modules.json index 43a9b5f0ad..0a9c2cca4f 100644 --- a/public/language/gl/modules.json +++ b/public/language/gl/modules.json @@ -13,6 +13,7 @@ "chat.contacts": "Contactos", "chat.message-history": "Historial de mensaxes", "chat.pop-out": "Marchar do chat", + "chat.minimize": "Minimize", "chat.maximize": "Agrandar", "chat.seven_days": "7 Días", "chat.thirty_days": "30 Días", diff --git a/public/language/gl/search.json b/public/language/gl/search.json index ee942c3702..1e408dfe96 100644 --- a/public/language/gl/search.json +++ b/public/language/gl/search.json @@ -8,6 +8,7 @@ "posted-by": "Publicado por", "in-categories": "En categorías", "search-child-categories": "Buscar categorías fillas", + "has-tags": "Has tags", "reply-count": "Número de Respostas", "at-least": "Como mínimo", "at-most": "Como máximo", diff --git a/public/language/gl/user.json b/public/language/gl/user.json index 8f2017b185..651bea02f5 100644 --- a/public/language/gl/user.json +++ b/public/language/gl/user.json @@ -63,6 +63,7 @@ "upload_a_picture": "Subir unha foto", "remove_uploaded_picture": "Borrar unha foto subida", "upload_cover_picture": "Subir imaxen de portada", + "remove_cover_picture_confirm": "Are you sure you want to remove the cover picture?", "settings": "Opcións", "show_email": "Amosa-lo meu Email", "show_fullname": "Amosa-lo meu Nome Completo", diff --git a/public/language/he/admin/admin.json b/public/language/he/admin/admin.json index 9c01f56006..fe4b302c37 100644 --- a/public/language/he/admin/admin.json +++ b/public/language/he/admin/admin.json @@ -3,5 +3,5 @@ "alert.confirm-restart": "Are you sure you wish to restart NodeBB?", "acp-title": "%1 | NodeBB Admin Control Panel", - "settings-header-contents": "Contents" + "settings-header-contents": "תוכן" } \ No newline at end of file diff --git a/public/language/he/admin/advanced/cache.json b/public/language/he/admin/advanced/cache.json index 5a954f1232..89a09fe5d8 100644 --- a/public/language/he/admin/advanced/cache.json +++ b/public/language/he/admin/advanced/cache.json @@ -6,6 +6,6 @@ "percent-full": "%1% Full", "post-cache-size": "Post Cache Size", "items-in-cache": "Items in Cache", - "control-panel": "Control Panel", + "control-panel": "לוח הבקרה", "update-settings": "Update Cache Settings" } \ No newline at end of file diff --git a/public/language/he/admin/appearance/skins.json b/public/language/he/admin/appearance/skins.json index 4db6fbdd8a..06876bcbf3 100644 --- a/public/language/he/admin/appearance/skins.json +++ b/public/language/he/admin/appearance/skins.json @@ -1,6 +1,6 @@ { "loading": "Loading Skins...", - "homepage": "Homepage", + "homepage": "דף הבית", "select-skin": "Select Skin", "current-skin": "Current Skin", "skin-updated": "Skin Updated", diff --git a/public/language/he/admin/extend/plugins.json b/public/language/he/admin/extend/plugins.json index 8f382a290d..1661a987b7 100644 --- a/public/language/he/admin/extend/plugins.json +++ b/public/language/he/admin/extend/plugins.json @@ -20,6 +20,7 @@ "plugin-item.themes": "Themes", "plugin-item.deactivate": "Deactivate", "plugin-item.activate": "Activate", + "plugin-item.install": "Install", "plugin-item.uninstall": "Uninstall", "plugin-item.settings": "Settings", "plugin-item.installed": "Installed", @@ -43,4 +44,4 @@ "alert.package-manager-unreachable": "NodeBB could not reach the package manager, an upgrade is not suggested at this time.
", "alert.incompatible": "Your version of NodeBB (v%1) is only cleared to upgrade to v%2 of this plugin. Please update your NodeBB if you wish to install a newer version of this plugin.
", "alert.possibly-incompatible": "No Compatibility Information Found
This plugin did not specify a specific version for installation given your NodeBB version. Full compatibility cannot be guaranteed, and may cause your NodeBB to no longer start properly.
In the event that NodeBB cannot boot properly:
$ ./nodebb reset plugin=\"%1\"Continue installation of latest version of this plugin?
" -} \ No newline at end of file +} diff --git a/public/language/he/admin/extend/rewards.json b/public/language/he/admin/extend/rewards.json index 5383a90b33..4c89dc8fde 100644 --- a/public/language/he/admin/extend/rewards.json +++ b/public/language/he/admin/extend/rewards.json @@ -5,7 +5,7 @@ "condition-then": "Then:", "max-claims": "Amount of times reward is claimable", "zero-infinite": "Enter 0 for infinite", - "delete": "Delete", + "delete": "מחק", "enable": "Enable", "disable": "Disable", "control-panel": "Rewards Control", diff --git a/public/language/he/admin/general/dashboard.json b/public/language/he/admin/general/dashboard.json index b82802db1b..5be33f9db1 100644 --- a/public/language/he/admin/general/dashboard.json +++ b/public/language/he/admin/general/dashboard.json @@ -6,9 +6,9 @@ "page-views-this-month": "Page views This Month", "page-views-last-day": "Page views in last 24 hours", - "stats.day": "Day", - "stats.week": "Week", - "stats.month": "Month", + "stats.day": "יום", + "stats.week": "שבוע", + "stats.month": "חודש", "stats.all": "All Time", "updates": "Updates", @@ -22,7 +22,7 @@ "notices": "Notices", "control-panel": "System Control", - "reload": "Reload", + "reload": "רענן", "restart": "Restart", "restart-warning": "Reloading or Restarting your NodeBB will drop all existing connections for a few seconds.", "maintenance-mode": "Maintenance Mode", @@ -30,8 +30,8 @@ "realtime-chart-updates": "Realtime Chart Updates", "active-users": "Active Users", - "active-users.users": "Users", - "active-users.guests": "Guests", + "active-users.users": "משתמשים", + "active-users.guests": "אורחים", "active-users.total": "Total", "active-users.connections": "Connections", diff --git a/public/language/he/admin/manage/categories.json b/public/language/he/admin/manage/categories.json index 8bd5d5bfcf..7e2a5ce12e 100644 --- a/public/language/he/admin/manage/categories.json +++ b/public/language/he/admin/manage/categories.json @@ -59,7 +59,7 @@ "alert.copy-success": "Settings Copied!", "alert.set-parent-category": "Set Parent Category", "alert.updated": "Updated Categories", - "alert.updated-success": "Category IDs %1 was successfully updated.", + "alert.updated-success": "Category IDs %1 successfully updated.", "alert.upload-image": "Upload category image", "alert.find-user": "Find a User", "alert.user-search": "Search for a user here...", diff --git a/public/language/he/admin/menu.json b/public/language/he/admin/menu.json index 7a5327f643..6a4995ea6e 100644 --- a/public/language/he/admin/menu.json +++ b/public/language/he/admin/menu.json @@ -39,7 +39,7 @@ "section-appearance": "Appearance", "appearance/themes": "Themes", "appearance/skins": "Skins", - "appearance/customise": "Custom HTML & CSS", + "appearance/customise": "Custom HTML & CSS", "section-extend": "Extend", "extend/plugins": "Plugins", diff --git a/public/language/he/admin/settings/general.json b/public/language/he/admin/settings/general.json index c26740ee4f..45a496bd80 100644 --- a/public/language/he/admin/settings/general.json +++ b/public/language/he/admin/settings/general.json @@ -12,7 +12,7 @@ "keywords": "Site Keywords", "keywords-placeholder": "Keywords describing your community, comma-separated", "logo": "Site Logo", - "logo.image": "Image", + "logo.image": "תמונה", "logo.image-placeholder": "Path to a logo to display on forum header", "logo.upload": "Upload", "logo.url": "URL", diff --git a/public/language/he/admin/settings/post.json b/public/language/he/admin/settings/post.json index f8aae19628..f293e554d9 100644 --- a/public/language/he/admin/settings/post.json +++ b/public/language/he/admin/settings/post.json @@ -2,7 +2,7 @@ "sorting": "Post Sorting", "sorting.post-default": "Default Post Sorting", "sorting.oldest-to-newest": "Oldest to Newest", - "sorting.newest-to-oldest": ">Newest to Oldest", + "sorting.newest-to-oldest": "Newest to Oldest", "sorting.most-votes": "Most Votes", "sorting.topic-default": "Default Topic Sorting", "restrictions": "Posting Restrictions", diff --git a/public/language/he/global.json b/public/language/he/global.json index fd5394a4b5..17d0b9023c 100644 --- a/public/language/he/global.json +++ b/public/language/he/global.json @@ -102,5 +102,6 @@ "play": "Play", "cookies.message": "This website uses cookies to ensure you get the best experience on our website.", "cookies.accept": "Got it!", - "cookies.learn_more": "Learn More" + "cookies.learn_more": "Learn More", + "edited": "Edited" } \ No newline at end of file diff --git a/public/language/he/groups.json b/public/language/he/groups.json index 4e505a826e..9c16f089e3 100644 --- a/public/language/he/groups.json +++ b/public/language/he/groups.json @@ -52,5 +52,6 @@ "new-group.group_name": "שם קבוצה", "upload-group-cover": "העלה תמונת נושא לקבוצה", "bulk-invite-instructions": "Enter a list of comma separated usernames to invite to this group", - "bulk-invite": "Bulk Invite" + "bulk-invite": "Bulk Invite", + "remove_group_cover_confirm": "Are you sure you want to remove the cover picture?" } \ No newline at end of file diff --git a/public/language/he/language.json b/public/language/he/language.json index 2c12710abf..c28b1c507e 100644 --- a/public/language/he/language.json +++ b/public/language/he/language.json @@ -1,5 +1,5 @@ { "name": "עברית (ישראל)", - "code": "he", + "code": "en-GB", "dir": "rtl" } \ No newline at end of file diff --git a/public/language/he/modules.json b/public/language/he/modules.json index f4021b4b50..87f4a45685 100644 --- a/public/language/he/modules.json +++ b/public/language/he/modules.json @@ -13,6 +13,7 @@ "chat.contacts": "אנשי קשר", "chat.message-history": "היסטוריית הודעות", "chat.pop-out": "הוצא את חלון הצ'אט", + "chat.minimize": "Minimize", "chat.maximize": "הרחב", "chat.seven_days": "7 ימים", "chat.thirty_days": "30 ימים", diff --git a/public/language/he/search.json b/public/language/he/search.json index 48553e3d68..1e1a408b86 100644 --- a/public/language/he/search.json +++ b/public/language/he/search.json @@ -8,6 +8,7 @@ "posted-by": "פורסם על-ידי", "in-categories": "בקטגוריות", "search-child-categories": "חפש בתת קטגוריות", + "has-tags": "Has tags", "reply-count": "כמות תגובות", "at-least": "לפחות", "at-most": "לכל היותר", diff --git a/public/language/he/unread.json b/public/language/he/unread.json index 51923d7147..75fd54d9bd 100644 --- a/public/language/he/unread.json +++ b/public/language/he/unread.json @@ -7,7 +7,7 @@ "all": "הכל", "all_categories": "כל הקטגוריות", "topics_marked_as_read.success": "נושאים שמסומנים כנקרא!", - "all-topics": "All Topics", - "new-topics": "New Topics", + "all-topics": "כל הנושאים", + "new-topics": "נושאים חדשים", "watched-topics": "Watched Topics" } \ No newline at end of file diff --git a/public/language/he/user.json b/public/language/he/user.json index 40e3ce5bb8..7528b0465f 100644 --- a/public/language/he/user.json +++ b/public/language/he/user.json @@ -6,7 +6,7 @@ "postcount": "כמות פוסטים", "email": "כתובת אימייל", "confirm_email": "אשר מייל", - "account_info": "Account Info", + "account_info": "פרטי חשבון", "ban_account": "הרחק חשבון", "ban_account_confirm": "אתה בטוח שברצונך להרחיק את המשתמש הזה?", "unban_account": "בטל את הרחקת החשבון", @@ -23,7 +23,7 @@ "profile": "פרופיל", "profile_views": "צפיות בפרופיל", "reputation": "מוניטין", - "bookmarks": "Bookmarks", + "bookmarks": "מועדפים", "watched": "נצפה", "followers": "עוקבים", "following": "עוקב אחרי", @@ -63,6 +63,7 @@ "upload_a_picture": "העלה תמונה", "remove_uploaded_picture": "מחק את התמונה שהועלתה", "upload_cover_picture": "העלה תמונת נושא", + "remove_cover_picture_confirm": "Are you sure you want to remove the cover picture?", "settings": "הגדרות", "show_email": "פרסם את כתובת האימייל שלי", "show_fullname": "הצג את שמי המלא", @@ -121,7 +122,7 @@ "info.no-ban-history": "This user has never been banned", "info.banned-until": "Banned until %1", "info.banned-permanently": "Banned permanently", - "info.banned-reason-label": "Reason", + "info.banned-reason-label": "סיבה", "info.banned-no-reason": "No reason given.", "info.username-history": "Username History", "info.email-history": "Email History", diff --git a/public/language/hu/admin/extend/plugins.json b/public/language/hu/admin/extend/plugins.json index 8f382a290d..1661a987b7 100644 --- a/public/language/hu/admin/extend/plugins.json +++ b/public/language/hu/admin/extend/plugins.json @@ -20,6 +20,7 @@ "plugin-item.themes": "Themes", "plugin-item.deactivate": "Deactivate", "plugin-item.activate": "Activate", + "plugin-item.install": "Install", "plugin-item.uninstall": "Uninstall", "plugin-item.settings": "Settings", "plugin-item.installed": "Installed", @@ -43,4 +44,4 @@ "alert.package-manager-unreachable": "NodeBB could not reach the package manager, an upgrade is not suggested at this time.
", "alert.incompatible": "Your version of NodeBB (v%1) is only cleared to upgrade to v%2 of this plugin. Please update your NodeBB if you wish to install a newer version of this plugin.
", "alert.possibly-incompatible": "No Compatibility Information Found
This plugin did not specify a specific version for installation given your NodeBB version. Full compatibility cannot be guaranteed, and may cause your NodeBB to no longer start properly.
In the event that NodeBB cannot boot properly:
$ ./nodebb reset plugin=\"%1\"Continue installation of latest version of this plugin?
" -} \ No newline at end of file +} diff --git a/public/language/hu/admin/manage/categories.json b/public/language/hu/admin/manage/categories.json index 8bd5d5bfcf..7e2a5ce12e 100644 --- a/public/language/hu/admin/manage/categories.json +++ b/public/language/hu/admin/manage/categories.json @@ -59,7 +59,7 @@ "alert.copy-success": "Settings Copied!", "alert.set-parent-category": "Set Parent Category", "alert.updated": "Updated Categories", - "alert.updated-success": "Category IDs %1 was successfully updated.", + "alert.updated-success": "Category IDs %1 successfully updated.", "alert.upload-image": "Upload category image", "alert.find-user": "Find a User", "alert.user-search": "Search for a user here...", diff --git a/public/language/hu/admin/menu.json b/public/language/hu/admin/menu.json index 7a5327f643..6a4995ea6e 100644 --- a/public/language/hu/admin/menu.json +++ b/public/language/hu/admin/menu.json @@ -39,7 +39,7 @@ "section-appearance": "Appearance", "appearance/themes": "Themes", "appearance/skins": "Skins", - "appearance/customise": "Custom HTML & CSS", + "appearance/customise": "Custom HTML & CSS", "section-extend": "Extend", "extend/plugins": "Plugins", diff --git a/public/language/hu/admin/settings/group.json b/public/language/hu/admin/settings/group.json index 1ae88c9cf5..5648ecdb37 100644 --- a/public/language/hu/admin/settings/group.json +++ b/public/language/hu/admin/settings/group.json @@ -1,5 +1,5 @@ { - "general": "General", + "general": "Általános", "private-groups": "Private Groups", "private-groups.help": "If enabled, joining of groups requires the approval of the group owner (Default: enabled)", "private-groups.warning": "Beware! If this option is disabled and you have private groups, they automatically become public.", diff --git a/public/language/hu/admin/settings/post.json b/public/language/hu/admin/settings/post.json index f8aae19628..f293e554d9 100644 --- a/public/language/hu/admin/settings/post.json +++ b/public/language/hu/admin/settings/post.json @@ -2,7 +2,7 @@ "sorting": "Post Sorting", "sorting.post-default": "Default Post Sorting", "sorting.oldest-to-newest": "Oldest to Newest", - "sorting.newest-to-oldest": ">Newest to Oldest", + "sorting.newest-to-oldest": "Newest to Oldest", "sorting.most-votes": "Most Votes", "sorting.topic-default": "Default Topic Sorting", "restrictions": "Posting Restrictions", diff --git a/public/language/hu/global.json b/public/language/hu/global.json index 40d584921d..ea60f7dd9b 100644 --- a/public/language/hu/global.json +++ b/public/language/hu/global.json @@ -102,5 +102,6 @@ "play": "Lejátszás", "cookies.message": "A weboldal sütiket használ, a legjobb weboldalas élmény érdekében.", "cookies.accept": "Értem!", - "cookies.learn_more": "Tudnivalók" + "cookies.learn_more": "Tudnivalók", + "edited": "Edited" } \ No newline at end of file diff --git a/public/language/hu/groups.json b/public/language/hu/groups.json index 126da978ba..7c7034cddb 100644 --- a/public/language/hu/groups.json +++ b/public/language/hu/groups.json @@ -52,5 +52,6 @@ "new-group.group_name": "Csoport neve:", "upload-group-cover": "Csoport címlapkép feltöltése", "bulk-invite-instructions": "Enter a list of comma separated usernames to invite to this group", - "bulk-invite": "Bulk Invite" + "bulk-invite": "Bulk Invite", + "remove_group_cover_confirm": "Are you sure you want to remove the cover picture?" } \ No newline at end of file diff --git a/public/language/hu/language.json b/public/language/hu/language.json index 486b16d227..834eaaf391 100644 --- a/public/language/hu/language.json +++ b/public/language/hu/language.json @@ -1,5 +1,5 @@ { "name": "Magyar (Hungarian)", - "code": "hu_HU", + "code": "hu-HU", "dir": "ltr" } \ No newline at end of file diff --git a/public/language/hu/modules.json b/public/language/hu/modules.json index dc2d31fdfd..15a176a383 100644 --- a/public/language/hu/modules.json +++ b/public/language/hu/modules.json @@ -13,6 +13,7 @@ "chat.contacts": "Kapcsolatok", "chat.message-history": "Üzenet előzmények", "chat.pop-out": "Felugró chat", + "chat.minimize": "Minimize", "chat.maximize": "Maximalizálás", "chat.seven_days": "7 nap", "chat.thirty_days": "30 nap", diff --git a/public/language/hu/pages.json b/public/language/hu/pages.json index 4a42f99d62..8a5faaf35d 100644 --- a/public/language/hu/pages.json +++ b/public/language/hu/pages.json @@ -4,15 +4,15 @@ "popular-day": "Mai népszerű témakörök", "popular-week": "Heti népszerű témakörök", "popular-month": "Havi népszerű témakörök", - "popular-alltime": "All time popular topics", - "recent": "Friss Topikok", - "flagged-posts": "Flagged Posts", + "popular-alltime": "Mindenkori legnépszerűbb témakörök", + "recent": "Legfrissebb témakörök", + "flagged-posts": "Megjelölt Üzenetek", "ip-blacklist": "IP Blacklist", - "users/online": "Online Users", + "users/online": "Aktiv Felhasználok", "users/latest": "Latest Users", "users/sort-posts": "Users with the most posts", "users/sort-reputation": "Users with the most reputation", - "users/banned": "Banned Users", + "users/banned": "Tiltott Felhasználok", "users/most-flags": "Most flagged users", "users/search": "User Search", "notifications": "Értesítések", @@ -44,7 +44,7 @@ "account/downvoted": "Posts downvoted by %1", "account/best": "Best posts made by %1", "confirm": "E-mail megerősítve", - "maintenance.text": "%1 jelenleg karbantartás alatt van. Kérlek nézz vissza késöbb!", + "maintenance.text": "%1 jelenleg karbantartás alatt van. Kérlek, nézz vissza később!", "maintenance.messageIntro": "Ezenkívúl, az adminisztrátor ezt az üzenetet hagyta:", "throttled.text": "%1 is currently unavailable due to excessive load. Please come back another time." } \ No newline at end of file diff --git a/public/language/hu/search.json b/public/language/hu/search.json index 5309e9ec32..d0f8e04e06 100644 --- a/public/language/hu/search.json +++ b/public/language/hu/search.json @@ -1,17 +1,18 @@ { "results_matching": "%1 eredmény(ek) erre \"%2\" (%3 másodperc alatt)", - "no-matches": "No matches found", - "advanced-search": "Bővített keresés", - "in": "In", + "no-matches": "Nem található egyezés", + "advanced-search": "Részletes keresés", + "in": "Itt:", "titles": "Címek", - "titles-posts": "Címek és Bejegyzések", + "titles-posts": "Címek és bejegyzések", "posted-by": "Szerző", "in-categories": "Kategória", "search-child-categories": "Keresés az alkategóriák közt", + "has-tags": "Has tags", "reply-count": "Válaszok száma", - "at-least": "At least", - "at-most": "At most", - "post-time": "Post time", + "at-least": "Legalább", + "at-most": "Legfeljebb", + "post-time": "Hozzászólás ideje", "newer-than": "Newer than", "older-than": "Older than", "any-date": "Any date", @@ -22,19 +23,19 @@ "three-months": "Three months", "six-months": "Six months", "one-year": "One year", - "sort-by": "Sort by", + "sort-by": "Rendezés", "last-reply-time": "Last reply time", "topic-title": "Topic title", "number-of-replies": "Number of replies", "number-of-views": "Number of views", "topic-start-date": "Topic start date", - "username": "Username", - "category": "Category", - "descending": "In descending order", - "ascending": "In ascending order", - "save-preferences": "Save preferences", - "clear-preferences": "Clear preferences", - "search-preferences-saved": "Search preferences saved", - "search-preferences-cleared": "Search preferences cleared", + "username": "Felhasználónév", + "category": "Kategória", + "descending": "Csökkenő sorrendben", + "ascending": "Növekvő sorrendben", + "save-preferences": "Beállítások mentése", + "clear-preferences": "Beállítások törlése", + "search-preferences-saved": "Keresési beállítások mentve", + "search-preferences-cleared": "Keresési beállítások törölve", "show-results-as": "Show results as" } \ No newline at end of file diff --git a/public/language/hu/user.json b/public/language/hu/user.json index f8edd1f335..808dbc70e1 100644 --- a/public/language/hu/user.json +++ b/public/language/hu/user.json @@ -63,6 +63,7 @@ "upload_a_picture": "Egy kép feltöltése", "remove_uploaded_picture": "Feltöltött kép eltávolítása", "upload_cover_picture": "Címlap kép feltöltése", + "remove_cover_picture_confirm": "Are you sure you want to remove the cover picture?", "settings": "Beállítások", "show_email": "E-mail címem mutatása", "show_fullname": "A teljes nevem mutatása", diff --git a/public/language/id/admin/extend/plugins.json b/public/language/id/admin/extend/plugins.json index 8f382a290d..1661a987b7 100644 --- a/public/language/id/admin/extend/plugins.json +++ b/public/language/id/admin/extend/plugins.json @@ -20,6 +20,7 @@ "plugin-item.themes": "Themes", "plugin-item.deactivate": "Deactivate", "plugin-item.activate": "Activate", + "plugin-item.install": "Install", "plugin-item.uninstall": "Uninstall", "plugin-item.settings": "Settings", "plugin-item.installed": "Installed", @@ -43,4 +44,4 @@ "alert.package-manager-unreachable": "NodeBB could not reach the package manager, an upgrade is not suggested at this time.
", "alert.incompatible": "Your version of NodeBB (v%1) is only cleared to upgrade to v%2 of this plugin. Please update your NodeBB if you wish to install a newer version of this plugin.
", "alert.possibly-incompatible": "No Compatibility Information Found
This plugin did not specify a specific version for installation given your NodeBB version. Full compatibility cannot be guaranteed, and may cause your NodeBB to no longer start properly.
In the event that NodeBB cannot boot properly:
$ ./nodebb reset plugin=\"%1\"Continue installation of latest version of this plugin?
" -} \ No newline at end of file +} diff --git a/public/language/id/admin/manage/categories.json b/public/language/id/admin/manage/categories.json index 8bd5d5bfcf..7e2a5ce12e 100644 --- a/public/language/id/admin/manage/categories.json +++ b/public/language/id/admin/manage/categories.json @@ -59,7 +59,7 @@ "alert.copy-success": "Settings Copied!", "alert.set-parent-category": "Set Parent Category", "alert.updated": "Updated Categories", - "alert.updated-success": "Category IDs %1 was successfully updated.", + "alert.updated-success": "Category IDs %1 successfully updated.", "alert.upload-image": "Upload category image", "alert.find-user": "Find a User", "alert.user-search": "Search for a user here...", diff --git a/public/language/id/admin/menu.json b/public/language/id/admin/menu.json index 7a5327f643..6a4995ea6e 100644 --- a/public/language/id/admin/menu.json +++ b/public/language/id/admin/menu.json @@ -39,7 +39,7 @@ "section-appearance": "Appearance", "appearance/themes": "Themes", "appearance/skins": "Skins", - "appearance/customise": "Custom HTML & CSS", + "appearance/customise": "Custom HTML & CSS", "section-extend": "Extend", "extend/plugins": "Plugins", diff --git a/public/language/id/admin/settings/post.json b/public/language/id/admin/settings/post.json index f8aae19628..f293e554d9 100644 --- a/public/language/id/admin/settings/post.json +++ b/public/language/id/admin/settings/post.json @@ -2,7 +2,7 @@ "sorting": "Post Sorting", "sorting.post-default": "Default Post Sorting", "sorting.oldest-to-newest": "Oldest to Newest", - "sorting.newest-to-oldest": ">Newest to Oldest", + "sorting.newest-to-oldest": "Newest to Oldest", "sorting.most-votes": "Most Votes", "sorting.topic-default": "Default Topic Sorting", "restrictions": "Posting Restrictions", diff --git a/public/language/id/global.json b/public/language/id/global.json index f7aebfc6ce..a2169ab30c 100644 --- a/public/language/id/global.json +++ b/public/language/id/global.json @@ -102,5 +102,6 @@ "play": "Play", "cookies.message": "This website uses cookies to ensure you get the best experience on our website.", "cookies.accept": "Got it!", - "cookies.learn_more": "Learn More" + "cookies.learn_more": "Learn More", + "edited": "Edited" } \ No newline at end of file diff --git a/public/language/id/groups.json b/public/language/id/groups.json index 255c6caef0..0bbcc3ba64 100644 --- a/public/language/id/groups.json +++ b/public/language/id/groups.json @@ -52,5 +52,6 @@ "new-group.group_name": "Group Name:", "upload-group-cover": "Upload group cover", "bulk-invite-instructions": "Enter a list of comma separated usernames to invite to this group", - "bulk-invite": "Bulk Invite" + "bulk-invite": "Bulk Invite", + "remove_group_cover_confirm": "Are you sure you want to remove the cover picture?" } \ No newline at end of file diff --git a/public/language/id/language.json b/public/language/id/language.json index 1bcec669d0..75c4fd62ef 100644 --- a/public/language/id/language.json +++ b/public/language/id/language.json @@ -1,5 +1,5 @@ { "name": "Bahasa Indonesia", - "code": "id", + "code": "en-GB", "dir": "ltr" } \ No newline at end of file diff --git a/public/language/id/modules.json b/public/language/id/modules.json index d74d654306..681551cb0b 100644 --- a/public/language/id/modules.json +++ b/public/language/id/modules.json @@ -13,6 +13,7 @@ "chat.contacts": "Kontak", "chat.message-history": "Riwayat Pesan", "chat.pop-out": "Munculkan pesan", + "chat.minimize": "Minimize", "chat.maximize": "Maksimalkan", "chat.seven_days": "7 Hari", "chat.thirty_days": "30 Hari", diff --git a/public/language/id/search.json b/public/language/id/search.json index 932ee32e93..fd06095e01 100644 --- a/public/language/id/search.json +++ b/public/language/id/search.json @@ -8,6 +8,7 @@ "posted-by": "Diposting oleh", "in-categories": "Dalam Kategori", "search-child-categories": "Search child categories", + "has-tags": "Has tags", "reply-count": "Reply Count", "at-least": "At least", "at-most": "At most", diff --git a/public/language/id/user.json b/public/language/id/user.json index 48f835b5dc..1334b53d8f 100644 --- a/public/language/id/user.json +++ b/public/language/id/user.json @@ -63,6 +63,7 @@ "upload_a_picture": "Unggah sebuah gambar/foto", "remove_uploaded_picture": "Remove Uploaded Picture", "upload_cover_picture": "Upload cover picture", + "remove_cover_picture_confirm": "Are you sure you want to remove the cover picture?", "settings": "Pengaturan", "show_email": "Tampilkan Email Saya", "show_fullname": "Tampilkan Nama Lengkap Saya", diff --git a/public/language/it/admin/extend/plugins.json b/public/language/it/admin/extend/plugins.json index 8f382a290d..1661a987b7 100644 --- a/public/language/it/admin/extend/plugins.json +++ b/public/language/it/admin/extend/plugins.json @@ -20,6 +20,7 @@ "plugin-item.themes": "Themes", "plugin-item.deactivate": "Deactivate", "plugin-item.activate": "Activate", + "plugin-item.install": "Install", "plugin-item.uninstall": "Uninstall", "plugin-item.settings": "Settings", "plugin-item.installed": "Installed", @@ -43,4 +44,4 @@ "alert.package-manager-unreachable": "NodeBB could not reach the package manager, an upgrade is not suggested at this time.
", "alert.incompatible": "Your version of NodeBB (v%1) is only cleared to upgrade to v%2 of this plugin. Please update your NodeBB if you wish to install a newer version of this plugin.
", "alert.possibly-incompatible": "No Compatibility Information Found
This plugin did not specify a specific version for installation given your NodeBB version. Full compatibility cannot be guaranteed, and may cause your NodeBB to no longer start properly.
In the event that NodeBB cannot boot properly:
$ ./nodebb reset plugin=\"%1\"Continue installation of latest version of this plugin?
" -} \ No newline at end of file +} diff --git a/public/language/it/admin/manage/categories.json b/public/language/it/admin/manage/categories.json index 8bd5d5bfcf..7e2a5ce12e 100644 --- a/public/language/it/admin/manage/categories.json +++ b/public/language/it/admin/manage/categories.json @@ -59,7 +59,7 @@ "alert.copy-success": "Settings Copied!", "alert.set-parent-category": "Set Parent Category", "alert.updated": "Updated Categories", - "alert.updated-success": "Category IDs %1 was successfully updated.", + "alert.updated-success": "Category IDs %1 successfully updated.", "alert.upload-image": "Upload category image", "alert.find-user": "Find a User", "alert.user-search": "Search for a user here...", diff --git a/public/language/it/admin/menu.json b/public/language/it/admin/menu.json index 7a5327f643..6a4995ea6e 100644 --- a/public/language/it/admin/menu.json +++ b/public/language/it/admin/menu.json @@ -39,7 +39,7 @@ "section-appearance": "Appearance", "appearance/themes": "Themes", "appearance/skins": "Skins", - "appearance/customise": "Custom HTML & CSS", + "appearance/customise": "Custom HTML & CSS", "section-extend": "Extend", "extend/plugins": "Plugins", diff --git a/public/language/it/admin/settings/post.json b/public/language/it/admin/settings/post.json index f8aae19628..f293e554d9 100644 --- a/public/language/it/admin/settings/post.json +++ b/public/language/it/admin/settings/post.json @@ -2,7 +2,7 @@ "sorting": "Post Sorting", "sorting.post-default": "Default Post Sorting", "sorting.oldest-to-newest": "Oldest to Newest", - "sorting.newest-to-oldest": ">Newest to Oldest", + "sorting.newest-to-oldest": "Newest to Oldest", "sorting.most-votes": "Most Votes", "sorting.topic-default": "Default Topic Sorting", "restrictions": "Posting Restrictions", diff --git a/public/language/it/global.json b/public/language/it/global.json index 8a03509e4a..d4ab2d8755 100644 --- a/public/language/it/global.json +++ b/public/language/it/global.json @@ -102,5 +102,6 @@ "play": "Play", "cookies.message": "This website uses cookies to ensure you get the best experience on our website.", "cookies.accept": "Got it!", - "cookies.learn_more": "Learn More" + "cookies.learn_more": "Learn More", + "edited": "Edited" } \ No newline at end of file diff --git a/public/language/it/groups.json b/public/language/it/groups.json index e79ff1c869..d07c3e09a4 100644 --- a/public/language/it/groups.json +++ b/public/language/it/groups.json @@ -52,5 +52,6 @@ "new-group.group_name": "Nome Gruppo:", "upload-group-cover": "Carica copertina del gruppo", "bulk-invite-instructions": "Enter a list of comma separated usernames to invite to this group", - "bulk-invite": "Bulk Invite" + "bulk-invite": "Bulk Invite", + "remove_group_cover_confirm": "Are you sure you want to remove the cover picture?" } \ No newline at end of file diff --git a/public/language/it/language.json b/public/language/it/language.json index 76bc29d1e3..0c079a16a9 100644 --- a/public/language/it/language.json +++ b/public/language/it/language.json @@ -1,5 +1,5 @@ { "name": "Italiano", - "code": "it", + "code": "en-GB", "dir": "ltr" } \ No newline at end of file diff --git a/public/language/it/modules.json b/public/language/it/modules.json index 702850ba28..3bf32b4970 100644 --- a/public/language/it/modules.json +++ b/public/language/it/modules.json @@ -13,6 +13,7 @@ "chat.contacts": "Contatti", "chat.message-history": "Cronologia Messaggi", "chat.pop-out": "Chat in finestra", + "chat.minimize": "Minimize", "chat.maximize": "Ingrandisci", "chat.seven_days": "7 Giorni", "chat.thirty_days": "30 Giorni", diff --git a/public/language/it/search.json b/public/language/it/search.json index 9234c43389..5ee3ffbb9f 100644 --- a/public/language/it/search.json +++ b/public/language/it/search.json @@ -8,6 +8,7 @@ "posted-by": "Pubblicato da", "in-categories": "In Categorie", "search-child-categories": "Cerca nelle sottocategorie", + "has-tags": "Has tags", "reply-count": "Numero Risposte", "at-least": "Almeno", "at-most": "Al massimo", diff --git a/public/language/it/user.json b/public/language/it/user.json index faa884c131..3fbcd24e18 100644 --- a/public/language/it/user.json +++ b/public/language/it/user.json @@ -63,6 +63,7 @@ "upload_a_picture": "Carica una foto", "remove_uploaded_picture": "Elimina foto caricata", "upload_cover_picture": "Carica immagine di copertina", + "remove_cover_picture_confirm": "Are you sure you want to remove the cover picture?", "settings": "Impostazioni", "show_email": "Mostra la mia Email", "show_fullname": "Mostra il mio nome completo", diff --git a/public/language/ja/admin/extend/plugins.json b/public/language/ja/admin/extend/plugins.json index 8f382a290d..1661a987b7 100644 --- a/public/language/ja/admin/extend/plugins.json +++ b/public/language/ja/admin/extend/plugins.json @@ -20,6 +20,7 @@ "plugin-item.themes": "Themes", "plugin-item.deactivate": "Deactivate", "plugin-item.activate": "Activate", + "plugin-item.install": "Install", "plugin-item.uninstall": "Uninstall", "plugin-item.settings": "Settings", "plugin-item.installed": "Installed", @@ -43,4 +44,4 @@ "alert.package-manager-unreachable": "NodeBB could not reach the package manager, an upgrade is not suggested at this time.
", "alert.incompatible": "Your version of NodeBB (v%1) is only cleared to upgrade to v%2 of this plugin. Please update your NodeBB if you wish to install a newer version of this plugin.
", "alert.possibly-incompatible": "No Compatibility Information Found
This plugin did not specify a specific version for installation given your NodeBB version. Full compatibility cannot be guaranteed, and may cause your NodeBB to no longer start properly.
In the event that NodeBB cannot boot properly:
$ ./nodebb reset plugin=\"%1\"Continue installation of latest version of this plugin?
" -} \ No newline at end of file +} diff --git a/public/language/ja/admin/manage/categories.json b/public/language/ja/admin/manage/categories.json index 8bd5d5bfcf..7e2a5ce12e 100644 --- a/public/language/ja/admin/manage/categories.json +++ b/public/language/ja/admin/manage/categories.json @@ -59,7 +59,7 @@ "alert.copy-success": "Settings Copied!", "alert.set-parent-category": "Set Parent Category", "alert.updated": "Updated Categories", - "alert.updated-success": "Category IDs %1 was successfully updated.", + "alert.updated-success": "Category IDs %1 successfully updated.", "alert.upload-image": "Upload category image", "alert.find-user": "Find a User", "alert.user-search": "Search for a user here...", diff --git a/public/language/ja/admin/menu.json b/public/language/ja/admin/menu.json index 7a5327f643..6a4995ea6e 100644 --- a/public/language/ja/admin/menu.json +++ b/public/language/ja/admin/menu.json @@ -39,7 +39,7 @@ "section-appearance": "Appearance", "appearance/themes": "Themes", "appearance/skins": "Skins", - "appearance/customise": "Custom HTML & CSS", + "appearance/customise": "Custom HTML & CSS", "section-extend": "Extend", "extend/plugins": "Plugins", diff --git a/public/language/ja/admin/settings/post.json b/public/language/ja/admin/settings/post.json index f8aae19628..f293e554d9 100644 --- a/public/language/ja/admin/settings/post.json +++ b/public/language/ja/admin/settings/post.json @@ -2,7 +2,7 @@ "sorting": "Post Sorting", "sorting.post-default": "Default Post Sorting", "sorting.oldest-to-newest": "Oldest to Newest", - "sorting.newest-to-oldest": ">Newest to Oldest", + "sorting.newest-to-oldest": "Newest to Oldest", "sorting.most-votes": "Most Votes", "sorting.topic-default": "Default Topic Sorting", "restrictions": "Posting Restrictions", diff --git a/public/language/ja/error.json b/public/language/ja/error.json index 2c017efb8d..27511fe91c 100644 --- a/public/language/ja/error.json +++ b/public/language/ja/error.json @@ -65,8 +65,8 @@ "category-not-selected": "カテゴリーが選択されていません。", "too-many-posts": "あなたは%1秒間に一つの投稿しか許されます-少し待ってまた投稿してください", "too-many-posts-newbie": "あなたは%2評判を得ているまで、新しいユーザーとしては、一度だけごとに%1秒を投稿することができます - 再び投稿する前にお待ちください", - "tag-too-short": "より長くタグを入力して下さい。タグはせめて%1文字が必要です。", - "tag-too-long": "より短くタグを入力して下さい。タグは%1文字以上が許されません。", + "tag-too-short": "%1文字(s)以上でタグを入力してください。", + "tag-too-long": "%1文字(s)以内でタグを入力してください。", "not-enough-tags": "タグが足りません。トピックはせめて%1タグが必要です。", "too-many-tags": "タグが多すぎます。トピックは%1のタグ以上が許されません。", "still-uploading": "アップロードが完成するまでお待ちください。", diff --git a/public/language/ja/global.json b/public/language/ja/global.json index d4d4a7ec52..88e115ff6c 100644 --- a/public/language/ja/global.json +++ b/public/language/ja/global.json @@ -28,7 +28,7 @@ "header.categories": "カテゴリ", "header.recent": "最近", "header.unread": "未読", - "header.tags": "Tags", + "header.tags": "タグ", "header.popular": "人気", "header.users": "ユーザー", "header.groups": "グループ", @@ -86,7 +86,7 @@ "guests": "ゲスト", "updated.title": "Forum Updated", "updated.message": "This forum has just been updated to the latest version. Click here to refresh the page.", - "privacy": "Privacy", + "privacy": "プライバシー設定", "follow": "Follow", "unfollow": "Unfollow", "delete_all": "Delete All", @@ -96,11 +96,12 @@ "enter_page_number": "ページ番号を入力", "upload_file": "ファイルをアップロード", "upload": "アップロード", - "allowed-file-types": "有効ファイルタイプは %1", + "allowed-file-types": "有効なファイル形式は %1 です。", "unsaved-changes": "変更はまだ保存されていません。本当にこのページから離れますか?", "reconnecting-message": "%1への接続が失われたと思われます。再接続されるまでしばらくお待ちください。", "play": "再生", "cookies.message": "このWEBサイトは、心地良くご使用頂くためにクッキーを使用しています。", "cookies.accept": "了解!", - "cookies.learn_more": "もっと詳しく" + "cookies.learn_more": "もっと詳しく", + "edited": "Edited" } \ No newline at end of file diff --git a/public/language/ja/groups.json b/public/language/ja/groups.json index b32da00741..3bdc18aa6c 100644 --- a/public/language/ja/groups.json +++ b/public/language/ja/groups.json @@ -52,5 +52,6 @@ "new-group.group_name": "グループ名:", "upload-group-cover": "グループのカバーをアップロード", "bulk-invite-instructions": "ユーザー名をカンマ区切りして入力することで、このグループへ招待します。", - "bulk-invite": "バルク招待" + "bulk-invite": "バルク招待", + "remove_group_cover_confirm": "Are you sure you want to remove the cover picture?" } \ No newline at end of file diff --git a/public/language/ja/language.json b/public/language/ja/language.json index ecd635ee30..fa2de0c04f 100644 --- a/public/language/ja/language.json +++ b/public/language/ja/language.json @@ -1,5 +1,5 @@ { "name": "日本語", - "code": "ja", + "code": "en-GB", "dir": "ltr" } \ No newline at end of file diff --git a/public/language/ja/modules.json b/public/language/ja/modules.json index 923a06bb04..7b12c5f498 100644 --- a/public/language/ja/modules.json +++ b/public/language/ja/modules.json @@ -1,6 +1,6 @@ { - "chat.chatting_with": "とチャット", - "chat.placeholder": "ここにメッセージを入力し、Enterで送信", + "chat.chatting_with": "さんとチャットする", + "chat.placeholder": "メッセージを入力し、Enterで送信", "chat.send": "送信", "chat.no_active": "チャットはありません。", "chat.user_typing": "%1 が入力中 ...", @@ -13,6 +13,7 @@ "chat.contacts": "お問い合わせ", "chat.message-history": "メッセージ履歴", "chat.pop-out": "チャットを別ウィンドウで表示する", + "chat.minimize": "Minimize", "chat.maximize": "最大化", "chat.seven_days": "7日間", "chat.thirty_days": "30日間", @@ -41,7 +42,7 @@ "bootbox.ok": "OK", "bootbox.cancel": "キャンセル", "bootbox.confirm": "確認", - "cover.dragging_title": "表紙の配置", + "cover.dragging_title": "カバー写真の配置について", "cover.dragging_message": "カバー写真をドラッグで目的位置に移動し、\"保存\"をクリックします。", - "cover.saved": "カバー写真の画像と配置を保存しました。" + "cover.saved": "カバー写真と配置設定を保存しました。" } \ No newline at end of file diff --git a/public/language/ja/notifications.json b/public/language/ja/notifications.json index f2cf33c0f6..34b16e4c88 100644 --- a/public/language/ja/notifications.json +++ b/public/language/ja/notifications.json @@ -19,7 +19,7 @@ "user_flagged_post_in": "%1 は %2 の投稿にフラグを付けました。", "user_flagged_post_in_dual": "%1 と %2 は %3 の投稿にフラグを立てました。", "user_flagged_post_in_multiple": "%1 と %2 または他のユーザーが投稿 %3にフラグをつけました。", - "user_posted_to": "%1 は %2 への返事を作成しました。", + "user_posted_to": "%1さんは %2に返信しました。", "user_posted_to_dual": "%1 と %2 は、返信しました: %3", "user_posted_to_multiple": "%1 と %2 または他のユーザーが返信しました: %3", "user_posted_topic": "%1 が新しいトピックを投稿しました。: %2", diff --git a/public/language/ja/pages.json b/public/language/ja/pages.json index aa52b8e7b7..79ad63add2 100644 --- a/public/language/ja/pages.json +++ b/public/language/ja/pages.json @@ -16,7 +16,7 @@ "users/most-flags": "最もフラグのついたユーザー", "users/search": "ユーザーを検索", "notifications": "通知", - "tags": "Tags", + "tags": "タグ", "tag": "トピックは\"%1\"の下にタグ付けされました", "register": "アカウントを登録", "registration-complete": "登録完了", @@ -34,7 +34,7 @@ "account/info": "アカウント情報", "account/following": "%1がフォロー中", "account/followers": "%1のフォロワー", - "account/posts": "%1による投稿", + "account/posts": "%1さんの投稿", "account/topics": "%1がスレッドを作成しました", "account/groups": "%1 グループ", "account/bookmarks": "%1のブックマークされた投稿", diff --git a/public/language/ja/recent.json b/public/language/ja/recent.json index 3b299d7d9a..d5fab488e6 100644 --- a/public/language/ja/recent.json +++ b/public/language/ja/recent.json @@ -1,19 +1,19 @@ { "title": "最近の更新", - "day": "最近1日", - "week": "最近1週間", - "month": "最近1ヶ月", + "day": "1日以内", + "week": "1週間以内", + "month": "1ヶ月以内", "year": "年", "alltime": "全て", "no_recent_topics": "最近のスレッドはありません。", "no_popular_topics": "人気トピックはありません。", "there-is-a-new-topic": "新しいトピックがあります。", - "there-is-a-new-topic-and-a-new-post": "新しいトピックと新しい投稿があります。", - "there-is-a-new-topic-and-new-posts": "新しいトピックが一つありまして、新しい投稿が%1個あります。", + "there-is-a-new-topic-and-a-new-post": "新しいトピックと投稿があります。", + "there-is-a-new-topic-and-new-posts": "新しいトピックと%1件の投稿があります。", "there-are-new-topics": "新しいトピックが%1個あります。", - "there-are-new-topics-and-a-new-post": "新しいトピックが%1個ありまして、新しい投稿が一つあります。", - "there-are-new-topics-and-new-posts": "新しいトピックが%1個ありまして、新しい投稿が%1個あります。", - "there-is-a-new-post": "新しい投稿が一個あります。", - "there-are-new-posts": "新しい投稿が%1あります。", + "there-are-new-topics-and-a-new-post": "新しいトピックがと投稿が%1件あります。", + "there-are-new-topics-and-new-posts": "新しいトピックが%1件、新しい投稿が%2件あります。", + "there-is-a-new-post": "新しい投稿があります。", + "there-are-new-posts": "新しい投稿が%1件あります。", "click-here-to-reload": "ここを押して、更新します。" } \ No newline at end of file diff --git a/public/language/ja/reset_password.json b/public/language/ja/reset_password.json index f90bbf0a68..143dc61ff5 100644 --- a/public/language/ja/reset_password.json +++ b/public/language/ja/reset_password.json @@ -13,5 +13,5 @@ "invalid_email": "このメールアドレスは存在しません", "password_too_short": "パスワードが短すぎますので、違うパスワードを選んでください。", "passwords_do_not_match": "パスワードが一致しません。", - "password_expired": "パスワードが期限切れですので、新しいパスワードを選んでください。" + "password_expired": "パスワードが期限切れになりましたので、新しいパスワードを選んでください。" } \ No newline at end of file diff --git a/public/language/ja/search.json b/public/language/ja/search.json index 0dc41d5191..db33e034bb 100644 --- a/public/language/ja/search.json +++ b/public/language/ja/search.json @@ -1,5 +1,5 @@ { - "results_matching": "%1 件の結果(s) キーワード \"%2\", (%3 秒)", + "results_matching": "%1 件の結果(s) キーワード \"%2\", (検索時間 %3 秒)", "no-matches": "見つかりませんでした", "advanced-search": "高度な検索", "in": "検索範囲", @@ -8,6 +8,7 @@ "posted-by": "投稿者:", "in-categories": "カテゴリ", "search-child-categories": "チャイルドカテゴリを検索する", + "has-tags": "Has tags", "reply-count": "返信数", "at-least": "最低", "at-most": "一番", diff --git a/public/language/ja/tags.json b/public/language/ja/tags.json index 1dcf2c6dcd..3d0cb038b5 100644 --- a/public/language/ja/tags.json +++ b/public/language/ja/tags.json @@ -1,7 +1,7 @@ { "no_tag_topics": "このタグに関連するトピックはありません。", "tags": "タグ", - "enter_tags_here": "ここにタグを入れます。一つのタグが%1から%2までの文字にして下さい。", + "enter_tags_here": "ここにタグを入力します。一つのタグが%1から%2までの文字にして下さい。", "enter_tags_here_short": "タグを入れます…", "no_tags": "タグがありません" } \ No newline at end of file diff --git a/public/language/ja/topic.json b/public/language/ja/topic.json index bcfe5fa3fe..005910aaf0 100644 --- a/public/language/ja/topic.json +++ b/public/language/ja/topic.json @@ -13,7 +13,7 @@ "notify_me": "このトピックに新しく投稿された時に通知する", "quote": "引用", "reply": "返信", - "replies_to_this_post": "返信: %1", + "replies_to_this_post": "返信: %1件", "reply-as-topic": "トピックとして返信する", "guest-login-reply": "投稿するのにログインして下さい", "edit": "編集", @@ -30,7 +30,7 @@ "pinned": "ピンされた", "moved": "移動しました", "bookmark_instructions": "ここをクリックすると、このスレッドの最後に読んでいた投稿へ移動します。", - "flag_title": "リポートする", + "flag_title": "問題を報告する", "flag_success": "この投稿をリポートしました。", "flag_manage_title": "%1 の投稿にフラグをつけました", "flag_manage_history": "活動履歴", diff --git a/public/language/ja/user.json b/public/language/ja/user.json index e4180d8fe1..e29a50ee5f 100644 --- a/public/language/ja/user.json +++ b/public/language/ja/user.json @@ -31,8 +31,8 @@ "signature": "署名", "birthday": "誕生日", "chat": "チャット", - "chat_with": "Continue chat with %1", - "new_chat_with": "Start new chat with %1", + "chat_with": "%1とチャットを続ける", + "new_chat_with": "%1とチャットを始める", "follow": "フォロー", "unfollow": "フォロー解除", "more": "つづき", @@ -63,11 +63,12 @@ "upload_a_picture": "画像をアップロード", "remove_uploaded_picture": "アップした写真を取り消します", "upload_cover_picture": "カバー写真をアップロード", + "remove_cover_picture_confirm": "Are you sure you want to remove the cover picture?", "settings": "設定", "show_email": "メールアドレスを表示", "show_fullname": "フルネームで表示", "restrict_chats": "フォローしたユーザーからのチャットメッセージだけを許可する", - "digest_label": "ダイジェストを購読", + "digest_label": "お知らせを購読する", "digest_description": "この掲示板のアップデートを受信する", "digest_off": "オフ", "digest_daily": "デイリー", diff --git a/public/language/ko/admin/extend/plugins.json b/public/language/ko/admin/extend/plugins.json index 8f382a290d..1661a987b7 100644 --- a/public/language/ko/admin/extend/plugins.json +++ b/public/language/ko/admin/extend/plugins.json @@ -20,6 +20,7 @@ "plugin-item.themes": "Themes", "plugin-item.deactivate": "Deactivate", "plugin-item.activate": "Activate", + "plugin-item.install": "Install", "plugin-item.uninstall": "Uninstall", "plugin-item.settings": "Settings", "plugin-item.installed": "Installed", @@ -43,4 +44,4 @@ "alert.package-manager-unreachable": "NodeBB could not reach the package manager, an upgrade is not suggested at this time.
", "alert.incompatible": "Your version of NodeBB (v%1) is only cleared to upgrade to v%2 of this plugin. Please update your NodeBB if you wish to install a newer version of this plugin.
", "alert.possibly-incompatible": "No Compatibility Information Found
This plugin did not specify a specific version for installation given your NodeBB version. Full compatibility cannot be guaranteed, and may cause your NodeBB to no longer start properly.
In the event that NodeBB cannot boot properly:
$ ./nodebb reset plugin=\"%1\"Continue installation of latest version of this plugin?
" -} \ No newline at end of file +} diff --git a/public/language/ko/admin/manage/categories.json b/public/language/ko/admin/manage/categories.json index 8bd5d5bfcf..7e2a5ce12e 100644 --- a/public/language/ko/admin/manage/categories.json +++ b/public/language/ko/admin/manage/categories.json @@ -59,7 +59,7 @@ "alert.copy-success": "Settings Copied!", "alert.set-parent-category": "Set Parent Category", "alert.updated": "Updated Categories", - "alert.updated-success": "Category IDs %1 was successfully updated.", + "alert.updated-success": "Category IDs %1 successfully updated.", "alert.upload-image": "Upload category image", "alert.find-user": "Find a User", "alert.user-search": "Search for a user here...", diff --git a/public/language/ko/admin/menu.json b/public/language/ko/admin/menu.json index 7a5327f643..6a4995ea6e 100644 --- a/public/language/ko/admin/menu.json +++ b/public/language/ko/admin/menu.json @@ -39,7 +39,7 @@ "section-appearance": "Appearance", "appearance/themes": "Themes", "appearance/skins": "Skins", - "appearance/customise": "Custom HTML & CSS", + "appearance/customise": "Custom HTML & CSS", "section-extend": "Extend", "extend/plugins": "Plugins", diff --git a/public/language/ko/admin/settings/post.json b/public/language/ko/admin/settings/post.json index f8aae19628..f293e554d9 100644 --- a/public/language/ko/admin/settings/post.json +++ b/public/language/ko/admin/settings/post.json @@ -2,7 +2,7 @@ "sorting": "Post Sorting", "sorting.post-default": "Default Post Sorting", "sorting.oldest-to-newest": "Oldest to Newest", - "sorting.newest-to-oldest": ">Newest to Oldest", + "sorting.newest-to-oldest": "Newest to Oldest", "sorting.most-votes": "Most Votes", "sorting.topic-default": "Default Topic Sorting", "restrictions": "Posting Restrictions", diff --git a/public/language/ko/global.json b/public/language/ko/global.json index cb7cea554c..10be4e5a94 100644 --- a/public/language/ko/global.json +++ b/public/language/ko/global.json @@ -102,5 +102,6 @@ "play": "Play", "cookies.message": "This website uses cookies to ensure you get the best experience on our website.", "cookies.accept": "Got it!", - "cookies.learn_more": "Learn More" + "cookies.learn_more": "Learn More", + "edited": "Edited" } \ No newline at end of file diff --git a/public/language/ko/groups.json b/public/language/ko/groups.json index 266cee3877..932e203ebe 100644 --- a/public/language/ko/groups.json +++ b/public/language/ko/groups.json @@ -52,5 +52,6 @@ "new-group.group_name": "그룹명:", "upload-group-cover": "그룹 커버 업로드", "bulk-invite-instructions": "Enter a list of comma separated usernames to invite to this group", - "bulk-invite": "Bulk Invite" + "bulk-invite": "Bulk Invite", + "remove_group_cover_confirm": "Are you sure you want to remove the cover picture?" } \ No newline at end of file diff --git a/public/language/ko/language.json b/public/language/ko/language.json index 9a19e01124..904bb09df4 100644 --- a/public/language/ko/language.json +++ b/public/language/ko/language.json @@ -1,5 +1,5 @@ { "name": "한국어", - "code": "ko", + "code": "en-GB", "dir": "ltr" } \ No newline at end of file diff --git a/public/language/ko/modules.json b/public/language/ko/modules.json index 436b1eb12f..10420c4f75 100644 --- a/public/language/ko/modules.json +++ b/public/language/ko/modules.json @@ -13,6 +13,7 @@ "chat.contacts": "연락처", "chat.message-history": "대화 기록", "chat.pop-out": "분리된 창에서 대화", + "chat.minimize": "Minimize", "chat.maximize": "최대화", "chat.seven_days": "7일", "chat.thirty_days": "30일", diff --git a/public/language/ko/search.json b/public/language/ko/search.json index 611597011a..5f99163dc0 100644 --- a/public/language/ko/search.json +++ b/public/language/ko/search.json @@ -8,6 +8,7 @@ "posted-by": "다음 사용자에 의해 작성됨", "in-categories": "카테고리 내", "search-child-categories": "하위 카테고리를 검색", + "has-tags": "Has tags", "reply-count": "답변 수", "at-least": "적어도", "at-most": "최대", diff --git a/public/language/ko/user.json b/public/language/ko/user.json index 5317c21dbc..68bd356579 100644 --- a/public/language/ko/user.json +++ b/public/language/ko/user.json @@ -63,6 +63,7 @@ "upload_a_picture": "사진 업로드", "remove_uploaded_picture": "등록된 사진을 삭제", "upload_cover_picture": "커버 사진 업로드", + "remove_cover_picture_confirm": "Are you sure you want to remove the cover picture?", "settings": "설정", "show_email": "이메일 공개", "show_fullname": "실명 공개", diff --git a/public/language/lt/admin/extend/plugins.json b/public/language/lt/admin/extend/plugins.json index 8f382a290d..1661a987b7 100644 --- a/public/language/lt/admin/extend/plugins.json +++ b/public/language/lt/admin/extend/plugins.json @@ -20,6 +20,7 @@ "plugin-item.themes": "Themes", "plugin-item.deactivate": "Deactivate", "plugin-item.activate": "Activate", + "plugin-item.install": "Install", "plugin-item.uninstall": "Uninstall", "plugin-item.settings": "Settings", "plugin-item.installed": "Installed", @@ -43,4 +44,4 @@ "alert.package-manager-unreachable": "NodeBB could not reach the package manager, an upgrade is not suggested at this time.
", "alert.incompatible": "Your version of NodeBB (v%1) is only cleared to upgrade to v%2 of this plugin. Please update your NodeBB if you wish to install a newer version of this plugin.
", "alert.possibly-incompatible": "No Compatibility Information Found
This plugin did not specify a specific version for installation given your NodeBB version. Full compatibility cannot be guaranteed, and may cause your NodeBB to no longer start properly.
In the event that NodeBB cannot boot properly:
$ ./nodebb reset plugin=\"%1\"Continue installation of latest version of this plugin?
" -} \ No newline at end of file +} diff --git a/public/language/lt/admin/manage/categories.json b/public/language/lt/admin/manage/categories.json index 8bd5d5bfcf..7e2a5ce12e 100644 --- a/public/language/lt/admin/manage/categories.json +++ b/public/language/lt/admin/manage/categories.json @@ -59,7 +59,7 @@ "alert.copy-success": "Settings Copied!", "alert.set-parent-category": "Set Parent Category", "alert.updated": "Updated Categories", - "alert.updated-success": "Category IDs %1 was successfully updated.", + "alert.updated-success": "Category IDs %1 successfully updated.", "alert.upload-image": "Upload category image", "alert.find-user": "Find a User", "alert.user-search": "Search for a user here...", diff --git a/public/language/lt/admin/menu.json b/public/language/lt/admin/menu.json index 7a5327f643..6a4995ea6e 100644 --- a/public/language/lt/admin/menu.json +++ b/public/language/lt/admin/menu.json @@ -39,7 +39,7 @@ "section-appearance": "Appearance", "appearance/themes": "Themes", "appearance/skins": "Skins", - "appearance/customise": "Custom HTML & CSS", + "appearance/customise": "Custom HTML & CSS", "section-extend": "Extend", "extend/plugins": "Plugins", diff --git a/public/language/lt/admin/settings/post.json b/public/language/lt/admin/settings/post.json index f8aae19628..f293e554d9 100644 --- a/public/language/lt/admin/settings/post.json +++ b/public/language/lt/admin/settings/post.json @@ -2,7 +2,7 @@ "sorting": "Post Sorting", "sorting.post-default": "Default Post Sorting", "sorting.oldest-to-newest": "Oldest to Newest", - "sorting.newest-to-oldest": ">Newest to Oldest", + "sorting.newest-to-oldest": "Newest to Oldest", "sorting.most-votes": "Most Votes", "sorting.topic-default": "Default Topic Sorting", "restrictions": "Posting Restrictions", diff --git a/public/language/lt/global.json b/public/language/lt/global.json index b436ae2594..a884569fb3 100644 --- a/public/language/lt/global.json +++ b/public/language/lt/global.json @@ -102,5 +102,6 @@ "play": "Play", "cookies.message": "This website uses cookies to ensure you get the best experience on our website.", "cookies.accept": "Got it!", - "cookies.learn_more": "Learn More" + "cookies.learn_more": "Learn More", + "edited": "Edited" } \ No newline at end of file diff --git a/public/language/lt/groups.json b/public/language/lt/groups.json index 50ce9cc980..ebe40da27d 100644 --- a/public/language/lt/groups.json +++ b/public/language/lt/groups.json @@ -52,5 +52,6 @@ "new-group.group_name": "Group Name:", "upload-group-cover": "Upload group cover", "bulk-invite-instructions": "Enter a list of comma separated usernames to invite to this group", - "bulk-invite": "Bulk Invite" + "bulk-invite": "Bulk Invite", + "remove_group_cover_confirm": "Are you sure you want to remove the cover picture?" } \ No newline at end of file diff --git a/public/language/lt/language.json b/public/language/lt/language.json index 2c04906b94..0d68d33310 100644 --- a/public/language/lt/language.json +++ b/public/language/lt/language.json @@ -1,5 +1,5 @@ { "name": "Lietuvių", - "code": "lt", + "code": "en-GB", "dir": "ltr" } \ No newline at end of file diff --git a/public/language/lt/modules.json b/public/language/lt/modules.json index 302333e607..dd0afcdac7 100644 --- a/public/language/lt/modules.json +++ b/public/language/lt/modules.json @@ -13,6 +13,7 @@ "chat.contacts": "Kontaktai", "chat.message-history": "Žinučių istorija", "chat.pop-out": "Iššokančio lango pokalbiai", + "chat.minimize": "Minimize", "chat.maximize": "Padininti", "chat.seven_days": "7 dienos", "chat.thirty_days": "30 dienų", diff --git a/public/language/lt/search.json b/public/language/lt/search.json index 5c56ca9768..25a91a9923 100644 --- a/public/language/lt/search.json +++ b/public/language/lt/search.json @@ -8,6 +8,7 @@ "posted-by": "Parašė", "in-categories": "Kategorijose", "search-child-categories": "Ieškoti vaikų kategorijas", + "has-tags": "Has tags", "reply-count": "Atsakymų skaičiavimas", "at-least": "Mažiausiai", "at-most": "Daugiausia", diff --git a/public/language/lt/user.json b/public/language/lt/user.json index 6924abc638..eebcf85b8f 100644 --- a/public/language/lt/user.json +++ b/public/language/lt/user.json @@ -63,6 +63,7 @@ "upload_a_picture": "Įkelti paveikslėlį", "remove_uploaded_picture": "Ištrinti paveikslėlį", "upload_cover_picture": "Įkelti viršelio nuotrauką", + "remove_cover_picture_confirm": "Are you sure you want to remove the cover picture?", "settings": "Nustatymai", "show_email": "Rodyti mano el. paštą viešai", "show_fullname": "Rodyti mano vardą ir pavardę", diff --git a/public/language/ms/admin/extend/plugins.json b/public/language/ms/admin/extend/plugins.json index 8f382a290d..1661a987b7 100644 --- a/public/language/ms/admin/extend/plugins.json +++ b/public/language/ms/admin/extend/plugins.json @@ -20,6 +20,7 @@ "plugin-item.themes": "Themes", "plugin-item.deactivate": "Deactivate", "plugin-item.activate": "Activate", + "plugin-item.install": "Install", "plugin-item.uninstall": "Uninstall", "plugin-item.settings": "Settings", "plugin-item.installed": "Installed", @@ -43,4 +44,4 @@ "alert.package-manager-unreachable": "NodeBB could not reach the package manager, an upgrade is not suggested at this time.
", "alert.incompatible": "Your version of NodeBB (v%1) is only cleared to upgrade to v%2 of this plugin. Please update your NodeBB if you wish to install a newer version of this plugin.
", "alert.possibly-incompatible": "No Compatibility Information Found
This plugin did not specify a specific version for installation given your NodeBB version. Full compatibility cannot be guaranteed, and may cause your NodeBB to no longer start properly.
In the event that NodeBB cannot boot properly:
$ ./nodebb reset plugin=\"%1\"Continue installation of latest version of this plugin?
" -} \ No newline at end of file +} diff --git a/public/language/ms/admin/manage/categories.json b/public/language/ms/admin/manage/categories.json index 8bd5d5bfcf..7e2a5ce12e 100644 --- a/public/language/ms/admin/manage/categories.json +++ b/public/language/ms/admin/manage/categories.json @@ -59,7 +59,7 @@ "alert.copy-success": "Settings Copied!", "alert.set-parent-category": "Set Parent Category", "alert.updated": "Updated Categories", - "alert.updated-success": "Category IDs %1 was successfully updated.", + "alert.updated-success": "Category IDs %1 successfully updated.", "alert.upload-image": "Upload category image", "alert.find-user": "Find a User", "alert.user-search": "Search for a user here...", diff --git a/public/language/ms/admin/menu.json b/public/language/ms/admin/menu.json index 7a5327f643..6a4995ea6e 100644 --- a/public/language/ms/admin/menu.json +++ b/public/language/ms/admin/menu.json @@ -39,7 +39,7 @@ "section-appearance": "Appearance", "appearance/themes": "Themes", "appearance/skins": "Skins", - "appearance/customise": "Custom HTML & CSS", + "appearance/customise": "Custom HTML & CSS", "section-extend": "Extend", "extend/plugins": "Plugins", diff --git a/public/language/ms/admin/settings/post.json b/public/language/ms/admin/settings/post.json index f8aae19628..f293e554d9 100644 --- a/public/language/ms/admin/settings/post.json +++ b/public/language/ms/admin/settings/post.json @@ -2,7 +2,7 @@ "sorting": "Post Sorting", "sorting.post-default": "Default Post Sorting", "sorting.oldest-to-newest": "Oldest to Newest", - "sorting.newest-to-oldest": ">Newest to Oldest", + "sorting.newest-to-oldest": "Newest to Oldest", "sorting.most-votes": "Most Votes", "sorting.topic-default": "Default Topic Sorting", "restrictions": "Posting Restrictions", diff --git a/public/language/ms/global.json b/public/language/ms/global.json index 0a23b5bb19..e00d937eaa 100644 --- a/public/language/ms/global.json +++ b/public/language/ms/global.json @@ -102,5 +102,6 @@ "play": "Play", "cookies.message": "This website uses cookies to ensure you get the best experience on our website.", "cookies.accept": "Got it!", - "cookies.learn_more": "Learn More" + "cookies.learn_more": "Learn More", + "edited": "Edited" } \ No newline at end of file diff --git a/public/language/ms/groups.json b/public/language/ms/groups.json index df34778d33..cef963755c 100644 --- a/public/language/ms/groups.json +++ b/public/language/ms/groups.json @@ -52,5 +52,6 @@ "new-group.group_name": "Nama Kumpulan:", "upload-group-cover": "Upload group cover", "bulk-invite-instructions": "Enter a list of comma separated usernames to invite to this group", - "bulk-invite": "Bulk Invite" + "bulk-invite": "Bulk Invite", + "remove_group_cover_confirm": "Are you sure you want to remove the cover picture?" } \ No newline at end of file diff --git a/public/language/ms/language.json b/public/language/ms/language.json index b2de6f9811..2319f7d32f 100644 --- a/public/language/ms/language.json +++ b/public/language/ms/language.json @@ -1,5 +1,5 @@ { "name": "Bahasa Melayu", - "code": "ms", + "code": "en-GB", "dir": "ltr" } \ No newline at end of file diff --git a/public/language/ms/modules.json b/public/language/ms/modules.json index ee4baf49e1..4e3f9bf58b 100644 --- a/public/language/ms/modules.json +++ b/public/language/ms/modules.json @@ -13,6 +13,7 @@ "chat.contacts": "Hubungi", "chat.message-history": "Sejarah Pesanan", "chat.pop-out": "Pop keluar sembang", + "chat.minimize": "Minimize", "chat.maximize": "Memaksimum", "chat.seven_days": "7 Hari", "chat.thirty_days": "30 Hari", diff --git a/public/language/ms/search.json b/public/language/ms/search.json index 8248f9adec..50c2f89614 100644 --- a/public/language/ms/search.json +++ b/public/language/ms/search.json @@ -8,6 +8,7 @@ "posted-by": "Dikirim oleh", "in-categories": "Dalam kategori", "search-child-categories": "Cari anak kategori", + "has-tags": "Has tags", "reply-count": "Kira Balasan", "at-least": "Sekurang-kurangnya", "at-most": "Selebihnya", diff --git a/public/language/ms/user.json b/public/language/ms/user.json index bc4e59e3ec..be4f7de2b2 100644 --- a/public/language/ms/user.json +++ b/public/language/ms/user.json @@ -63,6 +63,7 @@ "upload_a_picture": "Muatnaik sekeping gambar", "remove_uploaded_picture": "Buang Gambar Yang Dimuatnaik", "upload_cover_picture": "Upload cover picture", + "remove_cover_picture_confirm": "Are you sure you want to remove the cover picture?", "settings": "Tetapan", "show_email": "Tunjukkan emel saya", "show_fullname": "Tunjukkan Nama Penuh", diff --git a/public/language/nb/admin/extend/plugins.json b/public/language/nb/admin/extend/plugins.json index 8f382a290d..1661a987b7 100644 --- a/public/language/nb/admin/extend/plugins.json +++ b/public/language/nb/admin/extend/plugins.json @@ -20,6 +20,7 @@ "plugin-item.themes": "Themes", "plugin-item.deactivate": "Deactivate", "plugin-item.activate": "Activate", + "plugin-item.install": "Install", "plugin-item.uninstall": "Uninstall", "plugin-item.settings": "Settings", "plugin-item.installed": "Installed", @@ -43,4 +44,4 @@ "alert.package-manager-unreachable": "NodeBB could not reach the package manager, an upgrade is not suggested at this time.
", "alert.incompatible": "Your version of NodeBB (v%1) is only cleared to upgrade to v%2 of this plugin. Please update your NodeBB if you wish to install a newer version of this plugin.
", "alert.possibly-incompatible": "No Compatibility Information Found
This plugin did not specify a specific version for installation given your NodeBB version. Full compatibility cannot be guaranteed, and may cause your NodeBB to no longer start properly.
In the event that NodeBB cannot boot properly:
$ ./nodebb reset plugin=\"%1\"Continue installation of latest version of this plugin?
" -} \ No newline at end of file +} diff --git a/public/language/nb/admin/manage/categories.json b/public/language/nb/admin/manage/categories.json index 8bd5d5bfcf..7e2a5ce12e 100644 --- a/public/language/nb/admin/manage/categories.json +++ b/public/language/nb/admin/manage/categories.json @@ -59,7 +59,7 @@ "alert.copy-success": "Settings Copied!", "alert.set-parent-category": "Set Parent Category", "alert.updated": "Updated Categories", - "alert.updated-success": "Category IDs %1 was successfully updated.", + "alert.updated-success": "Category IDs %1 successfully updated.", "alert.upload-image": "Upload category image", "alert.find-user": "Find a User", "alert.user-search": "Search for a user here...", diff --git a/public/language/nb/admin/menu.json b/public/language/nb/admin/menu.json index 7a5327f643..6a4995ea6e 100644 --- a/public/language/nb/admin/menu.json +++ b/public/language/nb/admin/menu.json @@ -39,7 +39,7 @@ "section-appearance": "Appearance", "appearance/themes": "Themes", "appearance/skins": "Skins", - "appearance/customise": "Custom HTML & CSS", + "appearance/customise": "Custom HTML & CSS", "section-extend": "Extend", "extend/plugins": "Plugins", diff --git a/public/language/nb/admin/settings/post.json b/public/language/nb/admin/settings/post.json index f8aae19628..f293e554d9 100644 --- a/public/language/nb/admin/settings/post.json +++ b/public/language/nb/admin/settings/post.json @@ -2,7 +2,7 @@ "sorting": "Post Sorting", "sorting.post-default": "Default Post Sorting", "sorting.oldest-to-newest": "Oldest to Newest", - "sorting.newest-to-oldest": ">Newest to Oldest", + "sorting.newest-to-oldest": "Newest to Oldest", "sorting.most-votes": "Most Votes", "sorting.topic-default": "Default Topic Sorting", "restrictions": "Posting Restrictions", diff --git a/public/language/nb/global.json b/public/language/nb/global.json index c580c29137..5c57f2f251 100644 --- a/public/language/nb/global.json +++ b/public/language/nb/global.json @@ -102,5 +102,6 @@ "play": "Play", "cookies.message": "This website uses cookies to ensure you get the best experience on our website.", "cookies.accept": "Got it!", - "cookies.learn_more": "Learn More" + "cookies.learn_more": "Learn More", + "edited": "Edited" } \ No newline at end of file diff --git a/public/language/nb/groups.json b/public/language/nb/groups.json index 71e267d64f..db2763b009 100644 --- a/public/language/nb/groups.json +++ b/public/language/nb/groups.json @@ -52,5 +52,6 @@ "new-group.group_name": "Gruppenavn:", "upload-group-cover": "Upload group cover", "bulk-invite-instructions": "Enter a list of comma separated usernames to invite to this group", - "bulk-invite": "Bulk Invite" + "bulk-invite": "Bulk Invite", + "remove_group_cover_confirm": "Are you sure you want to remove the cover picture?" } \ No newline at end of file diff --git a/public/language/nb/language.json b/public/language/nb/language.json index d0c0561764..ba87f04f9b 100644 --- a/public/language/nb/language.json +++ b/public/language/nb/language.json @@ -1,5 +1,5 @@ { "name": "Norwegian Bokmål", - "code": "nb", + "code": "en-GB", "dir": "ltr" } \ No newline at end of file diff --git a/public/language/nb/modules.json b/public/language/nb/modules.json index 33c0ce0fc2..1f6bcd2c44 100644 --- a/public/language/nb/modules.json +++ b/public/language/nb/modules.json @@ -13,6 +13,7 @@ "chat.contacts": "Kontakter", "chat.message-history": "Meldingshistorikk", "chat.pop-out": "Pop-out chat", + "chat.minimize": "Minimize", "chat.maximize": "Maksimer", "chat.seven_days": "7 dager", "chat.thirty_days": "30 dager", diff --git a/public/language/nb/search.json b/public/language/nb/search.json index a62f2d9cb5..c2998f7520 100644 --- a/public/language/nb/search.json +++ b/public/language/nb/search.json @@ -8,6 +8,7 @@ "posted-by": "Skapt av", "in-categories": "I kategorier", "search-child-categories": "Søk underkategorier", + "has-tags": "Has tags", "reply-count": "Mengde svar", "at-least": "Minst", "at-most": "Maks", diff --git a/public/language/nb/user.json b/public/language/nb/user.json index 68f52d6882..8f81e82466 100644 --- a/public/language/nb/user.json +++ b/public/language/nb/user.json @@ -63,6 +63,7 @@ "upload_a_picture": "Last opp et bilde", "remove_uploaded_picture": "Fjern Opplastet Bilde", "upload_cover_picture": "Upload cover picture", + "remove_cover_picture_confirm": "Are you sure you want to remove the cover picture?", "settings": "Innstillinger", "show_email": "Vis min e-post", "show_fullname": "Vis mitt fulle navn", diff --git a/public/language/nl/admin/extend/plugins.json b/public/language/nl/admin/extend/plugins.json index 8f382a290d..1661a987b7 100644 --- a/public/language/nl/admin/extend/plugins.json +++ b/public/language/nl/admin/extend/plugins.json @@ -20,6 +20,7 @@ "plugin-item.themes": "Themes", "plugin-item.deactivate": "Deactivate", "plugin-item.activate": "Activate", + "plugin-item.install": "Install", "plugin-item.uninstall": "Uninstall", "plugin-item.settings": "Settings", "plugin-item.installed": "Installed", @@ -43,4 +44,4 @@ "alert.package-manager-unreachable": "NodeBB could not reach the package manager, an upgrade is not suggested at this time.
", "alert.incompatible": "Your version of NodeBB (v%1) is only cleared to upgrade to v%2 of this plugin. Please update your NodeBB if you wish to install a newer version of this plugin.
", "alert.possibly-incompatible": "No Compatibility Information Found
This plugin did not specify a specific version for installation given your NodeBB version. Full compatibility cannot be guaranteed, and may cause your NodeBB to no longer start properly.
In the event that NodeBB cannot boot properly:
$ ./nodebb reset plugin=\"%1\"Continue installation of latest version of this plugin?
" -} \ No newline at end of file +} diff --git a/public/language/nl/admin/manage/categories.json b/public/language/nl/admin/manage/categories.json index 8bd5d5bfcf..7e2a5ce12e 100644 --- a/public/language/nl/admin/manage/categories.json +++ b/public/language/nl/admin/manage/categories.json @@ -59,7 +59,7 @@ "alert.copy-success": "Settings Copied!", "alert.set-parent-category": "Set Parent Category", "alert.updated": "Updated Categories", - "alert.updated-success": "Category IDs %1 was successfully updated.", + "alert.updated-success": "Category IDs %1 successfully updated.", "alert.upload-image": "Upload category image", "alert.find-user": "Find a User", "alert.user-search": "Search for a user here...", diff --git a/public/language/nl/admin/menu.json b/public/language/nl/admin/menu.json index 7a5327f643..6a4995ea6e 100644 --- a/public/language/nl/admin/menu.json +++ b/public/language/nl/admin/menu.json @@ -39,7 +39,7 @@ "section-appearance": "Appearance", "appearance/themes": "Themes", "appearance/skins": "Skins", - "appearance/customise": "Custom HTML & CSS", + "appearance/customise": "Custom HTML & CSS", "section-extend": "Extend", "extend/plugins": "Plugins", diff --git a/public/language/nl/admin/settings/post.json b/public/language/nl/admin/settings/post.json index f8aae19628..f293e554d9 100644 --- a/public/language/nl/admin/settings/post.json +++ b/public/language/nl/admin/settings/post.json @@ -2,7 +2,7 @@ "sorting": "Post Sorting", "sorting.post-default": "Default Post Sorting", "sorting.oldest-to-newest": "Oldest to Newest", - "sorting.newest-to-oldest": ">Newest to Oldest", + "sorting.newest-to-oldest": "Newest to Oldest", "sorting.most-votes": "Most Votes", "sorting.topic-default": "Default Topic Sorting", "restrictions": "Posting Restrictions", diff --git a/public/language/nl/global.json b/public/language/nl/global.json index cb140d2974..73eb607f24 100644 --- a/public/language/nl/global.json +++ b/public/language/nl/global.json @@ -75,7 +75,7 @@ "norecenttopics": "Geen recente onderwerpen", "recentposts": "Recente berichten", "recentips": "IP-adressen van recente gebruikers", - "moderator_tools": "Moderator Tools", + "moderator_tools": "Moderator gereedschappen", "away": "Afwezig", "dnd": "Niet storen", "invisible": "Onzichtbaar", @@ -102,5 +102,6 @@ "play": "Afspelen", "cookies.message": "Deze website gebruikt cookies om je ervan te verzekeren dat je de beste ervaring krijgt tijdens het gebruik van onze website.", "cookies.accept": "Begrepen", - "cookies.learn_more": "Meer" + "cookies.learn_more": "Meer", + "edited": "Edited" } \ No newline at end of file diff --git a/public/language/nl/groups.json b/public/language/nl/groups.json index fe5486a4ef..ebb9331dea 100644 --- a/public/language/nl/groups.json +++ b/public/language/nl/groups.json @@ -52,5 +52,6 @@ "new-group.group_name": "Groepsnaam:", "upload-group-cover": "Upload groepscover", "bulk-invite-instructions": "Vul een lijst is met gebruikersnamen gescheiden met komma's om deze uit te nodigen voor deze groep", - "bulk-invite": "Massa uitnodiging" + "bulk-invite": "Massa uitnodiging", + "remove_group_cover_confirm": "Are you sure you want to remove the cover picture?" } \ No newline at end of file diff --git a/public/language/nl/language.json b/public/language/nl/language.json index 5490106fc4..bf7a796631 100644 --- a/public/language/nl/language.json +++ b/public/language/nl/language.json @@ -1,5 +1,5 @@ { - "name": "Nederlands", - "code": "nl", + "name": "Engels (Verenigd Koninkrijk/Canada)", + "code": "en-GB", "dir": "ltr" } \ No newline at end of file diff --git a/public/language/nl/modules.json b/public/language/nl/modules.json index 63a8b8974f..34c8925ae7 100644 --- a/public/language/nl/modules.json +++ b/public/language/nl/modules.json @@ -13,6 +13,7 @@ "chat.contacts": "Contacten", "chat.message-history": "Berichtengeschiedenis", "chat.pop-out": "Chatvenster opbrengen bij chat", + "chat.minimize": "Minimize", "chat.maximize": "Maximaliseren", "chat.seven_days": "7 dagen", "chat.thirty_days": "30 dagen", diff --git a/public/language/nl/search.json b/public/language/nl/search.json index 5e6d54ffee..c708ca4686 100644 --- a/public/language/nl/search.json +++ b/public/language/nl/search.json @@ -8,6 +8,7 @@ "posted-by": "Geplaatst door", "in-categories": "In categorieën", "search-child-categories": "Doorzoek subcategorieën ", + "has-tags": "Has tags", "reply-count": "Aantal reacties", "at-least": "op zijn minst", "at-most": "op zijn meest", diff --git a/public/language/nl/user.json b/public/language/nl/user.json index 9900701511..22e0d6a947 100644 --- a/public/language/nl/user.json +++ b/public/language/nl/user.json @@ -63,6 +63,7 @@ "upload_a_picture": "Upload een afbeelding", "remove_uploaded_picture": "Verwijder gëuploade foto", "upload_cover_picture": "Upload je coverafbeelding", + "remove_cover_picture_confirm": "Are you sure you want to remove the cover picture?", "settings": "Instellingen", "show_email": "E-mailadres weergeven", "show_fullname": "Laat mijn volledige naam zien", diff --git a/public/language/pl/admin/admin.json b/public/language/pl/admin/admin.json index 9c01f56006..35481809c1 100644 --- a/public/language/pl/admin/admin.json +++ b/public/language/pl/admin/admin.json @@ -1,5 +1,5 @@ { - "alert.confirm-reload": "Are you sure you wish to reload NodeBB?", + "alert.confirm-reload": "Jesteś pewny, że chciałbyś przeładować NodeBB ?", "alert.confirm-restart": "Are you sure you wish to restart NodeBB?", "acp-title": "%1 | NodeBB Admin Control Panel", diff --git a/public/language/pl/admin/advanced/errors.json b/public/language/pl/admin/advanced/errors.json index 963e68b116..67e6e1b6d7 100644 --- a/public/language/pl/admin/advanced/errors.json +++ b/public/language/pl/admin/advanced/errors.json @@ -1,7 +1,7 @@ { "figure-x": "Figure %1", "error-events-per-day": "%1 events per day",
- "error.404": "404 Not Found",
+ "error.404": "404 Nie znaleziono",
"error.503": "503 Service Unavailable",
"manage-error-log": "Manage Error Log",
"export-error-log": "Export Error Log (CSV)",
diff --git a/public/language/pl/admin/advanced/events.json b/public/language/pl/admin/advanced/events.json
index 766eb5e951..f5596d976d 100644
--- a/public/language/pl/admin/advanced/events.json
+++ b/public/language/pl/admin/advanced/events.json
@@ -1,5 +1,5 @@
{
- "events": "Events",
+ "events": "Wydarzenia",
"no-events": "There are no events",
"control-panel": "Events Control Panel",
"delete-events": "Delete Events"
diff --git a/public/language/pl/admin/advanced/logs.json b/public/language/pl/admin/advanced/logs.json
index b9de400e1c..0882641e77 100644
--- a/public/language/pl/admin/advanced/logs.json
+++ b/public/language/pl/admin/advanced/logs.json
@@ -1,7 +1,7 @@
{
- "logs": "Logs",
- "control-panel": "Logs Control Panel",
- "reload": "Reload Logs",
+ "logs": "Logi",
+ "control-panel": "Logi Panelu Kontroli",
+ "reload": "Przeładuj logi",
"clear": "Clear Logs",
"clear-success": "Logs Cleared!"
}
\ No newline at end of file
diff --git a/public/language/pl/admin/appearance/skins.json b/public/language/pl/admin/appearance/skins.json
index 4db6fbdd8a..648da881aa 100644
--- a/public/language/pl/admin/appearance/skins.json
+++ b/public/language/pl/admin/appearance/skins.json
@@ -1,7 +1,7 @@
{
- "loading": "Loading Skins...",
- "homepage": "Homepage",
- "select-skin": "Select Skin",
+ "loading": "Ładowania skórki...",
+ "homepage": "Strona główna",
+ "select-skin": "Wybierz Skórkę",
"current-skin": "Current Skin",
"skin-updated": "Skin Updated",
"applied-success": "%1 skin was succesfully applied",
diff --git a/public/language/pl/admin/appearance/themes.json b/public/language/pl/admin/appearance/themes.json
index 3148a01337..85e4d62eba 100644
--- a/public/language/pl/admin/appearance/themes.json
+++ b/public/language/pl/admin/appearance/themes.json
@@ -1,7 +1,7 @@
{
- "checking-for-installed": "Checking for installed themes...",
- "homepage": "Homepage",
- "select-theme": "Select Theme",
+ "checking-for-installed": "Sprawdzanie zainstalowanego stylu...",
+ "homepage": "Strona główna",
+ "select-theme": "Wybierz Styl",
"current-theme": "Current Theme",
"no-themes": "No installed themes found",
"revert-confirm": "Are you sure you wish to restore the default NodeBB theme?",
diff --git a/public/language/pl/admin/development/info.json b/public/language/pl/admin/development/info.json
index b2768ca212..2e3a792438 100644
--- a/public/language/pl/admin/development/info.json
+++ b/public/language/pl/admin/development/info.json
@@ -1,6 +1,6 @@
{
- "you-are-on": "Info - You are on %1:%2",
- "host": "host",
+ "you-are-on": "Informacja - Jesteś na %1:%2",
+ "host": "Host",
"pid": "pid",
"nodejs": "nodejs",
"online": "online",
diff --git a/public/language/pl/admin/extend/plugins.json b/public/language/pl/admin/extend/plugins.json
index 8f382a290d..a5e2715f2a 100644
--- a/public/language/pl/admin/extend/plugins.json
+++ b/public/language/pl/admin/extend/plugins.json
@@ -1,7 +1,7 @@
{
- "installed": "Installed",
+ "installed": "Zainstalowane",
"active": "Active",
- "inactive": "Inactive",
+ "inactive": "Nieaktywny",
"out-of-date": "Out of Date",
"none-found": "No plugins found.",
"none-active": "No Active Plugins",
@@ -20,6 +20,7 @@
"plugin-item.themes": "Themes",
"plugin-item.deactivate": "Deactivate",
"plugin-item.activate": "Activate",
+ "plugin-item.install": "Install",
"plugin-item.uninstall": "Uninstall",
"plugin-item.settings": "Settings",
"plugin-item.installed": "Installed",
@@ -43,4 +44,4 @@
"alert.package-manager-unreachable": "NodeBB could not reach the package manager, an upgrade is not suggested at this time.
", "alert.incompatible": "Your version of NodeBB (v%1) is only cleared to upgrade to v%2 of this plugin. Please update your NodeBB if you wish to install a newer version of this plugin.
", "alert.possibly-incompatible": "No Compatibility Information Found
This plugin did not specify a specific version for installation given your NodeBB version. Full compatibility cannot be guaranteed, and may cause your NodeBB to no longer start properly.
In the event that NodeBB cannot boot properly:
$ ./nodebb reset plugin=\"%1\"Continue installation of latest version of this plugin?
" -} \ No newline at end of file +} diff --git a/public/language/pl/admin/extend/rewards.json b/public/language/pl/admin/extend/rewards.json index 5383a90b33..6eb12d1f33 100644 --- a/public/language/pl/admin/extend/rewards.json +++ b/public/language/pl/admin/extend/rewards.json @@ -1,7 +1,7 @@ { - "rewards": "Rewards", + "rewards": "Nagrody", "condition-if-users": "If User's", - "condition-is": "Is:", + "condition-is": "Jest:", "condition-then": "Then:", "max-claims": "Amount of times reward is claimable", "zero-infinite": "Enter 0 for infinite", diff --git a/public/language/pl/admin/extend/widgets.json b/public/language/pl/admin/extend/widgets.json index 477bb15e56..45af5a35cc 100644 --- a/public/language/pl/admin/extend/widgets.json +++ b/public/language/pl/admin/extend/widgets.json @@ -1,5 +1,5 @@ { - "available": "Available Widgets", + "available": "Dostępne Widgety", "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 plugins control panel.", "containers.available": "Available Containers", diff --git a/public/language/pl/admin/general/dashboard.json b/public/language/pl/admin/general/dashboard.json index b82802db1b..ba1da79cd4 100644 --- a/public/language/pl/admin/general/dashboard.json +++ b/public/language/pl/admin/general/dashboard.json @@ -1,5 +1,5 @@ { - "forum-traffic": "Forum Traffic", + "forum-traffic": "Ruch Forum", "page-views": "Page Views", "unique-visitors": "Unique Visitors", "page-views-last-month": "Page views Last Month", diff --git a/public/language/pl/admin/general/homepage.json b/public/language/pl/admin/general/homepage.json index 4866b8baf6..7afc8608b1 100644 --- a/public/language/pl/admin/general/homepage.json +++ b/public/language/pl/admin/general/homepage.json @@ -1,5 +1,5 @@ { - "home-page": "Home Page", + "home-page": "Strona Główna", "description": "Choose what page is shown when users navigate to the root URL of your forum.", "home-page-route": "Home Page Route", "custom-route": "Custom Route", diff --git a/public/language/pl/admin/general/languages.json b/public/language/pl/admin/general/languages.json index da45cade2c..f5f3c02873 100644 --- a/public/language/pl/admin/general/languages.json +++ b/public/language/pl/admin/general/languages.json @@ -1,5 +1,5 @@ { - "language-settings": "Language Settings", + "language-settings": "Ustawienia Językowe", "description": "The default language determines the language settings for all users who are visiting your forum.%1 events per day",
- "error.404": "404 Not Found",
- "error.503": "503 Service Unavailable",
- "manage-error-log": "Manage Error Log",
- "export-error-log": "Export Error Log (CSV)",
- "clear-error-log": "Clear Error Log",
- "route": "Route",
- "count": "Count",
- "no-routes-not-found": "Hooray! There are no routes that were not found.",
- "clear404-confirm": "Are you sure you wish to clear the 404 error logs?",
- "clear404-success": "\"404 Not Found\" errors cleared"
+ "figure-x": "Figura %1",
+ "error-events-per-day": "%1 eventos por dia",
+ "error.404": "404 Não Encontrada",
+ "error.503": "503 Serviço Indisponível",
+ "manage-error-log": "Administrar Log de Erros",
+ "export-error-log": "Exportar Log de Erros (CSV)",
+ "clear-error-log": "Limpar Log de Erros",
+ "route": "Rota",
+ "count": "Contagem",
+ "no-routes-not-found": "Eeeee! Não tem quaisquer rotas que não foram encontradas.",
+ "clear404-confirm": "Você tem certeza que deseja limpar todos os logs de erro 404?",
+ "clear404-success": "Erros de \"404 Não Encontrada\" apagados"
}
\ No newline at end of file
diff --git a/public/language/pt-BR/admin/advanced/events.json b/public/language/pt-BR/admin/advanced/events.json
index 766eb5e951..a1a8469fd4 100644
--- a/public/language/pt-BR/admin/advanced/events.json
+++ b/public/language/pt-BR/admin/advanced/events.json
@@ -1,6 +1,6 @@
{
- "events": "Events",
- "no-events": "There are no events",
- "control-panel": "Events Control Panel",
- "delete-events": "Delete Events"
+ "events": "Eventos",
+ "no-events": "Não há eventos",
+ "control-panel": "Painel de Controle de Eventos",
+ "delete-events": "Excluir Eventos"
}
\ No newline at end of file
diff --git a/public/language/pt-BR/admin/advanced/logs.json b/public/language/pt-BR/admin/advanced/logs.json
index b9de400e1c..40136281e8 100644
--- a/public/language/pt-BR/admin/advanced/logs.json
+++ b/public/language/pt-BR/admin/advanced/logs.json
@@ -1,7 +1,7 @@
{
"logs": "Logs",
- "control-panel": "Logs Control Panel",
- "reload": "Reload Logs",
- "clear": "Clear Logs",
- "clear-success": "Logs Cleared!"
+ "control-panel": "Painel de Controle de Logs",
+ "reload": "Recarregar Logs",
+ "clear": "Limpar Logs",
+ "clear-success": "Logs Apagados!"
}
\ No newline at end of file
diff --git a/public/language/pt-BR/admin/appearance/customise.json b/public/language/pt-BR/admin/appearance/customise.json
index 767d443e29..5a88e5915b 100644
--- a/public/language/pt-BR/admin/appearance/customise.json
+++ b/public/language/pt-BR/admin/appearance/customise.json
@@ -1,9 +1,9 @@
{
- "custom-css": "Custom CSS",
- "custom-css.description": "Enter your own CSS declarations here, which will be applied after all other styles.",
- "custom-css.enable": "Enable Custom CSS",
+ "custom-css": "CSS Personalizado",
+ "custom-css.description": "Entre com as suas próprias declarações de CSS aqui, as quais serão aplicadas após todos os outros estilos.",
+ "custom-css.enable": "Habilitar CSS Personalizado",
- "custom-header": "Custom Header",
- "custom-header.description": "Enter custom HTML here (ex. JavaScript, Meta Tags, etc.), which will be appended to the <head> section of your forum's markup.",
- "custom-header.enable": "Enable Custom Header"
+ "custom-header": "Cabeçalho Personalizado",
+ "custom-header.description": "Adicione HTML pessoal aqui (ex. JavaScript, Meta Tags, Tags, etc), os quais serão acrescentados ao final da seção <head> do markup do seu fórum.",
+ "custom-header.enable": "Ligar o Cabeçalho Personalizado"
}
\ No newline at end of file
diff --git a/public/language/pt-BR/admin/appearance/skins.json b/public/language/pt-BR/admin/appearance/skins.json
index 4db6fbdd8a..1911c54b2a 100644
--- a/public/language/pt-BR/admin/appearance/skins.json
+++ b/public/language/pt-BR/admin/appearance/skins.json
@@ -1,9 +1,9 @@
{
- "loading": "Loading Skins...",
+ "loading": "Carregando Skins...",
"homepage": "Homepage",
- "select-skin": "Select Skin",
- "current-skin": "Current Skin",
- "skin-updated": "Skin Updated",
- "applied-success": "%1 skin was succesfully applied",
- "revert-success": "Skin reverted to base colours"
+ "select-skin": "Escolher Skin",
+ "current-skin": "Skin Atual",
+ "skin-updated": "Skin Atualizada",
+ "applied-success": "A skin %1 foi aplicada com sucesso",
+ "revert-success": "Skin revertida para cores base"
}
\ No newline at end of file
diff --git a/public/language/pt-BR/admin/appearance/themes.json b/public/language/pt-BR/admin/appearance/themes.json
index 3148a01337..e2793ce865 100644
--- a/public/language/pt-BR/admin/appearance/themes.json
+++ b/public/language/pt-BR/admin/appearance/themes.json
@@ -1,11 +1,11 @@
{
- "checking-for-installed": "Checking for installed themes...",
+ "checking-for-installed": "Procurando por temas instalados...",
"homepage": "Homepage",
- "select-theme": "Select Theme",
- "current-theme": "Current Theme",
- "no-themes": "No installed themes found",
- "revert-confirm": "Are you sure you wish to restore the default NodeBB theme?",
- "theme-changed": "Theme Changed",
- "revert-success": "You have successfully reverted your NodeBB back to it's default theme.",
- "restart-to-activate": "Please restart your NodeBB to fully activate this theme"
+ "select-theme": "Escolher Tema",
+ "current-theme": "Tema Atual",
+ "no-themes": "Nenhum tema instalado encontrado",
+ "revert-confirm": "Tem certeza que você deseja restaurar o tema padrão do NodeBB?",
+ "theme-changed": "Tema Alterado",
+ "revert-success": "Você reverteu com sucesso o seu NodeBB para seu tema padrão.",
+ "restart-to-activate": "Por favor reinicei o seu NodeBB para ativar completamente este tema"
}
\ No newline at end of file
diff --git a/public/language/pt-BR/admin/development/info.json b/public/language/pt-BR/admin/development/info.json
index b2768ca212..fe35d78a37 100644
--- a/public/language/pt-BR/admin/development/info.json
+++ b/public/language/pt-BR/admin/development/info.json
@@ -1,16 +1,16 @@
{
- "you-are-on": "Info - You are on %1:%2",
+ "you-are-on": "Info - Você está em %1:%2",
"host": "host",
"pid": "pid",
"nodejs": "nodejs",
"online": "online",
"git": "git",
- "load": "load",
- "uptime": "uptime",
+ "load": "carregar",
+ "uptime": "tempo rodando",
- "registered": "Registered",
+ "registered": "Registrado",
"sockets": "Sockets",
- "guests": "Guests",
+ "guests": "Visitantes",
"info": "Info"
}
\ No newline at end of file
diff --git a/public/language/pt-BR/admin/development/logger.json b/public/language/pt-BR/admin/development/logger.json
index 6ab9558149..666bbf3a2b 100644
--- a/public/language/pt-BR/admin/development/logger.json
+++ b/public/language/pt-BR/admin/development/logger.json
@@ -1,12 +1,12 @@
{
- "logger-settings": "Logger Settings",
- "description": "By enabling the check boxes, you will receive logs to your terminal. If you specify a path, logs will then be saved to a file instead. HTTP logging is useful for collecting statistics about who, when, and what people access on your forum. In addition to logging HTTP requests, we can also log socket.io events. Socket.io logging, in combination with redis-cli monitor, can be very helpful for learning NodeBB's internals.",
- "explanation": "Simply check/uncheck the logging settings to enable or disable logging on the fly. No restart needed.",
- "enable-http": "Enable HTTP logging",
- "enable-socket": "Enable socket.io event logging",
- "file-path": "Path to log file",
- "file-path-placeholder": "/path/to/log/file.log ::: leave blank to log to your terminal",
+ "logger-settings": "Configurações de Logs",
+ "description": "Ao habilitar as caixas de checagem, você irá receber os logs no seu terminal. Se você escolher um caminho de arquivo (path), os logs serão salvos em um arquivo ao invés disso. O log de HTTP é útil para coletar estatísticas sobre quem, quando, e o que as pessoas acessam no seu fórum. Além de logar solicitações de HTTP, nós podemos também logar eventos de socket.io Logs de socket.io, em combinação com o monitor redis-cli, podem ser de muito auxílio para se aprender o funcionamento interno do NodeBB.",
+ "explanation": "Apenas marque/desmarque as configurações de log para habilitar ou desabilitar o log enquanto rodando. Reiniciar não é necessário.",
+ "enable-http": "Ligar o log de HTTP",
+ "enable-socket": "Ligar o log de eventos do socket.io",
+ "file-path": "Caminho do arquivo de log",
+ "file-path-placeholder": "/caminho/para/o/arquivo-de-log.log ::: deixe em branco para logar para o seu terminal",
- "control-panel": "Logger Control Panel",
- "update-settings": "Update Logger Settings"
+ "control-panel": "Painel de Controle do Logger",
+ "update-settings": "Atualizar Configurações do Logger"
}
\ No newline at end of file
diff --git a/public/language/pt-BR/admin/extend/plugins.json b/public/language/pt-BR/admin/extend/plugins.json
index 8f382a290d..c0fb101958 100644
--- a/public/language/pt-BR/admin/extend/plugins.json
+++ b/public/language/pt-BR/admin/extend/plugins.json
@@ -1,46 +1,47 @@
{
- "installed": "Installed",
- "active": "Active",
- "inactive": "Inactive",
- "out-of-date": "Out of Date",
- "none-found": "No plugins found.",
- "none-active": "No Active Plugins",
- "find-plugins": "Find Plugins",
+ "installed": "Instalado",
+ "active": "Ativo",
+ "inactive": "Inativo",
+ "out-of-date": "Desatualizado",
+ "none-found": "Nenhum plugin encontrado.",
+ "none-active": "Nenhum Plugin Ativo",
+ "find-plugins": "Encontrar Plugins",
- "plugin-search": "Plugin Search",
- "plugin-search-placeholder": "Search for plugin...",
- "reorder-plugins": "Re-order Plugins",
- "order-active": "Order Active Plugins",
- "dev-interested": "Interested in writing plugins for NodeBB?",
- "docs-info": "Full documentation regarding plugin authoring can be found in the NodeBB Docs Portal.",
+ "plugin-search": "Busca de Plugins",
+ "plugin-search-placeholder": "Pesquisar por plugin...",
+ "reorder-plugins": "Re-ordenar Plugins",
+ "order-active": "Ordenar Plugins Ativos",
+ "dev-interested": "Interessado em escrever plugins para o NodeBB?",
+ "docs-info": "A documentação completa sobre criação de plugins pode ser encontrada no Portal de Documentação do NodeBB.",
- "order.description": "Certain plugins work ideally when they are initialised before/after other plugins.",
- "order.explanation": "Plugins load in the order specified here, from top to bottom",
+ "order.description": "Certos plugins funcionam melhor quando eles são inicializados antes/após outros plugins.",
+ "order.explanation": "Os plugins são carregados na ordem especificada aqui, de cima para baixo",
- "plugin-item.themes": "Themes",
- "plugin-item.deactivate": "Deactivate",
- "plugin-item.activate": "Activate",
- "plugin-item.uninstall": "Uninstall",
- "plugin-item.settings": "Settings",
- "plugin-item.installed": "Installed",
- "plugin-item.latest": "Latest",
- "plugin-item.upgrade": "Upgrade",
- "plugin-item.more-info": "For more information:",
- "plugin-item.unknown": "Unknown",
- "plugin-item.unknown-explanation": "The state of this plugin could not be determined, possibly due to a misconfiguration error.",
+ "plugin-item.themes": "Temas",
+ "plugin-item.deactivate": "Desativar",
+ "plugin-item.activate": "Ativar",
+ "plugin-item.install": "Install",
+ "plugin-item.uninstall": "Desinstalar",
+ "plugin-item.settings": "Configurações",
+ "plugin-item.installed": "Instalado",
+ "plugin-item.latest": "Mais Recente",
+ "plugin-item.upgrade": "Atualizar",
+ "plugin-item.more-info": "Para mais informação:",
+ "plugin-item.unknown": "Desconhecido",
+ "plugin-item.unknown-explanation": "O estado deste plugin não pôde ser determinado, possivelmente devido à um erro de configuração.",
- "alert.enabled": "Plugin Enabled",
- "alert.disabled": "Plugin Disabled",
- "alert.upgraded": "Plugin Upgraded",
- "alert.installed": "Plugin Installed",
- "alert.uninstalled": "Plugin Uninstalled",
- "alert.activate-success": "Please restart your NodeBB to fully activate this plugin",
- "alert.deactivate-success": "Plugin successfully deactivated",
- "alert.upgrade-success": "Please reload your NodeBB to fully upgrade this plugin",
- "alert.install-success": "Plugin successfully installed, please activate the plugin.",
- "alert.uninstall-success": "The plugin has been successfully deactivated and uninstalled.",
- "alert.suggest-error": "NodeBB could not reach the package manager, proceed with installation of latest version?
NodeBB could not reach the package manager, an upgrade is not suggested at this time.
", - "alert.incompatible": "Your version of NodeBB (v%1) is only cleared to upgrade to v%2 of this plugin. Please update your NodeBB if you wish to install a newer version of this plugin.
", - "alert.possibly-incompatible": "No Compatibility Information Found
This plugin did not specify a specific version for installation given your NodeBB version. Full compatibility cannot be guaranteed, and may cause your NodeBB to no longer start properly.
In the event that NodeBB cannot boot properly:
$ ./nodebb reset plugin=\"%1\"Continue installation of latest version of this plugin?
" -} \ No newline at end of file + "alert.enabled": "Plugin Ativado", + "alert.disabled": "Plugin Desativado", + "alert.upgraded": "Plugin Atualizado", + "alert.installed": "Plugin Instalado", + "alert.uninstalled": "Plugin Desinstalado", + "alert.activate-success": "Por favor reinicie o seu NodeBB para ativar completamente este plugin", + "alert.deactivate-success": "Plugin desativado com sucesso", + "alert.upgrade-success": "Por favor recarregue o seu NodeBB para atualizar completamente este plugin", + "alert.install-success": "Plugin instalado com sucesso, por favor ative o plugin.", + "alert.uninstall-success": "O plugin foi desativado com sucesso e desinstalado.", + "alert.suggest-error": "O NodeBB não pôde encontrar o administrador de pacotes, proceder com a instalação da última versão?
O NodeBB não pôde encontrar o administrador de pacotes, um upgrade não é sugerível agora.
", + "alert.incompatible": "Nasua versão do NodeBB (v%1) o plugin pode ser atualizado até a sua v%2. Por favor atualize o seu NodeBB se você quiser instalar uma versão mais recente deste plugin.
", + "alert.possibly-incompatible": "Nenhuma Informação de Compatibilidade Encontrada
Este plugin não especificou uma versão específica para instalação dada a sua versão do NodeBB. A compatibilidade completa não pode ser garantid, e pode causar o seu NodeBB de não mais iniciar adequadamente.
Se ocorrer que o NodeBB não se inicie adequadamente:
$ ./nodebb reset plugin=\"%1\"Continuar a instalação da última versão deste plugin?
" +} diff --git a/public/language/pt-BR/admin/extend/rewards.json b/public/language/pt-BR/admin/extend/rewards.json index 5383a90b33..79e93cfb24 100644 --- a/public/language/pt-BR/admin/extend/rewards.json +++ b/public/language/pt-BR/admin/extend/rewards.json @@ -1,17 +1,17 @@ { - "rewards": "Rewards", - "condition-if-users": "If User's", - "condition-is": "Is:", - "condition-then": "Then:", - "max-claims": "Amount of times reward is claimable", - "zero-infinite": "Enter 0 for infinite", - "delete": "Delete", - "enable": "Enable", - "disable": "Disable", - "control-panel": "Rewards Control", - "new-reward": "New Reward", + "rewards": "Prêmios", + "condition-if-users": "Se do Usuário", + "condition-is": "É:", + "condition-then": "Então:", + "max-claims": "Tanto de vezes que o prêmio é reivindicável", + "zero-infinite": "Entre 0 para infinito", + "delete": "Deletar", + "enable": "Ligar", + "disable": "Desligar", + "control-panel": "Controle de Prêmios", + "new-reward": "Novo Prêmio", - "alert.delete-success": "Successfully deleted reward", - "alert.no-inputs-found": "Illegal reward - no inputs found!", - "alert.save-success": "Successfully saved rewards" + "alert.delete-success": "Prêmio removido com sucesso", + "alert.no-inputs-found": "Prêmio ilegal - nenhuma entrada encontrada!", + "alert.save-success": "Prêmios salvos com sucesso" } \ No newline at end of file diff --git a/public/language/pt-BR/admin/extend/widgets.json b/public/language/pt-BR/admin/extend/widgets.json index 477bb15e56..101c63cf29 100644 --- a/public/language/pt-BR/admin/extend/widgets.json +++ b/public/language/pt-BR/admin/extend/widgets.json @@ -1,19 +1,19 @@ { - "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 plugins control panel.", - "containers.available": "Available Containers", - "containers.explanation": "Drag and drop on top of any active widget", - "containers.none": "None", - "container.well": "Well", + "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 plugins. ", + "containers.available": "Contâineres Disponíveis", + "containers.explanation": "Arrastar e soltar em cima de qualquer widget ativo", + "containers.none": "Nenhum", + "container.well": "Bem", "container.jumbotron": "Jumbotron", - "container.panel": "Panel", - "container.panel-header": "Panel Header", - "container.panel-body": "Panel Body", - "container.alert": "Alert", + "container.panel": "Painel", + "container.panel-header": "Cabeçalho de Painel", + "container.panel-body": "Corpo do Painel", + "container.alert": "Alerta", - "alert.confirm-delete": "Are you sure you wish to delete this widget?", - "alert.updated": "Widgets Updated", - "alert.update-success": "Successfully updated widgets" + "alert.confirm-delete": "Tem certeza que deseja excluir este widget?", + "alert.updated": "Widgets Atualizados", + "alert.update-success": "Widgets atualizados com sucesso" } \ No newline at end of file diff --git a/public/language/pt-BR/admin/general/dashboard.json b/public/language/pt-BR/admin/general/dashboard.json index b82802db1b..0642d2b51e 100644 --- a/public/language/pt-BR/admin/general/dashboard.json +++ b/public/language/pt-BR/admin/general/dashboard.json @@ -1,55 +1,55 @@ { - "forum-traffic": "Forum Traffic", - "page-views": "Page Views", - "unique-visitors": "Unique Visitors", - "page-views-last-month": "Page views Last Month", - "page-views-this-month": "Page views This Month", - "page-views-last-day": "Page views in last 24 hours", + "forum-traffic": "Tráfego do Forum", + "page-views": "Visualizações de Página", + "unique-visitors": "Visitantes Únicos", + "page-views-last-month": "Visualizações de página no Último Mês", + "page-views-this-month": "Visualizações de Página Este Mês", + "page-views-last-day": "Visualizações de página nas últimas 24 horas", - "stats.day": "Day", - "stats.week": "Week", - "stats.month": "Month", - "stats.all": "All Time", + "stats.day": "Dia", + "stats.week": "Semana", + "stats.month": "Mês", + "stats.all": "Todos os Tempos", - "updates": "Updates", - "running-version": "You are running NodeBB v%1.", - "keep-updated": "Always make sure that your NodeBB is up to date for the latest security patches and bug fixes.", - "up-to-date": "You are up-to-date
", - "upgrade-available": "A new version (v%1) has been released. Consider upgrading your NodeBB.
", - "prerelease-upgrade-available": "This is an outdated pre-release version of NodeBB. A new version (v%1) has been released. Consider upgrading your NodeBB.
", - "prerelease-warning": "This is a pre-release version of NodeBB. Unintended bugs may occur.
", + "updates": "Atualizações", + "running-version": "Você está rodando o NodeBB v%1.", + "keep-updated": "Sempre se certifique de que o seu NodeBB está atualizado para os últimos patches de segurança e bug fixes.", + "up-to-date": "Você está atualizado
", + "upgrade-available": "Uma nova versão (v%1) foi lançada. Leve em consideração atualizar o seu NodeBB.
", + "prerelease-upgrade-available": "Esta versão um pre-release antigo do NodeBB. Uma nova versão (v%1) foi lançada. Leve em consideração atualizar o seu NodeBB.
", + "prerelease-warning": "Esta é uma versão pre-release do NodeBB. Bugs inesperados podem ocorrer.
", - "notices": "Notices", + "notices": "Avisos", - "control-panel": "System Control", - "reload": "Reload", - "restart": "Restart", - "restart-warning": "Reloading or Restarting your NodeBB will drop all existing connections for a few seconds.", - "maintenance-mode": "Maintenance Mode", - "maintenance-mode-title": "Click here to set up maintenance mode for NodeBB", - "realtime-chart-updates": "Realtime Chart Updates", + "control-panel": "Controle do Sistema", + "reload": "Recarregar", + "restart": "Reiniciar", + "restart-warning": "Recarregar ou Reiniciar o seu NodeBB derrubará todas as conexão existentes por alguns segundos.", + "maintenance-mode": "Modo de Manutenção", + "maintenance-mode-title": "Clique aqui para colocar o modo de manutenção no NodeBB", + "realtime-chart-updates": "Atualização de Gráfico em Tempo Real", - "active-users": "Active Users", - "active-users.users": "Users", - "active-users.guests": "Guests", + "active-users": "Usuários Ativos", + "active-users.users": "Usuários", + "active-users.guests": "Visitantes", "active-users.total": "Total", - "active-users.connections": "Connections", + "active-users.connections": "Conexões", - "anonymous-registered-users": "Anonymous vs Registered Users", - "anonymous": "Anonymous", - "registered": "Registered", + "anonymous-registered-users": "Anônimos vs Usuários Registrados", + "anonymous": "Anônimo", + "registered": "Registrado", - "user-presence": "User Presence", - "on-categories": "On categories list", - "reading-posts": "Reading posts", - "browsing-topics": "Browsing topics", - "recent": "Recent", - "unread": "Unread", + "user-presence": "Presença de Usuário", + "on-categories": "Na lista de categorias", + "reading-posts": "Lendo posts", + "browsing-topics": "Explorando tópicos", + "recent": "Recente", + "unread": "Não-lidos", - "high-presence-topics": "High Presence Topics", + "high-presence-topics": "Tópicos de Alta Presença", - "graphs.page-views": "Page Views", - "graphs.unique-visitors": "Unique Visitors", - "graphs.registered-users": "Registered Users", - "graphs.anonymous-users": "Anonymous Users" + "graphs.page-views": "Visualizações de Página", + "graphs.unique-visitors": "Visitantes Únicos", + "graphs.registered-users": "Usuários Registrados", + "graphs.anonymous-users": "Usuários Anônimos" } \ No newline at end of file diff --git a/public/language/pt-BR/admin/general/homepage.json b/public/language/pt-BR/admin/general/homepage.json index 4866b8baf6..816145eb0a 100644 --- a/public/language/pt-BR/admin/general/homepage.json +++ b/public/language/pt-BR/admin/general/homepage.json @@ -1,7 +1,7 @@ { - "home-page": "Home Page", - "description": "Choose what page is shown when users navigate to the root URL of your forum.", - "home-page-route": "Home Page Route", - "custom-route": "Custom Route", - "allow-user-home-pages": "Allow User Home Pages" + "home-page": "Página Inicial", + "description": "Escolha qual página será mostrada quando usuários navegarem para a URL raíz do seu fórum.", + "home-page-route": "Rota da Página Inicial", + "custom-route": "Rota Personalizada", + "allow-user-home-pages": "Permitir Home Pages de Usuários" } \ No newline at end of file diff --git a/public/language/pt-BR/admin/general/languages.json b/public/language/pt-BR/admin/general/languages.json index da45cade2c..25b203c2f2 100644 --- a/public/language/pt-BR/admin/general/languages.json +++ b/public/language/pt-BR/admin/general/languages.json @@ -1,5 +1,5 @@ { - "language-settings": "Language Settings", - "description": "The default language determines the language settings for all users who are visiting your forum.registered-users group is granted a specific privilege, all other groups receive an implicit privilege, even if they are not explicitly defined/checked. This implicit privilege is shown to you because all users are part of the registered-users user group, and so, privileges for additional groups need not be explicitly granted.",
+ "privileges.description": "Você pode configurar os privilégios de controle de acesso para esta categoria nesta seção. Privilégios podem ser concedidos em uma base por-usuário ou por-grupo. Você pode adicionar um novo usuário à esta tabela ao pesquisar por ele na form abaixo.",
+ "privileges.warning": "Nota: Configurações de privilégio entram em efeito imediatamente. Não é necessário salvar a categoria após ajustar estas configurações.",
+ "privileges.section-viewing": "Privilégios de Visualização",
+ "privileges.section-posting": "Privilégios de Postagem",
+ "privileges.section-moderation": "Privilégios de Moderação",
+ "privileges.section-user": "Usuário",
+ "privileges.search-user": "Adicionar Usuário",
+ "privileges.no-users": "Sem privilégios específicos de usuário nesta categoria.",
+ "privileges.section-group": "Grupo",
+ "privileges.group-private": "Este grupo é privado",
+ "privileges.search-group": "Adicionar Grupo",
+ "privileges.copy-to-children": "Copiar para Filhos",
+ "privileges.copy-from-category": "Copiar da Categoria",
+ "privileges.inherit": "Se o grupo registered-users recebe um privilégio específico, todos os outros grupos recebem um privilégio implícito, mesmo se eles não estão explicitamente definidos/checados. Este privilégio implícito é exibido para você porque todos os usuários são parte do grupo de usuários registered-users e portanto, privilégios para grupos adicionais não precisam ser explicitamente concedidos.",
- "analytics.back": "Back to Categories List",
- "analytics.title": "Analytics for \"%1\" category",
- "analytics.pageviews-hourly": "Figure 1 – Hourly page views for this category",
- "analytics.pageviews-daily": "Figure 2 – Daily page views for this category",
- "analytics.topics-daily": "Figure 3 – Daily topics created in this category",
- "analytics.posts-daily": "Figure 4 – Daily posts made in this category",
+ "analytics.back": "De volta para a lista de Categorias",
+ "analytics.title": "Analítica da categoria \"%1\"",
+ "analytics.pageviews-hourly": "Figura 1 – Visualizações de página por hora nesta categoria",
+ "analytics.pageviews-daily": "Figura 2 – Visualizações de páginas desta categoria por dia",
+ "analytics.topics-daily": "Figura 3 – Tópicos criados nessa categoria por dia",
+ "analytics.posts-daily": "Figura 4 – Posts feitos nessa categoria por dia",
- "alert.created": "Created",
- "alert.create-success": "Category successfully created!",
- "alert.none-active": "You have no active categories.",
- "alert.create": "Create a Category",
- "alert.confirm-moderate": "Are you sure you wish to grant the moderation privilege to this user group? This group is public, and any users can join at will.",
- "alert.confirm-purge": "Do you really want to purge this category \"%1\"?
Purging a category will remove all topics and posts, and delete the category from the database. If you want to remove a category temporarily, you'll want to \"disable\" the category instead.
", - "alert.purge-success": "Category purged!", - "alert.copy-success": "Settings Copied!", - "alert.set-parent-category": "Set Parent Category", - "alert.updated": "Updated Categories", - "alert.updated-success": "Category IDs %1 was successfully updated.", - "alert.upload-image": "Upload category image", - "alert.find-user": "Find a User", - "alert.user-search": "Search for a user here...", - "alert.find-group": "Find a Group", - "alert.group-search": "Search for a group here..." + "alert.created": "Criado", + "alert.create-success": "Categoria criada com sucesso!", + "alert.none-active": "Você não possui categorias ativas.", + "alert.create": "Criar uma Categoria", + "alert.confirm-moderate": "Você tem certeza que deseja conceder privilégios de moderação para este grupo de usuários? Este grupo é público, e quaisquer usuários podem entrar à vontade.", + "alert.confirm-purge": "Você realmente quer purgar esta categoria \"%1\"?
Purgar uma categoria removerá todos os tópicos e posts, e deletará a categoria do banco de dados. Se você quiser remover uma categoria temporariamente, você irá preferir \"desabilitar\" a categoria ao invés disso.
", + "alert.purge-success": "Categoria purgada!", + "alert.copy-success": "Configurações Copiadas!", + "alert.set-parent-category": "Definir Categoria Mãe", + "alert.updated": "Categorias Atualizadas", + "alert.updated-success": "Category IDs %1 successfully updated.", + "alert.upload-image": "Enviar imagem de categoria", + "alert.find-user": "Encontrar um Usuário", + "alert.user-search": "Procure por um usuário aqui...", + "alert.find-group": "Encontre um Grupo", + "alert.group-search": "Pesquise por um grupo aqui..." } \ No newline at end of file diff --git a/public/language/pt-BR/admin/manage/flags.json b/public/language/pt-BR/admin/manage/flags.json index bfc488a409..528dcc47d0 100644 --- a/public/language/pt-BR/admin/manage/flags.json +++ b/public/language/pt-BR/admin/manage/flags.json @@ -1,19 +1,19 @@ { - "daily": "Daily flags", - "by-user": "Flags by user", - "by-user-search": "Search flagged posts by username", - "category": "Category", - "sort-by": "Sort By", - "sort-by.most-flags": "Most Flags", - "sort-by.most-recent": "Most Recent", - "search": "Search", - "dismiss-all": "Dismiss All", - "none-flagged": "No flagged posts!", - "posted-in": "Posted in %1", - "read-more": "Read More", - "flagged-x-times": "This post has been flagged %1 time(s):", - "dismiss": "Dismiss this Flag", - "delete-post": "Delete the Post", + "daily": "Sinalizações diárias", + "by-user": "Sinalizações pelo usuário", + "by-user-search": "Procurar posts sinalizados por nome de usuário", + "category": "Categoria", + "sort-by": "Escolher Por", + "sort-by.most-flags": "Mais Sinalizações", + "sort-by.most-recent": "Mais Recente", + "search": "Pesquisar", + "dismiss-all": "Dispersar Tudo", + "none-flagged": "Sem posts sinalizados!", + "posted-in": "Postado em %1", + "read-more": "Leia Mais", + "flagged-x-times": "Este post foi sinalizado %1 vez(es):", + "dismiss": "Desfazer esta Sinalização", + "delete-post": "Excluir o Post", - "alerts.confirm-delete-post": "Do you really want to delete this post?" + "alerts.confirm-delete-post": "Você realmente quer excluir este post?" } \ No newline at end of file diff --git a/public/language/pt-BR/admin/manage/groups.json b/public/language/pt-BR/admin/manage/groups.json index b5e526aacf..c1d4a34f88 100644 --- a/public/language/pt-BR/admin/manage/groups.json +++ b/public/language/pt-BR/admin/manage/groups.json @@ -1,34 +1,34 @@ { - "name": "Group Name", - "description": "Group Description", - "system": "System Group", - "edit": "Edit", - "search-placeholder": "Search", - "create": "Create Group", - "description-placeholder": "A short description about your group", - "create-button": "Create", + "name": "Nome do Grupo", + "description": "Descrição do Grupo", + "system": "Grupo do Sistema", + "edit": "Editar", + "search-placeholder": "Procurar", + "create": "Criar Grupo", + "description-placeholder": "Uma breve descrição do seu grupo", + "create-button": "Criar", - "alerts.create-failure": "Uh-OhThere was a problem creating your group. Please try again later!
", - "alerts.confirm-delete": "Are you sure you wish to delete this group?", + "alerts.create-failure": "Uh-OhHouve um problema ao criar o seu grupo. Por favor tente novamente mais tarde!
", + "alerts.confirm-delete": "Você está certo de que deseja deletar este grupo?", - "edit.name": "Name", - "edit.description": "Description", - "edit.user-title": "Title of Members", - "edit.icon": "Group Icon", - "edit.label-color": "Group Label Color", - "edit.show-badge": "Show Badge", - "edit.private-details": "If enabled, joining of groups requires approval from a group owner.", - "edit.private-override": "Warning: Private groups is disabled at system level, which overrides this option.", - "edit.disable-requests": "Disable join requests", - "edit.hidden": "Hidden", - "edit.hidden-details": "If enabled, this group will not be found in the groups listing, and users will have to be invited manually", - "edit.add-user": "Add User to Group", - "edit.add-user-search": "Search Users", - "edit.members": "Member List", - "control-panel": "Groups Control Panel", - "revert": "Revert", + "edit.name": "Nome", + "edit.description": "Descrição", + "edit.user-title": "Título dos Membros", + "edit.icon": "Ícone do Grupo", + "edit.label-color": "Cor do Rótulo do Grupo", + "edit.show-badge": "Mostrar Distintivo", + "edit.private-details": "Se habilitado, entrar em grupos requer a aprovação de um dono do grupo.", + "edit.private-override": "Aviso: Grupos privados estão desabilitados no sistema, o que sobrepõe esta opção.", + "edit.disable-requests": "Desabilitar solicitações de entrada", + "edit.hidden": "Oculto", + "edit.hidden-details": "Se ligado, o grupo não será encontrado nas listagens de grupos, e os usuários terão de ser convidados manualmente", + "edit.add-user": "Adicionar Usuário ao Grupo", + "edit.add-user-search": "Pesquisar Usuários", + "edit.members": "Lista de Membros", + "control-panel": "Painel de Controle dos Grupos", + "revert": "Reverter", - "edit.no-users-found": "No Users Found", - "edit.confirm-remove-user": "Are you sure you want to remove this user?", - "edit.save-success": "Changes saved!" + "edit.no-users-found": "Nenhum Usuário Encontrado", + "edit.confirm-remove-user": "Tem certeza que deseja excluir este usuário?", + "edit.save-success": "Alterações salvas!" } \ No newline at end of file diff --git a/public/language/pt-BR/admin/manage/ip-blacklist.json b/public/language/pt-BR/admin/manage/ip-blacklist.json index 5106434351..9746b23a24 100644 --- a/public/language/pt-BR/admin/manage/ip-blacklist.json +++ b/public/language/pt-BR/admin/manage/ip-blacklist.json @@ -1,15 +1,15 @@ { - "lead": "Configure your IP blacklist here.", - "description": "Occasionally, a user account ban is not enough of a deterrant. Other times, restricting access to the forum to a specific IP or a range of IPs is the best way to protect a forum. In these scenarios, you can add troublesome IP addresses or entire CIDR blocks to this blacklist, and they will be prevented from logging in to or registering a new account.", - "active-rules": "Active Rules", - "validate": "Validate Blacklist", - "apply": "Apply Blacklist", - "hints": "Syntax Hints", - "hint-1": "Define a single IP addresses per line. You can add IP blocks as long as they follow the CIDR format (e.g.192.168.100.0/22).",
- "hint-2": "You can add in comments by starting lines with the # symbol.",
+ "lead": "Configure a sua lista negra de IPs aqui.",
+ "description": "Ocasionalmente, um banimento de conta de usuário não é suficientemente impeditivo. Outras vezes, restringir acesso ao fórum para um IP específico ou uma faixa de endereços IPs é o melhor jeito de proteger um fórum. Nestes cenários, você pode adicionar endereços IPs problemáticos ou blocos CIDR inteiros à está lista negra, e eles serão impedidos de logar ou registrar uma nova conta.",
+ "active-rules": "Regras Ativas",
+ "validate": "Validar Lista Negra",
+ "apply": "Aplicar Lista Negra",
+ "hints": "Dicas de Sintaxe",
+ "hint-1": "Defina um único endereço IP por linha. Você pode adicionar blocos de IP contanto que eles sigam o formato CIDR (por ex. 192.168.100.0/22).",
+ "hint-2": "Você pode adicionar comentários começando linhas com o símbolo #.",
- "validate.x-valid": "%1 out of %2 rule(s) valid.",
- "validate.x-invalid": "The following %1 rules are invalid:",
+ "validate.x-valid": "%1 de %2 regras(s) validá(s).",
+ "validate.x-invalid": "As seguintes %1 regras são inválidas:",
- "alerts.applied-success": "Blacklist Applied"
+ "alerts.applied-success": "Lista Negra Aplicada"
}
\ No newline at end of file
diff --git a/public/language/pt-BR/admin/manage/registration.json b/public/language/pt-BR/admin/manage/registration.json
index f51b4d56e6..6e1173dfd9 100644
--- a/public/language/pt-BR/admin/manage/registration.json
+++ b/public/language/pt-BR/admin/manage/registration.json
@@ -1,20 +1,20 @@
{
- "queue": "Queue",
- "description": "There are no users in the registration queue. %1
", - "alerts.create-success": "User created!", + "alerts.confirm-ban": "Você realmente deseja banir este usuário permanentemente?", + "alerts.confirm-ban-multi": "Você realmente quer banir estes usuários permanentemente?", + "alerts.ban-success": "Usuário(s) banido(s)!", + "alerts.button-ban-x": "Banir %1 usuário(s)", + "alerts.unban-success": "Usuário(s) desbanidos!", + "alerts.lockout-reset-success": "Trancamento(s) excluídos!", + "alerts.flag-reset-success": "Sinalização(ões) excluída(s)!", + "alerts.no-remove-yourself-admin": "Você não pode remover a si mesmo como Administrador!", + "alerts.make-admin-success": "Usuário(s) agora são administradores.", + "alerts.confirm-remove-admin": "Você realmente deseja remover admins?", + "alerts.remove-admin-success": "Usuário(s) não são mais administradores.", + "alerts.confirm-validate-email": "Você deseja validar o(s) email(s) deste(s) usuário(s)?", + "alerts.validate-email-success": "Emails validados", + "alerts.password-reset-confirm": "Você quer enviar email(s) de redefinição de senha para este(s) usuário(s)?", + "alerts.confirm-delete": "Aviso!%1
", + "alerts.create-success": "Usuário criado!", - "alerts.prompt-email": "Email: ", - "alerts.email-sent-to": "An invitation email has been sent to %1", - "alerts.x-users-found": "%1 user(s) found! Search took %2 ms." + "alerts.prompt-email": "Email:", + "alerts.email-sent-to": "Um email de convite foi enviado para %1", + "alerts.x-users-found": "%1 usuário(s) encontrado(s)! A pesquisa levou %2 ms." } \ No newline at end of file diff --git a/public/language/pt-BR/admin/menu.json b/public/language/pt-BR/admin/menu.json index 7a5327f643..2b85a2b42f 100644 --- a/public/language/pt-BR/admin/menu.json +++ b/public/language/pt-BR/admin/menu.json @@ -1,75 +1,75 @@ { - "section-general": "General", - "general/dashboard": "Dashboard", - "general/homepage": "Home Page", - "general/navigation": "Navigation", - "general/languages": "Languages", - "general/sounds": "Sounds", + "section-general": "Geral", + "general/dashboard": "Painel", + "general/homepage": "Página Inicial", + "general/navigation": "Navegação", + "general/languages": "Idiomas", + "general/sounds": "Sons", "general/social": "Social", - "section-manage": "Manage", - "manage/categories": "Categories", + "section-manage": "Administrar", + "manage/categories": "Categorias", "manage/tags": "Tags", - "manage/users": "Users", - "manage/registration": "Registration Queue", - "manage/groups": "Groups", - "manage/flags": "Flags", - "manage/ip-blacklist": "IP Blacklist", + "manage/users": "Usuários", + "manage/registration": "Fila de Registro", + "manage/groups": "Grupos", + "manage/flags": "Sinalizações", + "manage/ip-blacklist": "Lista Negra de IPs", - "section-settings": "Settings", - "settings/general": "General", - "settings/reputation": "Reputation", + "section-settings": "Configurações", + "settings/general": "Geral", + "settings/reputation": "Reputação", "settings/email": "Email", - "settings/user": "User", - "settings/group": "Group", - "settings/guest": "Guests", + "settings/user": "Usuário", + "settings/group": "Grupo", + "settings/guest": "Visitantes", "settings/uploads": "Uploads", "settings/post": "Post", "settings/chat": "Chat", - "settings/pagination": "Pagination", + "settings/pagination": "Paginação", "settings/tags": "Tags", - "settings/notifications": "Notifications", + "settings/notifications": "Notificações", "settings/cookies": "Cookies", - "settings/web-crawler": "Web Crawler", + "settings/web-crawler": "Motores de Busca", "settings/sockets": "Sockets", - "settings/advanced": "Advanced", + "settings/advanced": "Avançado", - "settings.page-title": "%1 Settings", + "settings.page-title": "Configurações %1", - "section-appearance": "Appearance", - "appearance/themes": "Themes", + "section-appearance": "Aparência", + "appearance/themes": "Temas", "appearance/skins": "Skins", - "appearance/customise": "Custom HTML & CSS", + "appearance/customise": "Custom HTML & CSS", - "section-extend": "Extend", + "section-extend": "Extenda", "extend/plugins": "Plugins", "extend/widgets": "Widgets", - "extend/rewards": "Rewards", + "extend/rewards": "Prêmios", - "section-social-auth": "Social Authentication", + "section-social-auth": "Autenticação Social", "section-plugins": "Plugins", - "extend/plugins.install": "Install Plugins", + "extend/plugins.install": "Instalar Plugins", - "section-advanced": "Advanced", - "advanced/database": "Database", - "advanced/events": "Events", + "section-advanced": "Avançado", + "advanced/database": "Banco de Dados", + "advanced/events": "Eventos", "advanced/logs": "Logs", - "advanced/errors": "Errors", + "advanced/errors": "Erros", "advanced/cache": "Cache", "development/logger": "Logger", - "development/info": "Info", + "development/info": "Informação", - "reload-forum": "Reload Forum", - "restart-forum": "Restart Forum", - "logout": "Log out", - "view-forum": "View Forum", + "reload-forum": "Recarregar Fórum", + "restart-forum": "Reiniciar o Fórum", + "logout": "Sair da Conta", + "view-forum": "Ver Fórum", - "search.placeholder": "Search...", - "search.no-results": "No results...", - "search.search-forum": "Search the forum for ", - "search.keep-typing": "Type more to see results...", - "search.start-typing": "Start typing to see results...", + "search.placeholder": "Pesquisar...", + "search.no-results": "Sem resultados...", + "search.search-forum": "Pesquisar o fórum por ", + "search.keep-typing": "Digite para ver mais resultados...", + "search.start-typing": "Comece a digitar para ver resultados...", - "connection-lost": "Connection to %1 has been lost, attempting to reconnect..." + "connection-lost": "A conexão com %1 foi perdida, tentando reconectar..." } \ No newline at end of file diff --git a/public/language/pt-BR/admin/settings/advanced.json b/public/language/pt-BR/admin/settings/advanced.json index b023528d04..8d37677031 100644 --- a/public/language/pt-BR/admin/settings/advanced.json +++ b/public/language/pt-BR/admin/settings/advanced.json @@ -1,19 +1,19 @@ { - "maintenance-mode": "Maintenance Mode", - "maintenance-mode.help": "When the forum is in maintenance mode, all requests will be redirected to a static holding page. Administrators are exempt from this redirection, and are able to access the site normally.", - "maintenance-mode.message": "Maintenance Message", - "headers": "Headers", - "headers.allow-from": "Set ALLOW-FROM to Place NodeBB in an iFrame", - "headers.powered-by": "Customise the \"Powered By\" header sent by NodeBB", + "maintenance-mode": "Modo de Manutenção", + "maintenance-mode.help": "Quando o fórum está em modo de manutenção, todas as solicitações serão redirecionadas para uma página estática. Administradores são isentos deste redirecionamento, e podem acessar o site normalmente.", + "maintenance-mode.message": "Mensagem de Manutenção", + "headers": "Cabeçalhos", + "headers.allow-from": "Defina ALLOW-FROM para Colocar o NodeBB em um iFrame", + "headers.powered-by": "Personalizar o cabeçalho de \"Powered By\" enviado pelo NodeBB", "headers.acao": "Access-Control-Allow-Origin", - "headers.acao-help": "To deny access to all sites, leave empty or set tonull",
+ "headers.acao-help": "Para impedir acesso à todos os sites, deixe em branco ou define como null",
"headers.acam": "Access-Control-Allow-Methods",
"headers.acah": "Access-Control-Allow-Headers",
- "traffic-management": "Traffic Management",
- "traffic.help": "NodeBB deploys equipped with a module that automatically denies requests in high-traffic situations. You can tune these settings here, although the defaults are a good starting point.",
- "traffic.enable": "Enable Traffic Management",
- "traffic.event-lag": "Event Loop Lag Threshold (in milliseconds)",
- "traffic.event-lag-help": "Lowering this value decreases wait times for page loads, but will also show the \"excessive load\" message to more users. (Restart required)",
- "traffic.lag-check-interval": "Check Interval (in milliseconds)",
- "traffic.lag-check-interval-help": "Lowering this value causes NodeBB to become more sensitive to spikes in load, but may also cause the check to become too sensitive. (Restart required)"
+ "traffic-management": "Administração de Tráfego",
+ "traffic.help": "O NodeBB é instalado equipado com um módulo que automaticamente nega solicitações em situações de alto tráfego. Você pode ajustar estas configurações aqui, apesar de que os padrões são um bom começo.",
+ "traffic.enable": "Ligar a Administração de Tráfego",
+ "traffic.event-lag": "Limite do Lag do Loop de Eventos (em milisegundos)",
+ "traffic.event-lag-help": "Abaixar este valor diminui o tempo de espera para o carregamentos de página, mas irá também mostrar a mensagem de \"carga excessiva\" para mais usuários. (É necessário reiniciar)",
+ "traffic.lag-check-interval": "Intervalo de Checagem (em milisegundos)",
+ "traffic.lag-check-interval-help": "Diminuir este valor causa o NodeBB de ficar mais sensível à spikes no carregamente, mas também pode causar a checagem de se tornar muito sensível. (É necessário reiniciar)"
}
\ No newline at end of file
diff --git a/public/language/pt-BR/admin/settings/chat.json b/public/language/pt-BR/admin/settings/chat.json
index 0b22127341..07b632be45 100644
--- a/public/language/pt-BR/admin/settings/chat.json
+++ b/public/language/pt-BR/admin/settings/chat.json
@@ -1,9 +1,9 @@
{
- "chat-settings": "Chat Settings",
- "disable": "Disable chat",
- "disable-editing": "Disable chat message editing/deletion",
- "disable-editing-help": "Administrators and global moderators are exempt from this restriction",
- "max-length": "Maximum length of chat messages",
- "max-room-size": "Maximum number of users in chat rooms",
- "delay": "Time between chat messages in milliseconds"
+ "chat-settings": "Configurações de Chat",
+ "disable": "Desabilitar o chat",
+ "disable-editing": "Desabilitar editar/apagar mensagem ",
+ "disable-editing-help": "Administradores e moderadores globais estão isentos desta restrição",
+ "max-length": "Tamanho máximo das mensagens de chat",
+ "max-room-size": "Número máximo de usuários nas salas de chat",
+ "delay": "Tempo entre mensagens de chat em milisegundos"
}
\ No newline at end of file
diff --git a/public/language/pt-BR/admin/settings/cookies.json b/public/language/pt-BR/admin/settings/cookies.json
index f8b0f0538b..6b8c005c7f 100644
--- a/public/language/pt-BR/admin/settings/cookies.json
+++ b/public/language/pt-BR/admin/settings/cookies.json
@@ -1,11 +1,11 @@
{
- "eu-consent": "EU Consent",
- "consent.enabled": "Enabled",
- "consent.message": "Notification message",
- "consent.acceptance": "Acceptance message",
- "consent.link-text": "Policy Link Text",
- "consent.blank-localised-default": "Leave blank to use NodeBB localised defaults",
- "settings": "Settings",
- "cookie-domain": "Session cookie domain",
- "blank-default": "Leave blank for default"
+ "eu-consent": "Anuência para Europa",
+ "consent.enabled": "Ligado",
+ "consent.message": "Mensagem de notificação",
+ "consent.acceptance": "Mensagem de aprovação",
+ "consent.link-text": "Texto do Link da Política",
+ "consent.blank-localised-default": "Deixar em branco para utilizar os padrões de localidade do NodeBB",
+ "settings": "Configurações",
+ "cookie-domain": "Domínio da sessão de cookie",
+ "blank-default": "Deixar em branco para o padrão"
}
\ No newline at end of file
diff --git a/public/language/pt-BR/admin/settings/email.json b/public/language/pt-BR/admin/settings/email.json
index 1e92c88490..7c648fd3f6 100644
--- a/public/language/pt-BR/admin/settings/email.json
+++ b/public/language/pt-BR/admin/settings/email.json
@@ -1,25 +1,25 @@
{
- "email-settings": "Email Settings",
- "address": "Email Address",
- "address-help": "The following email address refers to the email that the recipient will see in the \"From\" and \"Reply To\" fields.",
- "from": "From Name",
- "from-help": "The from name to display in the email.",
- "gmail-routing": "Gmail Routing",
- "gmail-routing-help1": "There have been reports of Gmail Routing not working on accounts with heightened security. In those scenarios, you will have to configure your GMail account to allow less secure apps.",
- "gmail-routing-help2": "For more information about this workaround, please consult this NodeMailer article on the issue. An alternative would be to utilise a third-party emailer plugin such as SendGrid, Mailgun, etc. Browse available plugins here.",
- "gmail-transport": "Route emails through a Gmail/Google Apps account",
- "gmail-transport.username": "Username",
- "gmail-transport.username-help": "Enter the full email address here, especially if you are using a Google Apps managed domain.",
- "gmail-transport.password": "Password",
- "template": "Edit Email Template",
- "template.select": "Select Email Template",
- "template.revert": "Revert to Original",
- "testing": "Email Testing",
- "testing.select": "Select Email Template",
- "testing.send": "Send Test Email",
- "testing.send-help": "The test email will be sent to the currently logged in user's email address.",
- "subscriptions": "Email Subscriptions",
- "subscriptions.disable": "Disable subscriber notification emails",
- "subscriptions.hour": "Digest Hour",
- "subscriptions.hour-help": "Please enter a number representing the hour to send scheduled email digests (e.g. 0 for midnight, 17 for 5:00pm). Keep in mind that this is the hour according to the server itself, and may not exactly match your system clock.0 para meia-noite, 17 para 5:00pm). Tenha em mente que esta é a hora de acordo com o servidor, e pode não combinar exatamente com o relógio do seu sistema.30, or one month). Set to 0 to always display dates, leave blank to always display relative times.",
- "teaser": "Teaser Post",
- "teaser.last-post": "Last – Show the latest post, including the original post, if no replies",
- "teaser.last-reply": "Last – Show the latest reply, or a \"No replies\" placeholder if no replies",
- "teaser.first": "First",
- "unread": "Unread Settings",
- "unread.cutoff": "Unread cutoff days",
- "unread.min-track-last": "Minimum posts in topic before tracking last read",
- "signature": "Signature Settings",
- "signature.disable": "Disable signatures",
- "signature.no-links": "Disable links in signatures",
- "signature.no-images": "Disable images in signatures",
- "signature.max-length": "Maximum Signature Length",
- "composer": "Composer Settings",
- "composer-help": "The following settings govern the functionality and/or appearance of the post composer shown\n\t\t\t\tto users when they create new topics, or reply to existing topics.",
- "composer.show-help": "Show \"Help\" tab",
- "composer.enable-plugin-help": "Allow plugins to add content to the help tab",
- "composer.custom-help": "Custom Help Text",
- "ip-tracking": "IP Tracking",
- "ip-tracking.each-post": "Track IP Address for each post"
+ "timestamp.cut-off": "Data de corte (em dias)",
+ "timestamp.cut-off-help": "Datas & horários serão exibidos de uma forma relativa (por ex. \"3 horas atrás\" / \"5 dias atrás\"), e localizado nos diversos\n\\t\\t\\t\\t\\tidiomas. Após um certo ponto, este texto pode ser trocado para mostrar a própria data localizada\n\\t\\t\\t\\t\\t(por ex. 5 Nov 2016 15:30).30, ou um mês). Defina como 0 para sempre mostrar datas, deixe em branco para sempre mostrar horários relativos.",
+ "teaser": "Post de Propaganda",
+ "teaser.last-post": "Último – Exibir o último post, incluindo o post original, se não houver respostas",
+ "teaser.last-reply": "Último – Exibir a última resposta, ou um marcador \"Sem respostas\" se não houver respostas",
+ "teaser.first": "Primeiro",
+ "unread": "Configurações de Não-Lidos",
+ "unread.cutoff": "Data de corte de não-lidos",
+ "unread.min-track-last": "Mínimo de posts no tópico antes de rastrear o último lido",
+ "signature": "Configurações de Assinatura",
+ "signature.disable": "Desabilitar assinaturas",
+ "signature.no-links": "Desabilitar links em assinaturas",
+ "signature.no-images": "Desabilitar imagens em assinaturas",
+ "signature.max-length": "Tamanho Máximo de Assinatura",
+ "composer": "Configurações do Compositor",
+ "composer-help": "As seguintes configurações governam a funcionalidade e/ou aparência do compositor de postagem exibido\n\\t\\t\\t\\tpara os usuários quando eles criam novos tópicos, ou respondem à tópicos existentes.",
+ "composer.show-help": "Mostrar aba \"Ajuda\"",
+ "composer.enable-plugin-help": "Permitir plugins de adicionar conteúdo à aba ajuda",
+ "composer.custom-help": "Texto de Ajuda Personalizado",
+ "ip-tracking": "Rastreamento de IP",
+ "ip-tracking.each-post": "Rastrear Endereço IP para cada post"
}
\ No newline at end of file
diff --git a/public/language/pt-BR/admin/settings/reputation.json b/public/language/pt-BR/admin/settings/reputation.json
index 11d6184721..a6715d6681 100644
--- a/public/language/pt-BR/admin/settings/reputation.json
+++ b/public/language/pt-BR/admin/settings/reputation.json
@@ -1,8 +1,8 @@
{
- "reputation": "Reputation Settings",
- "disable": "Disable Reputation System",
- "disable-down-voting": "Disable Down Voting",
- "thresholds": "Activity Thresholds",
- "min-rep-downvote": "Minimum reputation to downvote posts",
- "min-rep-flag": "Minimum reputation to flag posts"
+ "reputation": "Configurações de Reputação",
+ "disable": "Desabilitar o Sistema de Reputação",
+ "disable-down-voting": "Desabilitar Baixo Votar",
+ "thresholds": "Limiares de Atividade",
+ "min-rep-downvote": "Reputação mínima para baixovotar posts",
+ "min-rep-flag": "Reputação mínima para sinalizar posts"
}
\ No newline at end of file
diff --git a/public/language/pt-BR/admin/settings/sockets.json b/public/language/pt-BR/admin/settings/sockets.json
index d04ee42fcf..07dca46e54 100644
--- a/public/language/pt-BR/admin/settings/sockets.json
+++ b/public/language/pt-BR/admin/settings/sockets.json
@@ -1,6 +1,6 @@
{
- "reconnection": "Reconnection Settings",
- "max-attempts": "Max Reconnection Attempts",
- "default-placeholder": "Default: %1",
- "delay": "Reconnection Delay"
+ "reconnection": "Confgurações de Reconexão",
+ "max-attempts": "Máximo de Tentativas de Reconexão",
+ "default-placeholder": "Padrão: %1",
+ "delay": "Tempo para Reconexão"
}
\ No newline at end of file
diff --git a/public/language/pt-BR/admin/settings/tags.json b/public/language/pt-BR/admin/settings/tags.json
index 6f31f60ba0..e2bc3becd2 100644
--- a/public/language/pt-BR/admin/settings/tags.json
+++ b/public/language/pt-BR/admin/settings/tags.json
@@ -1,12 +1,12 @@
{
- "tag": "Tag Settings",
- "min-per-topic": "Minimum Tags per Topic",
- "max-per-topic": "Maximum Tags per Topic",
- "min-length": "Minimum Tag Length",
- "max-length": "Maximum Tag Length",
- "goto-manage": "Click here to visit the tag management page.",
- "privacy": "Privacy",
- "list-private": "Make the tags list private",
- "related-topics": "Related Topics",
- "max-related-topics": "Maximum related topics to display (if supported by theme)"
+ "tag": "Configurações de Tag",
+ "min-per-topic": "Mínimo de Tags por Tópico",
+ "max-per-topic": "Máximo de Tags por Tópico",
+ "min-length": "Tamanho Mínimo das Tags",
+ "max-length": "Tamanho Máximo das Tags",
+ "goto-manage": "Clique aqui para visitar a página de administração da tag.",
+ "privacy": "Privacidade",
+ "list-private": "Tornar a lista de tags privada",
+ "related-topics": "Tópicos Relacionados",
+ "max-related-topics": "Máximo de tópicos relacionados para exibir (se suportado pelo tema)"
}
\ No newline at end of file
diff --git a/public/language/pt-BR/admin/settings/uploads.json b/public/language/pt-BR/admin/settings/uploads.json
index 8a56c85663..26699bfe62 100644
--- a/public/language/pt-BR/admin/settings/uploads.json
+++ b/public/language/pt-BR/admin/settings/uploads.json
@@ -1,28 +1,28 @@
{
"posts": "Posts",
- "allow-files": "Allow users to upload regular files",
- "private": "Make uploaded files private",
- "max-image-width": "Resize images down to specified width (in pixels)",
- "max-image-width-help": "(in pixels, default: 760 pixels, set to 0 to disable)",
- "max-file-size": "Maximum File Size (in KiB)",
- "max-file-size-help": "(in kilobytes, default: 2048 KiB)",
- "allow-topic-thumbnails": "Allow users to upload topic thumbnails",
- "topic-thumb-size": "Topic Thumb Size",
- "allowed-file-extensions": "Allowed File Extensions",
- "allowed-file-extensions-help": "Enter comma-separated list of file extensions here (e.g. pdf,xls,doc).\n\t\t\t\t\tAn empty list means all extensions are allowed.",
- "profile-avatars": "Profile Avatars",
- "allow-profile-image-uploads": "Allow users to upload profile images",
- "convert-profile-image-png": "Convert profile image uploads to PNG",
- "default-avatar": "Custom Default Avatar",
- "upload": "Upload",
- "profile-image-dimension": "Profile Image Dimension",
- "profile-image-dimension-help": "(in pixels, default: 128 pixels)",
- "max-profile-image-size": "Maximum Profile Image File Size",
- "max-profile-image-size-help": "(in kilobytes, default: 256 KiB)",
- "max-cover-image-size": "Maximum Cover Image File Size",
- "max-cover-image-size-help": "(in kilobytes, default: 2,048 KiB)",
- "keep-all-user-images": "Keep old versions of avatars and profile covers on the server",
- "profile-covers": "Profile Covers",
- "default-covers": "Default Cover Images",
- "default-covers-help": "Add comma-separated default cover images for accounts that don't have an uploaded cover image"
+ "allow-files": "Permitir usuários de enviar arquivos comuns",
+ "private": "Tornar arquivos enviados particulares",
+ "max-image-width": "Redimensionar imagens até a largura especificada (em pixels)",
+ "max-image-width-help": "(em pixels, padrão: 760 pixels, defina como 0 para desligar)",
+ "max-file-size": "Tamanho Máximo de Arquivo (em KiB)",
+ "max-file-size-help": "(em kilobytes, padrão: 2048 KiB)",
+ "allow-topic-thumbnails": "Permitir usuários de enviar miniaturas de tópico",
+ "topic-thumb-size": "Tamanho da Miniatura de Tópico",
+ "allowed-file-extensions": "Extensões de Arquivo Permitidas",
+ "allowed-file-extensions-help": "Digite aqui uma lista de extensões de arquivo separada por vírgulas (e.g. pdf,xls,doc).\n\\t\\t\\t\\t\\tUma lista vazia significa que todas as extensões são permitidas.",
+ "profile-avatars": "Avatares de Perfil",
+ "allow-profile-image-uploads": "Permitir usuários de enviar imagens de perfil",
+ "convert-profile-image-png": "Converter imagens de perfil enviadas para PNG",
+ "default-avatar": "Avatar Personalizado Padrão",
+ "upload": "Enviar",
+ "profile-image-dimension": "Dimensão da Imagem de Perfil",
+ "profile-image-dimension-help": "(em pixels, padrão: 128 pixels)",
+ "max-profile-image-size": "Tamanho Máximo do Arquivo de Imagem de Perfil",
+ "max-profile-image-size-help": "(em kilobytes, padrão: 256 KiB)",
+ "max-cover-image-size": "Tamanho Máximo do Arquivo de Imagem de Capa",
+ "max-cover-image-size-help": "(em kilobytes, padrão: 2,048 KiB)",
+ "keep-all-user-images": "Manter versões antigas de avatares e capas de perfil no servidor",
+ "profile-covers": "Capas de Perfil",
+ "default-covers": "Imagens de Capa Padrão",
+ "default-covers-help": "Adicione uma lista separada por vírgulas de imagens de capa padrão para contas que não tenham enviado uma imagem de capa"
}
\ No newline at end of file
diff --git a/public/language/pt-BR/admin/settings/user.json b/public/language/pt-BR/admin/settings/user.json
index bdabb075e9..afeb270c5b 100644
--- a/public/language/pt-BR/admin/settings/user.json
+++ b/public/language/pt-BR/admin/settings/user.json
@@ -1,59 +1,59 @@
{
- "authentication": "Authentication",
- "allow-local-login": "Allow local login",
- "require-email-confirmation": "Require Email Confirmation",
- "email-confirm-interval": "User may not resend a confirmation email until",
- "email-confirm-email2": "minutes have elapsed",
- "allow-login-with": "Allow login with",
- "allow-login-with.username-email": "Username or Email",
- "allow-login-with.username": "Username Only",
- "allow-login-with.email": "Email Only",
- "account-settings": "Account Settings",
- "disable-username-changes": "Disable username changes",
- "disable-email-changes": "Disable email changes",
- "disable-password-changes": "Disable password changes",
- "allow-account-deletion": "Allow account deletion",
- "user-info-private": "Make user info private",
- "themes": "Themes",
- "disable-user-skins": "Prevent users from choosing a custom skin",
- "account-protection": "Account Protection",
- "login-attempts": "Login attempts per hour",
- "login-attempts-help": "If login attempts to a user's account exceeds this threshold, that account will be locked for a pre-configured amount of time",
- "lockout-duration": "Account Lockout Duration (minutes)",
- "login-days": "Days to remember user login sessions",
- "password-expiry-days": "Force password reset after a set number of days",
- "registration": "User Registration",
- "registration-type": "Registration Type",
+ "authentication": "Autenticação",
+ "allow-local-login": "Permitir login local",
+ "require-email-confirmation": "Exigir Confirmação de Email",
+ "email-confirm-interval": "O usuário não pode reenviar um email de confirmação até",
+ "email-confirm-email2": "minutos se passaram",
+ "allow-login-with": "Permitir login com",
+ "allow-login-with.username-email": "Nome de Usuário ou Email",
+ "allow-login-with.username": "Apenas Nome de Usuário",
+ "allow-login-with.email": "Apenas Email",
+ "account-settings": "Configurações de Conta",
+ "disable-username-changes": "Desabilitar mudança de nome de usuário",
+ "disable-email-changes": "Desabilitar mudanças de email",
+ "disable-password-changes": "Desabilitar mudanças de senha",
+ "allow-account-deletion": "Permitir exclusão de conta",
+ "user-info-private": "Tornar informação de usuário privada",
+ "themes": "Temas",
+ "disable-user-skins": "Impedir usuários de escolherem um skin personalizado",
+ "account-protection": "Proteção de Conta",
+ "login-attempts": "Tentativas de login por hora",
+ "login-attempts-help": "Se tentativas de login na conta de um usuário ultrapassar este limite, aquela conta será trancada por um período de tempo pré-configurado",
+ "lockout-duration": "Duração de Trancamento de Conta (minutos)",
+ "login-days": "Dias para lembrar sessões de login de usuários",
+ "password-expiry-days": "Forçar redefinição de senha após um numero definido de dias",
+ "registration": "Registro de Usuário",
+ "registration-type": "Tipo de Registro",
"registration-type.normal": "Normal",
- "registration-type.admin-approval": "Admin Approval",
- "registration-type.admin-approval-ip": "Admin Approval for IPs",
- "registration-type.invite-only": "Invite Only",
- "registration-type.admin-invite-only": "Admin Invite Only",
- "registration-type.disabled": "No registration",
- "registration-type.help": "Normal - Users can register from the /register page.NodeBB could not reach the package manager, an upgrade is not suggested at this time.
", "alert.incompatible": "Your version of NodeBB (v%1) is only cleared to upgrade to v%2 of this plugin. Please update your NodeBB if you wish to install a newer version of this plugin.
", "alert.possibly-incompatible": "No Compatibility Information Found
This plugin did not specify a specific version for installation given your NodeBB version. Full compatibility cannot be guaranteed, and may cause your NodeBB to no longer start properly.
In the event that NodeBB cannot boot properly:
$ ./nodebb reset plugin=\"%1\"Continue installation of latest version of this plugin?
" -} \ No newline at end of file +} diff --git a/public/language/pt-PT/admin/manage/categories.json b/public/language/pt-PT/admin/manage/categories.json index 8bd5d5bfcf..7e2a5ce12e 100644 --- a/public/language/pt-PT/admin/manage/categories.json +++ b/public/language/pt-PT/admin/manage/categories.json @@ -59,7 +59,7 @@ "alert.copy-success": "Settings Copied!", "alert.set-parent-category": "Set Parent Category", "alert.updated": "Updated Categories", - "alert.updated-success": "Category IDs %1 was successfully updated.", + "alert.updated-success": "Category IDs %1 successfully updated.", "alert.upload-image": "Upload category image", "alert.find-user": "Find a User", "alert.user-search": "Search for a user here...", diff --git a/public/language/pt-PT/admin/menu.json b/public/language/pt-PT/admin/menu.json index 7a5327f643..6a4995ea6e 100644 --- a/public/language/pt-PT/admin/menu.json +++ b/public/language/pt-PT/admin/menu.json @@ -39,7 +39,7 @@ "section-appearance": "Appearance", "appearance/themes": "Themes", "appearance/skins": "Skins", - "appearance/customise": "Custom HTML & CSS", + "appearance/customise": "Custom HTML & CSS", "section-extend": "Extend", "extend/plugins": "Plugins", diff --git a/public/language/pt-PT/admin/settings/post.json b/public/language/pt-PT/admin/settings/post.json index f8aae19628..f293e554d9 100644 --- a/public/language/pt-PT/admin/settings/post.json +++ b/public/language/pt-PT/admin/settings/post.json @@ -2,7 +2,7 @@ "sorting": "Post Sorting", "sorting.post-default": "Default Post Sorting", "sorting.oldest-to-newest": "Oldest to Newest", - "sorting.newest-to-oldest": ">Newest to Oldest", + "sorting.newest-to-oldest": "Newest to Oldest", "sorting.most-votes": "Most Votes", "sorting.topic-default": "Default Topic Sorting", "restrictions": "Posting Restrictions", diff --git a/public/language/pt-PT/global.json b/public/language/pt-PT/global.json index ef1ce6063e..42e887b6aa 100644 --- a/public/language/pt-PT/global.json +++ b/public/language/pt-PT/global.json @@ -102,5 +102,6 @@ "play": "Jogar", "cookies.message": "Este website utiliza cookies para assegurar que tens a melhor experiência no nosso website.", "cookies.accept": "Apontado!", - "cookies.learn_more": "Aprende mais" + "cookies.learn_more": "Aprende mais", + "edited": "Edited" } \ No newline at end of file diff --git a/public/language/pt-PT/groups.json b/public/language/pt-PT/groups.json index ea2555b52a..dd06961535 100644 --- a/public/language/pt-PT/groups.json +++ b/public/language/pt-PT/groups.json @@ -52,5 +52,6 @@ "new-group.group_name": "Nome do grupo:", "upload-group-cover": "Carregar capa do grupo", "bulk-invite-instructions": "Introduz uma lista de nomes de utilizadores separados por vírgulas para convidar para este grupo", - "bulk-invite": "Convidar em grupo" + "bulk-invite": "Convidar em grupo", + "remove_group_cover_confirm": "Are you sure you want to remove the cover picture?" } \ No newline at end of file diff --git a/public/language/pt-PT/language.json b/public/language/pt-PT/language.json index 2c368a51ae..c72ec546bf 100644 --- a/public/language/pt-PT/language.json +++ b/public/language/pt-PT/language.json @@ -1,5 +1,5 @@ { "name": "Português", - "code": "pt-PT", + "code": "en-GB", "dir": "ltr" } \ No newline at end of file diff --git a/public/language/pt-PT/modules.json b/public/language/pt-PT/modules.json index c9e582d5b7..6164606984 100644 --- a/public/language/pt-PT/modules.json +++ b/public/language/pt-PT/modules.json @@ -13,6 +13,7 @@ "chat.contacts": "Contactos", "chat.message-history": "Histórico de mensagens", "chat.pop-out": "Destacar a janela de conversação", + "chat.minimize": "Minimize", "chat.maximize": "Maximizar", "chat.seven_days": "7 dias", "chat.thirty_days": "30 dias", diff --git a/public/language/pt-PT/search.json b/public/language/pt-PT/search.json index 3da2ed6281..912f071c53 100644 --- a/public/language/pt-PT/search.json +++ b/public/language/pt-PT/search.json @@ -8,6 +8,7 @@ "posted-by": "Publicado por", "in-categories": "Em Categorias", "search-child-categories": "Procurar categorias infantis", + "has-tags": "Has tags", "reply-count": "Contagem de respostas", "at-least": "Pelo menos", "at-most": "No máximo", diff --git a/public/language/pt-PT/user.json b/public/language/pt-PT/user.json index 4de96705e7..acff84f2de 100644 --- a/public/language/pt-PT/user.json +++ b/public/language/pt-PT/user.json @@ -63,6 +63,7 @@ "upload_a_picture": "Carregar uma imagem", "remove_uploaded_picture": "Remover imagem carregada", "upload_cover_picture": "Carregar fotografia de capa", + "remove_cover_picture_confirm": "Are you sure you want to remove the cover picture?", "settings": "Definições", "show_email": "Mostrar o meu e-mail", "show_fullname": "Mostrar o meu nome completo", diff --git a/public/language/ro/admin/extend/plugins.json b/public/language/ro/admin/extend/plugins.json index 8f382a290d..1661a987b7 100644 --- a/public/language/ro/admin/extend/plugins.json +++ b/public/language/ro/admin/extend/plugins.json @@ -20,6 +20,7 @@ "plugin-item.themes": "Themes", "plugin-item.deactivate": "Deactivate", "plugin-item.activate": "Activate", + "plugin-item.install": "Install", "plugin-item.uninstall": "Uninstall", "plugin-item.settings": "Settings", "plugin-item.installed": "Installed", @@ -43,4 +44,4 @@ "alert.package-manager-unreachable": "NodeBB could not reach the package manager, an upgrade is not suggested at this time.
", "alert.incompatible": "Your version of NodeBB (v%1) is only cleared to upgrade to v%2 of this plugin. Please update your NodeBB if you wish to install a newer version of this plugin.
", "alert.possibly-incompatible": "No Compatibility Information Found
This plugin did not specify a specific version for installation given your NodeBB version. Full compatibility cannot be guaranteed, and may cause your NodeBB to no longer start properly.
In the event that NodeBB cannot boot properly:
$ ./nodebb reset plugin=\"%1\"Continue installation of latest version of this plugin?
" -} \ No newline at end of file +} diff --git a/public/language/ro/admin/manage/categories.json b/public/language/ro/admin/manage/categories.json index 8bd5d5bfcf..7e2a5ce12e 100644 --- a/public/language/ro/admin/manage/categories.json +++ b/public/language/ro/admin/manage/categories.json @@ -59,7 +59,7 @@ "alert.copy-success": "Settings Copied!", "alert.set-parent-category": "Set Parent Category", "alert.updated": "Updated Categories", - "alert.updated-success": "Category IDs %1 was successfully updated.", + "alert.updated-success": "Category IDs %1 successfully updated.", "alert.upload-image": "Upload category image", "alert.find-user": "Find a User", "alert.user-search": "Search for a user here...", diff --git a/public/language/ro/admin/menu.json b/public/language/ro/admin/menu.json index 7a5327f643..6a4995ea6e 100644 --- a/public/language/ro/admin/menu.json +++ b/public/language/ro/admin/menu.json @@ -39,7 +39,7 @@ "section-appearance": "Appearance", "appearance/themes": "Themes", "appearance/skins": "Skins", - "appearance/customise": "Custom HTML & CSS", + "appearance/customise": "Custom HTML & CSS", "section-extend": "Extend", "extend/plugins": "Plugins", diff --git a/public/language/ro/admin/settings/post.json b/public/language/ro/admin/settings/post.json index f8aae19628..f293e554d9 100644 --- a/public/language/ro/admin/settings/post.json +++ b/public/language/ro/admin/settings/post.json @@ -2,7 +2,7 @@ "sorting": "Post Sorting", "sorting.post-default": "Default Post Sorting", "sorting.oldest-to-newest": "Oldest to Newest", - "sorting.newest-to-oldest": ">Newest to Oldest", + "sorting.newest-to-oldest": "Newest to Oldest", "sorting.most-votes": "Most Votes", "sorting.topic-default": "Default Topic Sorting", "restrictions": "Posting Restrictions", diff --git a/public/language/ro/global.json b/public/language/ro/global.json index a213dfd4a0..a7af755c6b 100644 --- a/public/language/ro/global.json +++ b/public/language/ro/global.json @@ -102,5 +102,6 @@ "play": "Play", "cookies.message": "This website uses cookies to ensure you get the best experience on our website.", "cookies.accept": "Got it!", - "cookies.learn_more": "Learn More" + "cookies.learn_more": "Learn More", + "edited": "Edited" } \ No newline at end of file diff --git a/public/language/ro/groups.json b/public/language/ro/groups.json index 6bc6baa2c9..c17a740b37 100644 --- a/public/language/ro/groups.json +++ b/public/language/ro/groups.json @@ -52,5 +52,6 @@ "new-group.group_name": "Numele grupului:", "upload-group-cover": "Încarcă coperta de grup", "bulk-invite-instructions": "Enter a list of comma separated usernames to invite to this group", - "bulk-invite": "Bulk Invite" + "bulk-invite": "Bulk Invite", + "remove_group_cover_confirm": "Are you sure you want to remove the cover picture?" } \ No newline at end of file diff --git a/public/language/ro/language.json b/public/language/ro/language.json index 671c4dc6d6..42fd3d07bb 100644 --- a/public/language/ro/language.json +++ b/public/language/ro/language.json @@ -1,5 +1,5 @@ { "name": "Română (România)", - "code": "ro", + "code": "en-GB", "dir": "ltr" } \ No newline at end of file diff --git a/public/language/ro/modules.json b/public/language/ro/modules.json index cf405cbb9b..47ab86acd9 100644 --- a/public/language/ro/modules.json +++ b/public/language/ro/modules.json @@ -13,6 +13,7 @@ "chat.contacts": "Contacte", "chat.message-history": "Istorie Mesaje", "chat.pop-out": "Chat pop-up", + "chat.minimize": "Minimize", "chat.maximize": "Maximizează", "chat.seven_days": "7 Zile", "chat.thirty_days": "30 de zile", diff --git a/public/language/ro/search.json b/public/language/ro/search.json index aa22397fd6..3cc4c5b8f6 100644 --- a/public/language/ro/search.json +++ b/public/language/ro/search.json @@ -8,6 +8,7 @@ "posted-by": "Postat de", "in-categories": "În Categorii", "search-child-categories": "Search child categories", + "has-tags": "Has tags", "reply-count": "Numărul de răspunsuri", "at-least": "Cel puţin", "at-most": "Cel mult", diff --git a/public/language/ro/user.json b/public/language/ro/user.json index ce17895230..467d27a931 100644 --- a/public/language/ro/user.json +++ b/public/language/ro/user.json @@ -63,6 +63,7 @@ "upload_a_picture": "Uploadează o poză", "remove_uploaded_picture": "Remove Uploaded Picture", "upload_cover_picture": "Upload cover picture", + "remove_cover_picture_confirm": "Are you sure you want to remove the cover picture?", "settings": "Setări", "show_email": "Arată adresa mea de email", "show_fullname": "Show My Full Name", diff --git a/public/language/ru/admin/admin.json b/public/language/ru/admin/admin.json index 9c01f56006..fcaee0994e 100644 --- a/public/language/ru/admin/admin.json +++ b/public/language/ru/admin/admin.json @@ -1,5 +1,5 @@ { - "alert.confirm-reload": "Are you sure you wish to reload NodeBB?", + "alert.confirm-reload": "Вы уверены, что хотите перезагрузить NodeBB?", "alert.confirm-restart": "Are you sure you wish to restart NodeBB?", "acp-title": "%1 | NodeBB Admin Control Panel", diff --git a/public/language/ru/admin/advanced/events.json b/public/language/ru/admin/advanced/events.json index 766eb5e951..d2927e41d6 100644 --- a/public/language/ru/admin/advanced/events.json +++ b/public/language/ru/admin/advanced/events.json @@ -1,6 +1,6 @@ { - "events": "Events", - "no-events": "There are no events", - "control-panel": "Events Control Panel", - "delete-events": "Delete Events" + "events": "События", + "no-events": "Нет событий", + "control-panel": "Панель управления событиями", + "delete-events": "Удалить события" } \ No newline at end of file diff --git a/public/language/ru/admin/advanced/logs.json b/public/language/ru/admin/advanced/logs.json index b9de400e1c..5b91d16f4a 100644 --- a/public/language/ru/admin/advanced/logs.json +++ b/public/language/ru/admin/advanced/logs.json @@ -1,5 +1,5 @@ { - "logs": "Logs", + "logs": "Логи", "control-panel": "Logs Control Panel", "reload": "Reload Logs", "clear": "Clear Logs", diff --git a/public/language/ru/admin/extend/plugins.json b/public/language/ru/admin/extend/plugins.json index 8f382a290d..1661a987b7 100644 --- a/public/language/ru/admin/extend/plugins.json +++ b/public/language/ru/admin/extend/plugins.json @@ -20,6 +20,7 @@ "plugin-item.themes": "Themes", "plugin-item.deactivate": "Deactivate", "plugin-item.activate": "Activate", + "plugin-item.install": "Install", "plugin-item.uninstall": "Uninstall", "plugin-item.settings": "Settings", "plugin-item.installed": "Installed", @@ -43,4 +44,4 @@ "alert.package-manager-unreachable": "NodeBB could not reach the package manager, an upgrade is not suggested at this time.
", "alert.incompatible": "Your version of NodeBB (v%1) is only cleared to upgrade to v%2 of this plugin. Please update your NodeBB if you wish to install a newer version of this plugin.
", "alert.possibly-incompatible": "No Compatibility Information Found
This plugin did not specify a specific version for installation given your NodeBB version. Full compatibility cannot be guaranteed, and may cause your NodeBB to no longer start properly.
In the event that NodeBB cannot boot properly:
$ ./nodebb reset plugin=\"%1\"Continue installation of latest version of this plugin?
" -} \ No newline at end of file +} diff --git a/public/language/ru/admin/general/sounds.json b/public/language/ru/admin/general/sounds.json index 95ccbde0f1..816e43cfca 100644 --- a/public/language/ru/admin/general/sounds.json +++ b/public/language/ru/admin/general/sounds.json @@ -1,5 +1,5 @@ { - "notifications": "Notifications", + "notifications": "Уведомления", "chat-messages": "Chat Messages", "play-sound": "Play", "incoming-message": "Incoming Message", diff --git a/public/language/ru/admin/manage/categories.json b/public/language/ru/admin/manage/categories.json index 8bd5d5bfcf..7e2a5ce12e 100644 --- a/public/language/ru/admin/manage/categories.json +++ b/public/language/ru/admin/manage/categories.json @@ -59,7 +59,7 @@ "alert.copy-success": "Settings Copied!", "alert.set-parent-category": "Set Parent Category", "alert.updated": "Updated Categories", - "alert.updated-success": "Category IDs %1 was successfully updated.", + "alert.updated-success": "Category IDs %1 successfully updated.", "alert.upload-image": "Upload category image", "alert.find-user": "Find a User", "alert.user-search": "Search for a user here...", diff --git a/public/language/ru/admin/manage/users.json b/public/language/ru/admin/manage/users.json index f1651a814b..150abcfb92 100644 --- a/public/language/ru/admin/manage/users.json +++ b/public/language/ru/admin/manage/users.json @@ -79,7 +79,7 @@ "alerts.delete-success": "User(s) Deleted!", "alerts.confirm-purge": "Warning!%1
", diff --git a/public/language/ru/admin/menu.json b/public/language/ru/admin/menu.json index 7a5327f643..6a4995ea6e 100644 --- a/public/language/ru/admin/menu.json +++ b/public/language/ru/admin/menu.json @@ -39,7 +39,7 @@ "section-appearance": "Appearance", "appearance/themes": "Themes", "appearance/skins": "Skins", - "appearance/customise": "Custom HTML & CSS", + "appearance/customise": "Custom HTML & CSS", "section-extend": "Extend", "extend/plugins": "Plugins", diff --git a/public/language/ru/admin/settings/chat.json b/public/language/ru/admin/settings/chat.json index 0b22127341..93a929ca20 100644 --- a/public/language/ru/admin/settings/chat.json +++ b/public/language/ru/admin/settings/chat.json @@ -1,6 +1,6 @@ { "chat-settings": "Chat Settings", - "disable": "Disable chat", + "disable": "Отключить чат", "disable-editing": "Disable chat message editing/deletion", "disable-editing-help": "Administrators and global moderators are exempt from this restriction", "max-length": "Maximum length of chat messages", diff --git a/public/language/ru/admin/settings/post.json b/public/language/ru/admin/settings/post.json index f8aae19628..f293e554d9 100644 --- a/public/language/ru/admin/settings/post.json +++ b/public/language/ru/admin/settings/post.json @@ -2,7 +2,7 @@ "sorting": "Post Sorting", "sorting.post-default": "Default Post Sorting", "sorting.oldest-to-newest": "Oldest to Newest", - "sorting.newest-to-oldest": ">Newest to Oldest", + "sorting.newest-to-oldest": "Newest to Oldest", "sorting.most-votes": "Most Votes", "sorting.topic-default": "Default Topic Sorting", "restrictions": "Posting Restrictions", diff --git a/public/language/ru/global.json b/public/language/ru/global.json index e86cad1624..b54a3bc598 100644 --- a/public/language/ru/global.json +++ b/public/language/ru/global.json @@ -102,5 +102,6 @@ "play": "Воспроизвести", "cookies.message": "Этот сайт использует cookies для более удобного взаимодействия.", "cookies.accept": "Понял", - "cookies.learn_more": "Подробнее" + "cookies.learn_more": "Подробнее", + "edited": "Edited" } \ No newline at end of file diff --git a/public/language/ru/groups.json b/public/language/ru/groups.json index 8c0e95b48c..3c746637a1 100644 --- a/public/language/ru/groups.json +++ b/public/language/ru/groups.json @@ -52,5 +52,6 @@ "new-group.group_name": "Название группы:", "upload-group-cover": "Загрузить обложку группы", "bulk-invite-instructions": "Введите через запятую имена пользователей, которых хотите пригласить в эту группу", - "bulk-invite": "Массовое приглашение" + "bulk-invite": "Массовое приглашение", + "remove_group_cover_confirm": "Are you sure you want to remove the cover picture?" } \ No newline at end of file diff --git a/public/language/ru/language.json b/public/language/ru/language.json index 247b03efdf..f85830bced 100644 --- a/public/language/ru/language.json +++ b/public/language/ru/language.json @@ -1,5 +1,5 @@ { "name": "Русский", - "code": "ru", + "code": "ru-RU", "dir": "ltr" } \ No newline at end of file diff --git a/public/language/ru/login.json b/public/language/ru/login.json index a489505fa6..4bf5fc392d 100644 --- a/public/language/ru/login.json +++ b/public/language/ru/login.json @@ -1,12 +1,12 @@ { - "username-email": "Введите имя пользователя или свою электронную почту", + "username-email": "Имя пользователя / Email", "username": "Имя пользователя", - "email": "Электронная почта", + "email": "Email", "remember_me": "Запомнить меня", "forgot_password": "Забыли пароль?", "alternative_logins": "Войти через", "failed_login_attempt": "Неправильно указано имя пользователя или электронная почта", "login_successful": "Вы успешно вошли!", - "dont_have_account": "Регистрация", + "dont_have_account": "Нет акканута?", "logged-out-due-to-inactivity": "Вы вышли из панели управления администратора из-за бездействия" } \ No newline at end of file diff --git a/public/language/ru/modules.json b/public/language/ru/modules.json index 64732b206d..1c39cf714a 100644 --- a/public/language/ru/modules.json +++ b/public/language/ru/modules.json @@ -13,6 +13,7 @@ "chat.contacts": "Контакты", "chat.message-history": "История сообщений", "chat.pop-out": "Покинуть диалог", + "chat.minimize": "Minimize", "chat.maximize": "Развернуть", "chat.seven_days": "7 дней", "chat.thirty_days": "30 дней", diff --git a/public/language/ru/search.json b/public/language/ru/search.json index a5378a5393..e19fe72c98 100644 --- a/public/language/ru/search.json +++ b/public/language/ru/search.json @@ -8,6 +8,7 @@ "posted-by": "В именах авторов записей", "in-categories": "В сообществах", "search-child-categories": "Искать в рубриках", + "has-tags": "Has tags", "reply-count": "Количество ответов", "at-least": "Минимум", "at-most": "Максимум", diff --git a/public/language/ru/user.json b/public/language/ru/user.json index 3e63279cec..667698294f 100644 --- a/public/language/ru/user.json +++ b/public/language/ru/user.json @@ -31,8 +31,8 @@ "signature": "Подпись", "birthday": "День рождения", "chat": "Чат", - "chat_with": "Continue chat with %1", - "new_chat_with": "Start new chat with %1", + "chat_with": "Продолжить чат с %1", + "new_chat_with": "Начать новый чат с %1", "follow": "Подписаться", "unfollow": "Отписаться", "more": "Больше", @@ -63,6 +63,7 @@ "upload_a_picture": "Загрузить фото", "remove_uploaded_picture": "Удалить фото", "upload_cover_picture": "Загрузить обложку профиля", + "remove_cover_picture_confirm": "Are you sure you want to remove the cover picture?", "settings": "Настройки", "show_email": "Показывать мою элетронную почту", "show_fullname": "Показывать полное имя", diff --git a/public/language/rw/admin/extend/plugins.json b/public/language/rw/admin/extend/plugins.json index 8f382a290d..1661a987b7 100644 --- a/public/language/rw/admin/extend/plugins.json +++ b/public/language/rw/admin/extend/plugins.json @@ -20,6 +20,7 @@ "plugin-item.themes": "Themes", "plugin-item.deactivate": "Deactivate", "plugin-item.activate": "Activate", + "plugin-item.install": "Install", "plugin-item.uninstall": "Uninstall", "plugin-item.settings": "Settings", "plugin-item.installed": "Installed", @@ -43,4 +44,4 @@ "alert.package-manager-unreachable": "NodeBB could not reach the package manager, an upgrade is not suggested at this time.
", "alert.incompatible": "Your version of NodeBB (v%1) is only cleared to upgrade to v%2 of this plugin. Please update your NodeBB if you wish to install a newer version of this plugin.
", "alert.possibly-incompatible": "No Compatibility Information Found
This plugin did not specify a specific version for installation given your NodeBB version. Full compatibility cannot be guaranteed, and may cause your NodeBB to no longer start properly.
In the event that NodeBB cannot boot properly:
$ ./nodebb reset plugin=\"%1\"Continue installation of latest version of this plugin?
" -} \ No newline at end of file +} diff --git a/public/language/rw/admin/manage/categories.json b/public/language/rw/admin/manage/categories.json index 8bd5d5bfcf..7e2a5ce12e 100644 --- a/public/language/rw/admin/manage/categories.json +++ b/public/language/rw/admin/manage/categories.json @@ -59,7 +59,7 @@ "alert.copy-success": "Settings Copied!", "alert.set-parent-category": "Set Parent Category", "alert.updated": "Updated Categories", - "alert.updated-success": "Category IDs %1 was successfully updated.", + "alert.updated-success": "Category IDs %1 successfully updated.", "alert.upload-image": "Upload category image", "alert.find-user": "Find a User", "alert.user-search": "Search for a user here...", diff --git a/public/language/rw/admin/menu.json b/public/language/rw/admin/menu.json index 7a5327f643..6a4995ea6e 100644 --- a/public/language/rw/admin/menu.json +++ b/public/language/rw/admin/menu.json @@ -39,7 +39,7 @@ "section-appearance": "Appearance", "appearance/themes": "Themes", "appearance/skins": "Skins", - "appearance/customise": "Custom HTML & CSS", + "appearance/customise": "Custom HTML & CSS", "section-extend": "Extend", "extend/plugins": "Plugins", diff --git a/public/language/rw/admin/settings/post.json b/public/language/rw/admin/settings/post.json index f8aae19628..f293e554d9 100644 --- a/public/language/rw/admin/settings/post.json +++ b/public/language/rw/admin/settings/post.json @@ -2,7 +2,7 @@ "sorting": "Post Sorting", "sorting.post-default": "Default Post Sorting", "sorting.oldest-to-newest": "Oldest to Newest", - "sorting.newest-to-oldest": ">Newest to Oldest", + "sorting.newest-to-oldest": "Newest to Oldest", "sorting.most-votes": "Most Votes", "sorting.topic-default": "Default Topic Sorting", "restrictions": "Posting Restrictions", diff --git a/public/language/rw/global.json b/public/language/rw/global.json index a38f65a9d5..e35b278c53 100644 --- a/public/language/rw/global.json +++ b/public/language/rw/global.json @@ -102,5 +102,6 @@ "play": "Play", "cookies.message": "This website uses cookies to ensure you get the best experience on our website.", "cookies.accept": "Got it!", - "cookies.learn_more": "Learn More" + "cookies.learn_more": "Learn More", + "edited": "Edited" } \ No newline at end of file diff --git a/public/language/rw/groups.json b/public/language/rw/groups.json index b653c89599..ef73d7d895 100644 --- a/public/language/rw/groups.json +++ b/public/language/rw/groups.json @@ -52,5 +52,6 @@ "new-group.group_name": "Izina ry'Itsinda:", "upload-group-cover": "Shyiraho ifoto yo hejuru iranga itsinda", "bulk-invite-instructions": "Enter a list of comma separated usernames to invite to this group", - "bulk-invite": "Bulk Invite" + "bulk-invite": "Bulk Invite", + "remove_group_cover_confirm": "Are you sure you want to remove the cover picture?" } \ No newline at end of file diff --git a/public/language/rw/language.json b/public/language/rw/language.json index 20306ead7b..60078c990d 100644 --- a/public/language/rw/language.json +++ b/public/language/rw/language.json @@ -1,5 +1,5 @@ { "name": "Kinyarwanda", - "code": "rw", + "code": "en-GB", "dir": "ltr" } \ No newline at end of file diff --git a/public/language/rw/modules.json b/public/language/rw/modules.json index db105e0418..09d8c88fdd 100644 --- a/public/language/rw/modules.json +++ b/public/language/rw/modules.json @@ -13,6 +13,7 @@ "chat.contacts": "Abo Kuvugisha", "chat.message-history": "Ubutumwa Bwahise", "chat.pop-out": "Fungura Akadirishya k'Igikari", + "chat.minimize": "Minimize", "chat.maximize": "Marirayo", "chat.seven_days": "Iminsi 7", "chat.thirty_days": "Iminsi 30", diff --git a/public/language/rw/search.json b/public/language/rw/search.json index 745860b9a1..9fad703a37 100644 --- a/public/language/rw/search.json +++ b/public/language/rw/search.json @@ -8,6 +8,7 @@ "posted-by": "Mu Byashyizweho na", "in-categories": "Mu Byiciro bya", "search-child-categories": "Shakira no mu byiciro bikomokaho", + "has-tags": "Has tags", "reply-count": "Umubare w'Ibisubizo", "at-least": "Ungana Nibura na", "at-most": "Utarengeje", diff --git a/public/language/rw/user.json b/public/language/rw/user.json index 97a41fc438..868ab052c2 100644 --- a/public/language/rw/user.json +++ b/public/language/rw/user.json @@ -63,6 +63,7 @@ "upload_a_picture": "Shyiraho ifoto", "remove_uploaded_picture": "Kuraho Ifoto", "upload_cover_picture": "Pakira ifoto yo hejuru", + "remove_cover_picture_confirm": "Are you sure you want to remove the cover picture?", "settings": "Itunganya", "show_email": "Hagaragazwe Email Yanjye", "show_fullname": "Hagaragazwe Izina Ryuzuye Ryanjye", diff --git a/public/language/sc/admin/extend/plugins.json b/public/language/sc/admin/extend/plugins.json index 8f382a290d..1661a987b7 100644 --- a/public/language/sc/admin/extend/plugins.json +++ b/public/language/sc/admin/extend/plugins.json @@ -20,6 +20,7 @@ "plugin-item.themes": "Themes", "plugin-item.deactivate": "Deactivate", "plugin-item.activate": "Activate", + "plugin-item.install": "Install", "plugin-item.uninstall": "Uninstall", "plugin-item.settings": "Settings", "plugin-item.installed": "Installed", @@ -43,4 +44,4 @@ "alert.package-manager-unreachable": "NodeBB could not reach the package manager, an upgrade is not suggested at this time.
", "alert.incompatible": "Your version of NodeBB (v%1) is only cleared to upgrade to v%2 of this plugin. Please update your NodeBB if you wish to install a newer version of this plugin.
", "alert.possibly-incompatible": "No Compatibility Information Found
This plugin did not specify a specific version for installation given your NodeBB version. Full compatibility cannot be guaranteed, and may cause your NodeBB to no longer start properly.
In the event that NodeBB cannot boot properly:
$ ./nodebb reset plugin=\"%1\"Continue installation of latest version of this plugin?
" -} \ No newline at end of file +} diff --git a/public/language/sc/admin/manage/categories.json b/public/language/sc/admin/manage/categories.json index 8bd5d5bfcf..7e2a5ce12e 100644 --- a/public/language/sc/admin/manage/categories.json +++ b/public/language/sc/admin/manage/categories.json @@ -59,7 +59,7 @@ "alert.copy-success": "Settings Copied!", "alert.set-parent-category": "Set Parent Category", "alert.updated": "Updated Categories", - "alert.updated-success": "Category IDs %1 was successfully updated.", + "alert.updated-success": "Category IDs %1 successfully updated.", "alert.upload-image": "Upload category image", "alert.find-user": "Find a User", "alert.user-search": "Search for a user here...", diff --git a/public/language/sc/admin/menu.json b/public/language/sc/admin/menu.json index 7a5327f643..6a4995ea6e 100644 --- a/public/language/sc/admin/menu.json +++ b/public/language/sc/admin/menu.json @@ -39,7 +39,7 @@ "section-appearance": "Appearance", "appearance/themes": "Themes", "appearance/skins": "Skins", - "appearance/customise": "Custom HTML & CSS", + "appearance/customise": "Custom HTML & CSS", "section-extend": "Extend", "extend/plugins": "Plugins", diff --git a/public/language/sc/admin/settings/post.json b/public/language/sc/admin/settings/post.json index f8aae19628..f293e554d9 100644 --- a/public/language/sc/admin/settings/post.json +++ b/public/language/sc/admin/settings/post.json @@ -2,7 +2,7 @@ "sorting": "Post Sorting", "sorting.post-default": "Default Post Sorting", "sorting.oldest-to-newest": "Oldest to Newest", - "sorting.newest-to-oldest": ">Newest to Oldest", + "sorting.newest-to-oldest": "Newest to Oldest", "sorting.most-votes": "Most Votes", "sorting.topic-default": "Default Topic Sorting", "restrictions": "Posting Restrictions", diff --git a/public/language/sc/global.json b/public/language/sc/global.json index 026541103d..cd3d534dbd 100644 --- a/public/language/sc/global.json +++ b/public/language/sc/global.json @@ -102,5 +102,6 @@ "play": "Play", "cookies.message": "This website uses cookies to ensure you get the best experience on our website.", "cookies.accept": "Got it!", - "cookies.learn_more": "Learn More" + "cookies.learn_more": "Learn More", + "edited": "Edited" } \ No newline at end of file diff --git a/public/language/sc/groups.json b/public/language/sc/groups.json index 8af283d60e..954e51e8eb 100644 --- a/public/language/sc/groups.json +++ b/public/language/sc/groups.json @@ -52,5 +52,6 @@ "new-group.group_name": "Group Name:", "upload-group-cover": "Upload group cover", "bulk-invite-instructions": "Enter a list of comma separated usernames to invite to this group", - "bulk-invite": "Bulk Invite" + "bulk-invite": "Bulk Invite", + "remove_group_cover_confirm": "Are you sure you want to remove the cover picture?" } \ No newline at end of file diff --git a/public/language/sc/language.json b/public/language/sc/language.json index 119262172f..eaf9731798 100644 --- a/public/language/sc/language.json +++ b/public/language/sc/language.json @@ -1,5 +1,5 @@ { "name": "Sardu (Sardigna)", - "code": "sc", + "code": "en-GB", "dir": "ltr" } \ No newline at end of file diff --git a/public/language/sc/modules.json b/public/language/sc/modules.json index f7e0c20fed..11a87b51d8 100644 --- a/public/language/sc/modules.json +++ b/public/language/sc/modules.json @@ -13,6 +13,7 @@ "chat.contacts": "Contacts", "chat.message-history": "Message History", "chat.pop-out": "Pop out chat", + "chat.minimize": "Minimize", "chat.maximize": "Maximize", "chat.seven_days": "7 Days", "chat.thirty_days": "30 Days", diff --git a/public/language/sc/search.json b/public/language/sc/search.json index 277c0a32bc..3ba6d73916 100644 --- a/public/language/sc/search.json +++ b/public/language/sc/search.json @@ -8,6 +8,7 @@ "posted-by": "Posted by", "in-categories": "In Categories", "search-child-categories": "Search child categories", + "has-tags": "Has tags", "reply-count": "Reply Count", "at-least": "At least", "at-most": "At most", diff --git a/public/language/sc/user.json b/public/language/sc/user.json index 003b4d9860..b30a2a031f 100644 --- a/public/language/sc/user.json +++ b/public/language/sc/user.json @@ -63,6 +63,7 @@ "upload_a_picture": "Càrriga un'immàgine", "remove_uploaded_picture": "Remove Uploaded Picture", "upload_cover_picture": "Upload cover picture", + "remove_cover_picture_confirm": "Are you sure you want to remove the cover picture?", "settings": "Sèberos", "show_email": "Ammustra s'Email Mia", "show_fullname": "Show My Full Name", diff --git a/public/language/sk/admin/admin.json b/public/language/sk/admin/admin.json index 9c01f56006..d338b80991 100644 --- a/public/language/sk/admin/admin.json +++ b/public/language/sk/admin/admin.json @@ -1,7 +1,7 @@ { - "alert.confirm-reload": "Are you sure you wish to reload NodeBB?", - "alert.confirm-restart": "Are you sure you wish to restart NodeBB?", + "alert.confirm-reload": "Ste si naozaj istý, že chcete znovu načítať NodeBB?", + "alert.confirm-restart": "Ste si naozaj istý, že chcete reštartovať NodeBB?", - "acp-title": "%1 | NodeBB Admin Control Panel", - "settings-header-contents": "Contents" + "acp-title": "%1 | NodeBB Ovládací panel administrátora", + "settings-header-contents": "Obsah" } \ No newline at end of file diff --git a/public/language/sk/admin/advanced/cache.json b/public/language/sk/admin/advanced/cache.json index 5a954f1232..e06dae19cb 100644 --- a/public/language/sk/admin/advanced/cache.json +++ b/public/language/sk/admin/advanced/cache.json @@ -1,11 +1,11 @@ { - "post-cache": "Post Cache", - "posts-in-cache": "Posts in Cache", - "average-post-size": "Average Post Size", - "length-to-max": "Length / Max", - "percent-full": "%1% Full", - "post-cache-size": "Post Cache Size", - "items-in-cache": "Items in Cache", - "control-panel": "Control Panel", - "update-settings": "Update Cache Settings" + "post-cache": "Pamäť príspevku", + "posts-in-cache": "Príspevky v pamäti", + "average-post-size": "Priemerná veľkosť príspevku", + "length-to-max": "Dĺžka / Maximum", + "percent-full": "%1% plné", + "post-cache-size": "Veľkosť pamäti príspevku", + "items-in-cache": "Položky v pamäti", + "control-panel": "Ovládací panel", + "update-settings": "Aktualizovať nastavenia pamäti" } \ No newline at end of file diff --git a/public/language/sk/admin/advanced/errors.json b/public/language/sk/admin/advanced/errors.json index 963e68b116..b0cd9179da 100644 --- a/public/language/sk/admin/advanced/errors.json +++ b/public/language/sk/admin/advanced/errors.json @@ -1,5 +1,5 @@ { - "figure-x": "Figure %1", + "figure-x": "Znázorniť %1", "error-events-per-day": "%1 events per day",
"error.404": "404 Not Found",
"error.503": "503 Service Unavailable",
diff --git a/public/language/sk/admin/advanced/events.json b/public/language/sk/admin/advanced/events.json
index 766eb5e951..cce4546e34 100644
--- a/public/language/sk/admin/advanced/events.json
+++ b/public/language/sk/admin/advanced/events.json
@@ -1,5 +1,5 @@
{
- "events": "Events",
+ "events": "Udalosti",
"no-events": "There are no events",
"control-panel": "Events Control Panel",
"delete-events": "Delete Events"
diff --git a/public/language/sk/admin/advanced/logs.json b/public/language/sk/admin/advanced/logs.json
index b9de400e1c..0dd71a3f30 100644
--- a/public/language/sk/admin/advanced/logs.json
+++ b/public/language/sk/admin/advanced/logs.json
@@ -1,5 +1,5 @@
{
- "logs": "Logs",
+ "logs": "Protokoly",
"control-panel": "Logs Control Panel",
"reload": "Reload Logs",
"clear": "Clear Logs",
diff --git a/public/language/sk/admin/appearance/customise.json b/public/language/sk/admin/appearance/customise.json
index 767d443e29..8a69b45f84 100644
--- a/public/language/sk/admin/appearance/customise.json
+++ b/public/language/sk/admin/appearance/customise.json
@@ -1,5 +1,5 @@
{
- "custom-css": "Custom CSS",
+ "custom-css": "Vlastné CSS",
"custom-css.description": "Enter your own CSS declarations here, which will be applied after all other styles.",
"custom-css.enable": "Enable Custom CSS",
diff --git a/public/language/sk/admin/extend/plugins.json b/public/language/sk/admin/extend/plugins.json
index 8f382a290d..1661a987b7 100644
--- a/public/language/sk/admin/extend/plugins.json
+++ b/public/language/sk/admin/extend/plugins.json
@@ -20,6 +20,7 @@
"plugin-item.themes": "Themes",
"plugin-item.deactivate": "Deactivate",
"plugin-item.activate": "Activate",
+ "plugin-item.install": "Install",
"plugin-item.uninstall": "Uninstall",
"plugin-item.settings": "Settings",
"plugin-item.installed": "Installed",
@@ -43,4 +44,4 @@
"alert.package-manager-unreachable": "NodeBB could not reach the package manager, an upgrade is not suggested at this time.
", "alert.incompatible": "Your version of NodeBB (v%1) is only cleared to upgrade to v%2 of this plugin. Please update your NodeBB if you wish to install a newer version of this plugin.
", "alert.possibly-incompatible": "No Compatibility Information Found
This plugin did not specify a specific version for installation given your NodeBB version. Full compatibility cannot be guaranteed, and may cause your NodeBB to no longer start properly.
In the event that NodeBB cannot boot properly:
$ ./nodebb reset plugin=\"%1\"Continue installation of latest version of this plugin?
" -} \ No newline at end of file +} diff --git a/public/language/sk/admin/manage/categories.json b/public/language/sk/admin/manage/categories.json index 8bd5d5bfcf..7e2a5ce12e 100644 --- a/public/language/sk/admin/manage/categories.json +++ b/public/language/sk/admin/manage/categories.json @@ -59,7 +59,7 @@ "alert.copy-success": "Settings Copied!", "alert.set-parent-category": "Set Parent Category", "alert.updated": "Updated Categories", - "alert.updated-success": "Category IDs %1 was successfully updated.", + "alert.updated-success": "Category IDs %1 successfully updated.", "alert.upload-image": "Upload category image", "alert.find-user": "Find a User", "alert.user-search": "Search for a user here...", diff --git a/public/language/sk/admin/menu.json b/public/language/sk/admin/menu.json index 7a5327f643..35f5088443 100644 --- a/public/language/sk/admin/menu.json +++ b/public/language/sk/admin/menu.json @@ -1,5 +1,5 @@ { - "section-general": "General", + "section-general": "Všeobecné", "general/dashboard": "Dashboard", "general/homepage": "Home Page", "general/navigation": "Navigation", @@ -39,7 +39,7 @@ "section-appearance": "Appearance", "appearance/themes": "Themes", "appearance/skins": "Skins", - "appearance/customise": "Custom HTML & CSS", + "appearance/customise": "Custom HTML & CSS", "section-extend": "Extend", "extend/plugins": "Plugins", diff --git a/public/language/sk/admin/settings/post.json b/public/language/sk/admin/settings/post.json index f8aae19628..f293e554d9 100644 --- a/public/language/sk/admin/settings/post.json +++ b/public/language/sk/admin/settings/post.json @@ -2,7 +2,7 @@ "sorting": "Post Sorting", "sorting.post-default": "Default Post Sorting", "sorting.oldest-to-newest": "Oldest to Newest", - "sorting.newest-to-oldest": ">Newest to Oldest", + "sorting.newest-to-oldest": "Newest to Oldest", "sorting.most-votes": "Most Votes", "sorting.topic-default": "Default Topic Sorting", "restrictions": "Posting Restrictions", diff --git a/public/language/sk/global.json b/public/language/sk/global.json index de6a8763a4..f056cc81e0 100644 --- a/public/language/sk/global.json +++ b/public/language/sk/global.json @@ -102,5 +102,6 @@ "play": "Prehrať", "cookies.message": "Táto webová stránka používa cookies k tomu, aby bolo zaistené, že dostanete najlepší pôžitok s návštevy na našich webových stránkach.", "cookies.accept": "Mám to!", - "cookies.learn_more": "Zistit viac" + "cookies.learn_more": "Zistit viac", + "edited": "Edited" } \ No newline at end of file diff --git a/public/language/sk/groups.json b/public/language/sk/groups.json index 306c69f10f..d33212eed0 100644 --- a/public/language/sk/groups.json +++ b/public/language/sk/groups.json @@ -52,5 +52,6 @@ "new-group.group_name": "Názov skupiny:", "upload-group-cover": "Nahrať obrázok skupiny", "bulk-invite-instructions": "Zadajte zoznam užívateľských mien oddelených čiarkou, k pozvaniu do tejto skupiny", - "bulk-invite": "Hromadné pozvanie" + "bulk-invite": "Hromadné pozvanie", + "remove_group_cover_confirm": "Are you sure you want to remove the cover picture?" } \ No newline at end of file diff --git a/public/language/sk/language.json b/public/language/sk/language.json index 19570f2796..c740edbde4 100644 --- a/public/language/sk/language.json +++ b/public/language/sk/language.json @@ -1,5 +1,5 @@ { "name": "Slovenčina (Slovak/Slovakia)", - "code": "sk", + "code": "sk-SK", "dir": "ltr" } \ No newline at end of file diff --git a/public/language/sk/modules.json b/public/language/sk/modules.json index 97c8c0db69..dfc3dea0f3 100644 --- a/public/language/sk/modules.json +++ b/public/language/sk/modules.json @@ -13,6 +13,7 @@ "chat.contacts": "Kontakty", "chat.message-history": "História správ", "chat.pop-out": "Vyskakovacie okno konverzácie", + "chat.minimize": "Minimize", "chat.maximize": "Maximalizovať", "chat.seven_days": "7 dní", "chat.thirty_days": "30 dní", diff --git a/public/language/sk/pages.json b/public/language/sk/pages.json index c9328ef0dd..095ee00be2 100644 --- a/public/language/sk/pages.json +++ b/public/language/sk/pages.json @@ -34,7 +34,7 @@ "account/info": "Informácie o účte", "account/following": "Ľudia sledujúci %1", "account/followers": "Ľudia, ktorí sledujú %1", - "account/posts": "Príspevky vytvorené %1", + "account/posts": "Príspevky vytvorené užívateľom %1", "account/topics": "Témy vytvoril %1", "account/groups": "%1 skupiny", "account/bookmarks": "%1 príspevky v záložkach", diff --git a/public/language/sk/search.json b/public/language/sk/search.json index ca3e6e3d56..af0cf342ed 100644 --- a/public/language/sk/search.json +++ b/public/language/sk/search.json @@ -8,6 +8,7 @@ "posted-by": "Uverejnené", "in-categories": "V kategóriách", "search-child-categories": "Vyhľadávať detské kategórie", + "has-tags": "Has tags", "reply-count": "Počet odpovedí", "at-least": "Najmenej", "at-most": "Najviac", diff --git a/public/language/sk/topic.json b/public/language/sk/topic.json index 9050c74a1b..28cbb130c1 100644 --- a/public/language/sk/topic.json +++ b/public/language/sk/topic.json @@ -62,7 +62,7 @@ "share_this_post": "Zdielať tento príspevok", "watching": "Sledované", "not-watching": "Nesledované", - "ignoring": "Ignorovať", + "ignoring": "Ignorované", "watching.description": "Upozorniť ma na nové odpovede.NodeBB could not reach the package manager, an upgrade is not suggested at this time.
", "alert.incompatible": "Your version of NodeBB (v%1) is only cleared to upgrade to v%2 of this plugin. Please update your NodeBB if you wish to install a newer version of this plugin.
", "alert.possibly-incompatible": "No Compatibility Information Found
This plugin did not specify a specific version for installation given your NodeBB version. Full compatibility cannot be guaranteed, and may cause your NodeBB to no longer start properly.
In the event that NodeBB cannot boot properly:
$ ./nodebb reset plugin=\"%1\"Continue installation of latest version of this plugin?
" -} \ No newline at end of file +} diff --git a/public/language/sl/admin/manage/categories.json b/public/language/sl/admin/manage/categories.json index 8bd5d5bfcf..7e2a5ce12e 100644 --- a/public/language/sl/admin/manage/categories.json +++ b/public/language/sl/admin/manage/categories.json @@ -59,7 +59,7 @@ "alert.copy-success": "Settings Copied!", "alert.set-parent-category": "Set Parent Category", "alert.updated": "Updated Categories", - "alert.updated-success": "Category IDs %1 was successfully updated.", + "alert.updated-success": "Category IDs %1 successfully updated.", "alert.upload-image": "Upload category image", "alert.find-user": "Find a User", "alert.user-search": "Search for a user here...", diff --git a/public/language/sl/admin/menu.json b/public/language/sl/admin/menu.json index 7a5327f643..6a4995ea6e 100644 --- a/public/language/sl/admin/menu.json +++ b/public/language/sl/admin/menu.json @@ -39,7 +39,7 @@ "section-appearance": "Appearance", "appearance/themes": "Themes", "appearance/skins": "Skins", - "appearance/customise": "Custom HTML & CSS", + "appearance/customise": "Custom HTML & CSS", "section-extend": "Extend", "extend/plugins": "Plugins", diff --git a/public/language/sl/admin/settings/post.json b/public/language/sl/admin/settings/post.json index f8aae19628..f293e554d9 100644 --- a/public/language/sl/admin/settings/post.json +++ b/public/language/sl/admin/settings/post.json @@ -2,7 +2,7 @@ "sorting": "Post Sorting", "sorting.post-default": "Default Post Sorting", "sorting.oldest-to-newest": "Oldest to Newest", - "sorting.newest-to-oldest": ">Newest to Oldest", + "sorting.newest-to-oldest": "Newest to Oldest", "sorting.most-votes": "Most Votes", "sorting.topic-default": "Default Topic Sorting", "restrictions": "Posting Restrictions", diff --git a/public/language/sl/global.json b/public/language/sl/global.json index 99371c1b80..63c5fc210f 100644 --- a/public/language/sl/global.json +++ b/public/language/sl/global.json @@ -102,5 +102,6 @@ "play": "Play", "cookies.message": "This website uses cookies to ensure you get the best experience on our website.", "cookies.accept": "Got it!", - "cookies.learn_more": "Learn More" + "cookies.learn_more": "Learn More", + "edited": "Edited" } \ No newline at end of file diff --git a/public/language/sl/groups.json b/public/language/sl/groups.json index 0958e0a858..dbed2c77c3 100644 --- a/public/language/sl/groups.json +++ b/public/language/sl/groups.json @@ -52,5 +52,6 @@ "new-group.group_name": "Ime skupine:", "upload-group-cover": "Upload group cover", "bulk-invite-instructions": "Enter a list of comma separated usernames to invite to this group", - "bulk-invite": "Bulk Invite" + "bulk-invite": "Bulk Invite", + "remove_group_cover_confirm": "Are you sure you want to remove the cover picture?" } \ No newline at end of file diff --git a/public/language/sl/language.json b/public/language/sl/language.json index 8d7cd9c09d..897279ad1c 100644 --- a/public/language/sl/language.json +++ b/public/language/sl/language.json @@ -1,5 +1,5 @@ { "name": "Slovenščina", - "code": "sl", + "code": "en-GB", "dir": "ltr" } \ No newline at end of file diff --git a/public/language/sl/modules.json b/public/language/sl/modules.json index 8e1ff0a957..860b680e7e 100644 --- a/public/language/sl/modules.json +++ b/public/language/sl/modules.json @@ -13,6 +13,7 @@ "chat.contacts": "Stiki", "chat.message-history": "Zgodovina klepeta", "chat.pop-out": "Klepet v novem oknu", + "chat.minimize": "Minimize", "chat.maximize": "Povečaj", "chat.seven_days": "7 dni", "chat.thirty_days": "30 dni", diff --git a/public/language/sl/search.json b/public/language/sl/search.json index 6a8b4ea228..8ad34d20d6 100644 --- a/public/language/sl/search.json +++ b/public/language/sl/search.json @@ -8,6 +8,7 @@ "posted-by": "Objavil", "in-categories": "V kategoriji", "search-child-categories": "Išči podkategorije", + "has-tags": "Has tags", "reply-count": "Število odgovorov", "at-least": "Vsaj", "at-most": "Največ", diff --git a/public/language/sl/user.json b/public/language/sl/user.json index 88ec8e16f0..5d6ae2a9d7 100644 --- a/public/language/sl/user.json +++ b/public/language/sl/user.json @@ -63,6 +63,7 @@ "upload_a_picture": "Naloži fotografijo", "remove_uploaded_picture": "Odstrani preneseno sliko ", "upload_cover_picture": "Prenesi fotografijo naslovnice", + "remove_cover_picture_confirm": "Are you sure you want to remove the cover picture?", "settings": "Nastavitve", "show_email": "Pokaži moj e-poštni naslov.", "show_fullname": "Pokaži moj ime in priimek.", diff --git a/public/language/sr/admin/extend/plugins.json b/public/language/sr/admin/extend/plugins.json index 8f382a290d..1661a987b7 100644 --- a/public/language/sr/admin/extend/plugins.json +++ b/public/language/sr/admin/extend/plugins.json @@ -20,6 +20,7 @@ "plugin-item.themes": "Themes", "plugin-item.deactivate": "Deactivate", "plugin-item.activate": "Activate", + "plugin-item.install": "Install", "plugin-item.uninstall": "Uninstall", "plugin-item.settings": "Settings", "plugin-item.installed": "Installed", @@ -43,4 +44,4 @@ "alert.package-manager-unreachable": "NodeBB could not reach the package manager, an upgrade is not suggested at this time.
", "alert.incompatible": "Your version of NodeBB (v%1) is only cleared to upgrade to v%2 of this plugin. Please update your NodeBB if you wish to install a newer version of this plugin.
", "alert.possibly-incompatible": "No Compatibility Information Found
This plugin did not specify a specific version for installation given your NodeBB version. Full compatibility cannot be guaranteed, and may cause your NodeBB to no longer start properly.
In the event that NodeBB cannot boot properly:
$ ./nodebb reset plugin=\"%1\"Continue installation of latest version of this plugin?
" -} \ No newline at end of file +} diff --git a/public/language/sr/admin/manage/categories.json b/public/language/sr/admin/manage/categories.json index 8bd5d5bfcf..7e2a5ce12e 100644 --- a/public/language/sr/admin/manage/categories.json +++ b/public/language/sr/admin/manage/categories.json @@ -59,7 +59,7 @@ "alert.copy-success": "Settings Copied!", "alert.set-parent-category": "Set Parent Category", "alert.updated": "Updated Categories", - "alert.updated-success": "Category IDs %1 was successfully updated.", + "alert.updated-success": "Category IDs %1 successfully updated.", "alert.upload-image": "Upload category image", "alert.find-user": "Find a User", "alert.user-search": "Search for a user here...", diff --git a/public/language/sr/admin/menu.json b/public/language/sr/admin/menu.json index 7a5327f643..6a4995ea6e 100644 --- a/public/language/sr/admin/menu.json +++ b/public/language/sr/admin/menu.json @@ -39,7 +39,7 @@ "section-appearance": "Appearance", "appearance/themes": "Themes", "appearance/skins": "Skins", - "appearance/customise": "Custom HTML & CSS", + "appearance/customise": "Custom HTML & CSS", "section-extend": "Extend", "extend/plugins": "Plugins", diff --git a/public/language/sr/admin/settings/post.json b/public/language/sr/admin/settings/post.json index f8aae19628..f293e554d9 100644 --- a/public/language/sr/admin/settings/post.json +++ b/public/language/sr/admin/settings/post.json @@ -2,7 +2,7 @@ "sorting": "Post Sorting", "sorting.post-default": "Default Post Sorting", "sorting.oldest-to-newest": "Oldest to Newest", - "sorting.newest-to-oldest": ">Newest to Oldest", + "sorting.newest-to-oldest": "Newest to Oldest", "sorting.most-votes": "Most Votes", "sorting.topic-default": "Default Topic Sorting", "restrictions": "Posting Restrictions", diff --git a/public/language/sr/error.json b/public/language/sr/error.json index b119cdfe34..67f18374c3 100644 --- a/public/language/sr/error.json +++ b/public/language/sr/error.json @@ -91,7 +91,7 @@ "group-already-requested": "Ваш захтев за чланство је већ поднесен", "post-already-deleted": "Ова порука је већ избрисана", "post-already-restored": "Ова порука је већ обновљена", - "topic-already-deleted": "Оба тема је већ избрисана", + "topic-already-deleted": "Ова тема је већ избрисана", "topic-already-restored": "Ова тема је већ обновљена", "cant-purge-main-post": "Не можете очистити насловну поруку, избришите тему уместо тога", "topic-thumbnails-are-disabled": "Сличице тема су онемогућене.", diff --git a/public/language/sr/global.json b/public/language/sr/global.json index 48cc2f7304..7b76a7f4c9 100644 --- a/public/language/sr/global.json +++ b/public/language/sr/global.json @@ -1,9 +1,9 @@ { "home": "Почетна", - "search": "Претражи", + "search": "Тражи", "buttons.close": "Затвори", "403.title": "Приступ одбијен", - "403.message": "Изгледа да сте набасали на страницу којој немате дозвољен приступ.", + "403.message": "Изгледа да сте набасали на страницу на којој немате дозвољен приступ.", "403.login": "Можда би требало да се пријавите?", "404.title": "Не постоји", "404.message": "Изгледа да сте наишли на страницу која не постоји. Вратите се на почетну страницу..", @@ -51,13 +51,13 @@ "online": "На мрежи", "users": "Корисници", "topics": "Теме", - "posts": "Порука", + "posts": "Поруке", "best": "Најбоље", "upvoters": "Позитивно гласали", "upvoted": "Позитивно гласано", "downvoters": "Негативно гласали", "downvoted": "Негативно гласано", - "views": "Прегледа", + "views": "Прегледи", "reputation": "Углед", "read_more": "прочитајте више", "more": "Више", @@ -102,5 +102,6 @@ "play": "Репродукуј", "cookies.message": "Овај веб сајт користи колачиће да би вам обезбедили најбољи доживљај на нашем сајту.", "cookies.accept": "Схватам!", - "cookies.learn_more": "Сазнајте више" + "cookies.learn_more": "Сазнајте више", + "edited": "Edited" } \ No newline at end of file diff --git a/public/language/sr/groups.json b/public/language/sr/groups.json index 8866b3acbb..8418c04d85 100644 --- a/public/language/sr/groups.json +++ b/public/language/sr/groups.json @@ -52,5 +52,6 @@ "new-group.group_name": "Име групе:", "upload-group-cover": "Отпреми насловницу групе", "bulk-invite-instructions": "Унесите списак корисничких имена одвојених зарезима да бисте позвали у ову групу ", - "bulk-invite": "Масовни позив" + "bulk-invite": "Масовни позив", + "remove_group_cover_confirm": "Are you sure you want to remove the cover picture?" } \ No newline at end of file diff --git a/public/language/sr/modules.json b/public/language/sr/modules.json index 778f9e7019..112e4cc542 100644 --- a/public/language/sr/modules.json +++ b/public/language/sr/modules.json @@ -1,11 +1,11 @@ { "chat.chatting_with": "Ћаскај са ", - "chat.placeholder": "Унесите текст поруке овде, притисните ентер за слање", + "chat.placeholder": "Овде унесите текст поруке, притисните ентер за слање", "chat.send": "Пошаљи", - "chat.no_active": "Немате активних ћаскања.", + "chat.no_active": "Нема активних ћаскања.", "chat.user_typing": "%1 куца ...", "chat.user_has_messaged_you": "%1 вам је послао поруку.", - "chat.see_all": "Погледајте сва ћаскања", + "chat.see_all": "Прикажи сва ћаскања", "chat.mark_all_read": "Означи све разговоре као прочитане", "chat.no-messages": "Изаберите примаоца да бисте видели историју ћаскања", "chat.no-users-in-room": "Нема корисника у овој соби", @@ -13,6 +13,7 @@ "chat.contacts": "Контакти", "chat.message-history": "Историјат порука", "chat.pop-out": "Истакни ћаскање", + "chat.minimize": "Minimize", "chat.maximize": "Максимизуј", "chat.seven_days": "7 дана", "chat.thirty_days": "30 дана", @@ -36,12 +37,12 @@ "composer.formatting.picture": "Слика", "composer.upload-picture": "Отпреми слику", "composer.upload-file": "Отпреми датотеку", - "composer.zen_mode": "Zen режим", + "composer.zen_mode": "Цео екран", "composer.select_category": "Изаберите категорију", "bootbox.ok": "ОК", "bootbox.cancel": "Откажи", "bootbox.confirm": "Потврди", "cover.dragging_title": "Позиционирање насловне фотографије", - "cover.dragging_message": "Повуците насловну фотографију до жељене локације и кликните \"Сачувај\"", - "cover.saved": "Насловна фотографија и позиција сачувана" + "cover.dragging_message": "Повуците насловну фотографију до жељене локације и кликните на \"Сачувај\"", + "cover.saved": "Насловна фотографија и позиција су сачуване" } \ No newline at end of file diff --git a/public/language/sr/notifications.json b/public/language/sr/notifications.json index 1a016be19e..3b41edb510 100644 --- a/public/language/sr/notifications.json +++ b/public/language/sr/notifications.json @@ -1,7 +1,7 @@ { "title": "Обавештења", - "no_notifs": "Немате нових обавештења", - "see_all": "Погледајте свa обавештења", + "no_notifs": "Нема нових обавештења", + "see_all": "Прикажи сва обавештења", "mark_all_read": "Означи сва обавештења као прочитана", "back_to_home": "Назад на %1", "outgoing_link": "Одлазна веза", diff --git a/public/language/sr/search.json b/public/language/sr/search.json index cadfeb8327..eade853c99 100644 --- a/public/language/sr/search.json +++ b/public/language/sr/search.json @@ -8,10 +8,11 @@ "posted-by": "Објавио", "in-categories": "У категоријама", "search-child-categories": "Претражи поткатегорије", + "has-tags": "Has tags", "reply-count": "Број одговора", "at-least": "Најмање", "at-most": "Највише", - "post-time": "Времену објаве", + "post-time": "Време објаве", "newer-than": "Новије од", "older-than": "Старије од", "any-date": "Било који датум", diff --git a/public/language/sr/topic.json b/public/language/sr/topic.json index f2ca42051f..c92a42f8ba 100644 --- a/public/language/sr/topic.json +++ b/public/language/sr/topic.json @@ -13,7 +13,7 @@ "notify_me": "Будите обавештени о новим порукама у овој теми", "quote": "Цитирај", "reply": "Одговори", - "replies_to_this_post": "Одговара: %1", + "replies_to_this_post": "Одговора: %1", "reply-as-topic": "Постави одговор као тему", "guest-login-reply": "Пријавите се да бисте одговорили", "edit": "Уреди", @@ -30,7 +30,7 @@ "pinned": "Закачено", "moved": "Премештено", "bookmark_instructions": "Кликните овде за повратак на последњу прочитану поруку у овој теми.", - "flag_title": "Означите ову поруку за модерацију", + "flag_title": "Означи ову поруку за модерацију", "flag_success": "Ова порука је означена за модерацију.", "flag_manage_title": "Означена порука у %1", "flag_manage_history": "Историја радњи", @@ -105,7 +105,7 @@ "fork_pid_count": "Одабрано порука: %1", "fork_success": "Тема је успешно рачвана! Кликните овде за одлазак на рачвану тему.", "delete_posts_instruction": "Кликните на поруке које желите да избришете/очистите", - "composer.title_placeholder": "Унесите овде назив теме...", + "composer.title_placeholder": "Овде унесите назив теме...", "composer.handle_placeholder": "Име", "composer.discard": "Одбаци", "composer.submit": "Пошаљи", diff --git a/public/language/sr/unread.json b/public/language/sr/unread.json index 4333930376..f556585f60 100644 --- a/public/language/sr/unread.json +++ b/public/language/sr/unread.json @@ -6,8 +6,8 @@ "selected": "Изабране", "all": "Све", "all_categories": "Све категорије", - "topics_marked_as_read.success": "Теме означене као прочитане!", + "topics_marked_as_read.success": "Теме су означене као прочитане!", "all-topics": "Све теме", "new-topics": "Нове теме", - "watched-topics": "Погледане теме" + "watched-topics": "Надгледане теме" } \ No newline at end of file diff --git a/public/language/sr/user.json b/public/language/sr/user.json index 8976d2c179..15925e81ff 100644 --- a/public/language/sr/user.json +++ b/public/language/sr/user.json @@ -18,10 +18,10 @@ "website": "Веб сајт", "location": "Локација", "age": "Старост", - "joined": "Датум регстрације", + "joined": "Датум регистрације", "lastonline": "Последњи пут на мрежи", "profile": "Профил", - "profile_views": "Прегледа профила", + "profile_views": "Прегледи профила", "reputation": "Репутација", "bookmarks": " Обележивачи", "watched": "Надгледано", @@ -63,11 +63,12 @@ "upload_a_picture": "Отпреми слику", "remove_uploaded_picture": "Уклоните отпремљену слику", "upload_cover_picture": "Отпреми насловну слику", + "remove_cover_picture_confirm": "Are you sure you want to remove the cover picture?", "settings": "Подешавања", "show_email": "Прикажи моју лозинку", "show_fullname": "Прикажи моје пуно име", "restrict_chats": "Дозволи поруке ћаскања само од корисника које пратим", - "digest_label": "Претплати се на сажетак", + "digest_label": "Претплата на сажетак", "digest_description": "Претплати се на ажурирања за овај форум (нова обавештења и теме) према планираном распореду", "digest_off": "Искључено", "digest_daily": "Дневно", diff --git a/public/language/sv/admin/extend/plugins.json b/public/language/sv/admin/extend/plugins.json index 8f382a290d..1661a987b7 100644 --- a/public/language/sv/admin/extend/plugins.json +++ b/public/language/sv/admin/extend/plugins.json @@ -20,6 +20,7 @@ "plugin-item.themes": "Themes", "plugin-item.deactivate": "Deactivate", "plugin-item.activate": "Activate", + "plugin-item.install": "Install", "plugin-item.uninstall": "Uninstall", "plugin-item.settings": "Settings", "plugin-item.installed": "Installed", @@ -43,4 +44,4 @@ "alert.package-manager-unreachable": "NodeBB could not reach the package manager, an upgrade is not suggested at this time.
", "alert.incompatible": "Your version of NodeBB (v%1) is only cleared to upgrade to v%2 of this plugin. Please update your NodeBB if you wish to install a newer version of this plugin.
", "alert.possibly-incompatible": "No Compatibility Information Found
This plugin did not specify a specific version for installation given your NodeBB version. Full compatibility cannot be guaranteed, and may cause your NodeBB to no longer start properly.
In the event that NodeBB cannot boot properly:
$ ./nodebb reset plugin=\"%1\"Continue installation of latest version of this plugin?
" -} \ No newline at end of file +} diff --git a/public/language/sv/admin/manage/categories.json b/public/language/sv/admin/manage/categories.json index 8bd5d5bfcf..7e2a5ce12e 100644 --- a/public/language/sv/admin/manage/categories.json +++ b/public/language/sv/admin/manage/categories.json @@ -59,7 +59,7 @@ "alert.copy-success": "Settings Copied!", "alert.set-parent-category": "Set Parent Category", "alert.updated": "Updated Categories", - "alert.updated-success": "Category IDs %1 was successfully updated.", + "alert.updated-success": "Category IDs %1 successfully updated.", "alert.upload-image": "Upload category image", "alert.find-user": "Find a User", "alert.user-search": "Search for a user here...", diff --git a/public/language/sv/admin/menu.json b/public/language/sv/admin/menu.json index 7a5327f643..6a4995ea6e 100644 --- a/public/language/sv/admin/menu.json +++ b/public/language/sv/admin/menu.json @@ -39,7 +39,7 @@ "section-appearance": "Appearance", "appearance/themes": "Themes", "appearance/skins": "Skins", - "appearance/customise": "Custom HTML & CSS", + "appearance/customise": "Custom HTML & CSS", "section-extend": "Extend", "extend/plugins": "Plugins", diff --git a/public/language/sv/admin/settings/post.json b/public/language/sv/admin/settings/post.json index f8aae19628..f293e554d9 100644 --- a/public/language/sv/admin/settings/post.json +++ b/public/language/sv/admin/settings/post.json @@ -2,7 +2,7 @@ "sorting": "Post Sorting", "sorting.post-default": "Default Post Sorting", "sorting.oldest-to-newest": "Oldest to Newest", - "sorting.newest-to-oldest": ">Newest to Oldest", + "sorting.newest-to-oldest": "Newest to Oldest", "sorting.most-votes": "Most Votes", "sorting.topic-default": "Default Topic Sorting", "restrictions": "Posting Restrictions", diff --git a/public/language/sv/global.json b/public/language/sv/global.json index d94b99bdac..6fcfe965df 100644 --- a/public/language/sv/global.json +++ b/public/language/sv/global.json @@ -102,5 +102,6 @@ "play": "Spela", "cookies.message": "This website uses cookies to ensure you get the best experience on our website.", "cookies.accept": "Got it!", - "cookies.learn_more": "Learn More" + "cookies.learn_more": "Learn More", + "edited": "Edited" } \ No newline at end of file diff --git a/public/language/sv/groups.json b/public/language/sv/groups.json index 39874bd6a3..4a76008e5b 100644 --- a/public/language/sv/groups.json +++ b/public/language/sv/groups.json @@ -52,5 +52,6 @@ "new-group.group_name": "Gruppnamn:", "upload-group-cover": "Ladda upp omslagsbild för grupp", "bulk-invite-instructions": "Ange en lista med kommaseparerade användarnamn som du vill bjuda in till denna grupp", - "bulk-invite": "Massinbjudning" + "bulk-invite": "Massinbjudning", + "remove_group_cover_confirm": "Are you sure you want to remove the cover picture?" } \ No newline at end of file diff --git a/public/language/sv/language.json b/public/language/sv/language.json index e9c5fdac87..8f5a35a7d9 100644 --- a/public/language/sv/language.json +++ b/public/language/sv/language.json @@ -1,5 +1,5 @@ { "name": "Svenska", - "code": "sv", + "code": "en-GB", "dir": "ltr" } \ No newline at end of file diff --git a/public/language/sv/modules.json b/public/language/sv/modules.json index 37e4255986..d0bb0ec1ea 100644 --- a/public/language/sv/modules.json +++ b/public/language/sv/modules.json @@ -13,6 +13,7 @@ "chat.contacts": "Kontakter ", "chat.message-history": "Historik för meddelande", "chat.pop-out": "Utskjutande chatt", + "chat.minimize": "Minimize", "chat.maximize": "Maximera", "chat.seven_days": "7 dagar", "chat.thirty_days": "30 dagar", diff --git a/public/language/sv/search.json b/public/language/sv/search.json index 3682c8bef5..7b2cb7db6a 100644 --- a/public/language/sv/search.json +++ b/public/language/sv/search.json @@ -8,6 +8,7 @@ "posted-by": "Skapad av", "in-categories": "I kategorier", "search-child-categories": "Sök i underkategorier", + "has-tags": "Has tags", "reply-count": "Svarsantal", "at-least": "Som minst", "at-most": "Som mest", diff --git a/public/language/sv/user.json b/public/language/sv/user.json index e058143f6d..9f3f6c3342 100644 --- a/public/language/sv/user.json +++ b/public/language/sv/user.json @@ -63,6 +63,7 @@ "upload_a_picture": "Ladda upp en bild", "remove_uploaded_picture": "Ta bort uppladdad bild", "upload_cover_picture": "Ladda upp omslagsbild", + "remove_cover_picture_confirm": "Are you sure you want to remove the cover picture?", "settings": "Inställningar", "show_email": "Visa min e-postadress", "show_fullname": "Visa fullständigt namn", diff --git a/public/language/th/admin/extend/plugins.json b/public/language/th/admin/extend/plugins.json index 8f382a290d..1661a987b7 100644 --- a/public/language/th/admin/extend/plugins.json +++ b/public/language/th/admin/extend/plugins.json @@ -20,6 +20,7 @@ "plugin-item.themes": "Themes", "plugin-item.deactivate": "Deactivate", "plugin-item.activate": "Activate", + "plugin-item.install": "Install", "plugin-item.uninstall": "Uninstall", "plugin-item.settings": "Settings", "plugin-item.installed": "Installed", @@ -43,4 +44,4 @@ "alert.package-manager-unreachable": "NodeBB could not reach the package manager, an upgrade is not suggested at this time.
", "alert.incompatible": "Your version of NodeBB (v%1) is only cleared to upgrade to v%2 of this plugin. Please update your NodeBB if you wish to install a newer version of this plugin.
", "alert.possibly-incompatible": "No Compatibility Information Found
This plugin did not specify a specific version for installation given your NodeBB version. Full compatibility cannot be guaranteed, and may cause your NodeBB to no longer start properly.
In the event that NodeBB cannot boot properly:
$ ./nodebb reset plugin=\"%1\"Continue installation of latest version of this plugin?
" -} \ No newline at end of file +} diff --git a/public/language/th/admin/manage/categories.json b/public/language/th/admin/manage/categories.json index 8bd5d5bfcf..7e2a5ce12e 100644 --- a/public/language/th/admin/manage/categories.json +++ b/public/language/th/admin/manage/categories.json @@ -59,7 +59,7 @@ "alert.copy-success": "Settings Copied!", "alert.set-parent-category": "Set Parent Category", "alert.updated": "Updated Categories", - "alert.updated-success": "Category IDs %1 was successfully updated.", + "alert.updated-success": "Category IDs %1 successfully updated.", "alert.upload-image": "Upload category image", "alert.find-user": "Find a User", "alert.user-search": "Search for a user here...", diff --git a/public/language/th/admin/menu.json b/public/language/th/admin/menu.json index 7a5327f643..6a4995ea6e 100644 --- a/public/language/th/admin/menu.json +++ b/public/language/th/admin/menu.json @@ -39,7 +39,7 @@ "section-appearance": "Appearance", "appearance/themes": "Themes", "appearance/skins": "Skins", - "appearance/customise": "Custom HTML & CSS", + "appearance/customise": "Custom HTML & CSS", "section-extend": "Extend", "extend/plugins": "Plugins", diff --git a/public/language/th/admin/settings/post.json b/public/language/th/admin/settings/post.json index f8aae19628..f293e554d9 100644 --- a/public/language/th/admin/settings/post.json +++ b/public/language/th/admin/settings/post.json @@ -2,7 +2,7 @@ "sorting": "Post Sorting", "sorting.post-default": "Default Post Sorting", "sorting.oldest-to-newest": "Oldest to Newest", - "sorting.newest-to-oldest": ">Newest to Oldest", + "sorting.newest-to-oldest": "Newest to Oldest", "sorting.most-votes": "Most Votes", "sorting.topic-default": "Default Topic Sorting", "restrictions": "Posting Restrictions", diff --git a/public/language/th/global.json b/public/language/th/global.json index 447cb07b8a..21e831157b 100644 --- a/public/language/th/global.json +++ b/public/language/th/global.json @@ -102,5 +102,6 @@ "play": "Play", "cookies.message": "This website uses cookies to ensure you get the best experience on our website.", "cookies.accept": "Got it!", - "cookies.learn_more": "Learn More" + "cookies.learn_more": "Learn More", + "edited": "Edited" } \ No newline at end of file diff --git a/public/language/th/groups.json b/public/language/th/groups.json index 4fbb940168..2018e5e2ee 100644 --- a/public/language/th/groups.json +++ b/public/language/th/groups.json @@ -52,5 +52,6 @@ "new-group.group_name": "Group Name:", "upload-group-cover": "Upload group cover", "bulk-invite-instructions": "Enter a list of comma separated usernames to invite to this group", - "bulk-invite": "Bulk Invite" + "bulk-invite": "Bulk Invite", + "remove_group_cover_confirm": "Are you sure you want to remove the cover picture?" } \ No newline at end of file diff --git a/public/language/th/language.json b/public/language/th/language.json index 8af024bba9..746a6d0602 100644 --- a/public/language/th/language.json +++ b/public/language/th/language.json @@ -1,5 +1,5 @@ { "name": "ภาษาเขียน", - "code": "th", + "code": "en-GB", "dir": "ltr" } \ No newline at end of file diff --git a/public/language/th/modules.json b/public/language/th/modules.json index e69cce324a..59c3a2e66e 100644 --- a/public/language/th/modules.json +++ b/public/language/th/modules.json @@ -13,6 +13,7 @@ "chat.contacts": "Contacts", "chat.message-history": "Message History", "chat.pop-out": "Pop out chat", + "chat.minimize": "Minimize", "chat.maximize": "Maximize", "chat.seven_days": "7 Days", "chat.thirty_days": "30 Days", diff --git a/public/language/th/search.json b/public/language/th/search.json index 4590d8d648..e441bd0c84 100644 --- a/public/language/th/search.json +++ b/public/language/th/search.json @@ -8,6 +8,7 @@ "posted-by": "บันทึกโดย", "in-categories": "In Categories", "search-child-categories": "Search child categories", + "has-tags": "Has tags", "reply-count": "จำนวนข้อความตอบกลับ", "at-least": "อย่างน้อยที่สุด", "at-most": "อย่างมากที่สุด", diff --git a/public/language/th/user.json b/public/language/th/user.json index 1bd6509f61..968a909371 100644 --- a/public/language/th/user.json +++ b/public/language/th/user.json @@ -63,6 +63,7 @@ "upload_a_picture": "อัปโหลดรูป", "remove_uploaded_picture": "Remove Uploaded Picture", "upload_cover_picture": "Upload cover picture", + "remove_cover_picture_confirm": "Are you sure you want to remove the cover picture?", "settings": "ตั้งค่า", "show_email": "แสดงอีเมล์", "show_fullname": "แสดงชื่อจริง", diff --git a/public/language/tr/admin/admin.json b/public/language/tr/admin/admin.json index 9c01f56006..115316ed16 100644 --- a/public/language/tr/admin/admin.json +++ b/public/language/tr/admin/admin.json @@ -2,6 +2,6 @@ "alert.confirm-reload": "Are you sure you wish to reload NodeBB?", "alert.confirm-restart": "Are you sure you wish to restart NodeBB?", - "acp-title": "%1 | NodeBB Admin Control Panel", - "settings-header-contents": "Contents" + "acp-title": "%1 | NodeBB Yönetici Kontrol Paneli", + "settings-header-contents": "İçerikler" } \ No newline at end of file diff --git a/public/language/tr/admin/advanced/cache.json b/public/language/tr/admin/advanced/cache.json index 5a954f1232..9f70a48d22 100644 --- a/public/language/tr/admin/advanced/cache.json +++ b/public/language/tr/admin/advanced/cache.json @@ -1,5 +1,5 @@ { - "post-cache": "Post Cache", + "post-cache": "İleti Önbelleği", "posts-in-cache": "Posts in Cache", "average-post-size": "Average Post Size", "length-to-max": "Length / Max", diff --git a/public/language/tr/admin/advanced/errors.json b/public/language/tr/admin/advanced/errors.json index 963e68b116..46ace2a5be 100644 --- a/public/language/tr/admin/advanced/errors.json +++ b/public/language/tr/admin/advanced/errors.json @@ -1,7 +1,7 @@ { "figure-x": "Figure %1", "error-events-per-day": "%1 events per day",
- "error.404": "404 Not Found",
+ "error.404": "404 Bulunamadı",
"error.503": "503 Service Unavailable",
"manage-error-log": "Manage Error Log",
"export-error-log": "Export Error Log (CSV)",
diff --git a/public/language/tr/admin/advanced/events.json b/public/language/tr/admin/advanced/events.json
index 766eb5e951..862e753444 100644
--- a/public/language/tr/admin/advanced/events.json
+++ b/public/language/tr/admin/advanced/events.json
@@ -1,6 +1,6 @@
{
- "events": "Events",
+ "events": "Olaylar",
"no-events": "There are no events",
"control-panel": "Events Control Panel",
- "delete-events": "Delete Events"
+ "delete-events": "Olayları Sil"
}
\ No newline at end of file
diff --git a/public/language/tr/admin/advanced/logs.json b/public/language/tr/admin/advanced/logs.json
index b9de400e1c..f007492eaf 100644
--- a/public/language/tr/admin/advanced/logs.json
+++ b/public/language/tr/admin/advanced/logs.json
@@ -1,7 +1,7 @@
{
- "logs": "Logs",
+ "logs": "Kayıtlar",
"control-panel": "Logs Control Panel",
"reload": "Reload Logs",
- "clear": "Clear Logs",
- "clear-success": "Logs Cleared!"
+ "clear": "Kayıtları Temizle",
+ "clear-success": "Kayıtlar Temizlendi!"
}
\ No newline at end of file
diff --git a/public/language/tr/admin/appearance/skins.json b/public/language/tr/admin/appearance/skins.json
index 4db6fbdd8a..57638271e7 100644
--- a/public/language/tr/admin/appearance/skins.json
+++ b/public/language/tr/admin/appearance/skins.json
@@ -1,7 +1,7 @@
{
- "loading": "Loading Skins...",
- "homepage": "Homepage",
- "select-skin": "Select Skin",
+ "loading": "Deriler yükleniyor...",
+ "homepage": "Anasayfa",
+ "select-skin": "Deri Seç",
"current-skin": "Current Skin",
"skin-updated": "Skin Updated",
"applied-success": "%1 skin was succesfully applied",
diff --git a/public/language/tr/admin/appearance/themes.json b/public/language/tr/admin/appearance/themes.json
index 3148a01337..d20baa36e5 100644
--- a/public/language/tr/admin/appearance/themes.json
+++ b/public/language/tr/admin/appearance/themes.json
@@ -1,7 +1,7 @@
{
"checking-for-installed": "Checking for installed themes...",
- "homepage": "Homepage",
- "select-theme": "Select Theme",
+ "homepage": "Anasayfa",
+ "select-theme": "Tema Seç",
"current-theme": "Current Theme",
"no-themes": "No installed themes found",
"revert-confirm": "Are you sure you wish to restore the default NodeBB theme?",
diff --git a/public/language/tr/admin/extend/plugins.json b/public/language/tr/admin/extend/plugins.json
index 8f382a290d..94a24914fd 100644
--- a/public/language/tr/admin/extend/plugins.json
+++ b/public/language/tr/admin/extend/plugins.json
@@ -1,9 +1,9 @@
{
- "installed": "Installed",
- "active": "Active",
+ "installed": "Yüklendi",
+ "active": "Aktif",
"inactive": "Inactive",
"out-of-date": "Out of Date",
- "none-found": "No plugins found.",
+ "none-found": "Hiç eklenti bulunamadı.",
"none-active": "No Active Plugins",
"find-plugins": "Find Plugins",
@@ -20,6 +20,7 @@
"plugin-item.themes": "Themes",
"plugin-item.deactivate": "Deactivate",
"plugin-item.activate": "Activate",
+ "plugin-item.install": "Install",
"plugin-item.uninstall": "Uninstall",
"plugin-item.settings": "Settings",
"plugin-item.installed": "Installed",
@@ -43,4 +44,4 @@
"alert.package-manager-unreachable": "NodeBB could not reach the package manager, an upgrade is not suggested at this time.
", "alert.incompatible": "Your version of NodeBB (v%1) is only cleared to upgrade to v%2 of this plugin. Please update your NodeBB if you wish to install a newer version of this plugin.
", "alert.possibly-incompatible": "No Compatibility Information Found
This plugin did not specify a specific version for installation given your NodeBB version. Full compatibility cannot be guaranteed, and may cause your NodeBB to no longer start properly.
In the event that NodeBB cannot boot properly:
$ ./nodebb reset plugin=\"%1\"Continue installation of latest version of this plugin?
" -} \ No newline at end of file +} diff --git a/public/language/tr/admin/extend/rewards.json b/public/language/tr/admin/extend/rewards.json index 5383a90b33..fc5055b564 100644 --- a/public/language/tr/admin/extend/rewards.json +++ b/public/language/tr/admin/extend/rewards.json @@ -1,5 +1,5 @@ { - "rewards": "Rewards", + "rewards": "Ödüller", "condition-if-users": "If User's", "condition-is": "Is:", "condition-then": "Then:", diff --git a/public/language/tr/admin/general/dashboard.json b/public/language/tr/admin/general/dashboard.json index b82802db1b..7fa6c2d9ff 100644 --- a/public/language/tr/admin/general/dashboard.json +++ b/public/language/tr/admin/general/dashboard.json @@ -1,6 +1,6 @@ { - "forum-traffic": "Forum Traffic", - "page-views": "Page Views", + "forum-traffic": "Forum Trafiği", + "page-views": "Sayfa Gösterimi", "unique-visitors": "Unique Visitors", "page-views-last-month": "Page views Last Month", "page-views-this-month": "Page views This Month", diff --git a/public/language/tr/admin/general/homepage.json b/public/language/tr/admin/general/homepage.json index 4866b8baf6..e38827a2b3 100644 --- a/public/language/tr/admin/general/homepage.json +++ b/public/language/tr/admin/general/homepage.json @@ -1,5 +1,5 @@ { - "home-page": "Home Page", + "home-page": "Ana Sayfa", "description": "Choose what page is shown when users navigate to the root URL of your forum.", "home-page-route": "Home Page Route", "custom-route": "Custom Route", diff --git a/public/language/tr/admin/general/languages.json b/public/language/tr/admin/general/languages.json index da45cade2c..7767668448 100644 --- a/public/language/tr/admin/general/languages.json +++ b/public/language/tr/admin/general/languages.json @@ -1,5 +1,5 @@ { - "language-settings": "Language Settings", + "language-settings": "Dil Ayarları", "description": "The default language determines the language settings for all users who are visiting your forum.NodeBB could not reach the package manager, an upgrade is not suggested at this time.
", "alert.incompatible": "Your version of NodeBB (v%1) is only cleared to upgrade to v%2 of this plugin. Please update your NodeBB if you wish to install a newer version of this plugin.
", "alert.possibly-incompatible": "No Compatibility Information Found
This plugin did not specify a specific version for installation given your NodeBB version. Full compatibility cannot be guaranteed, and may cause your NodeBB to no longer start properly.
In the event that NodeBB cannot boot properly:
$ ./nodebb reset plugin=\"%1\"Continue installation of latest version of this plugin?
" -} \ No newline at end of file +} diff --git a/public/language/vi/admin/manage/categories.json b/public/language/vi/admin/manage/categories.json index 8bd5d5bfcf..7e2a5ce12e 100644 --- a/public/language/vi/admin/manage/categories.json +++ b/public/language/vi/admin/manage/categories.json @@ -59,7 +59,7 @@ "alert.copy-success": "Settings Copied!", "alert.set-parent-category": "Set Parent Category", "alert.updated": "Updated Categories", - "alert.updated-success": "Category IDs %1 was successfully updated.", + "alert.updated-success": "Category IDs %1 successfully updated.", "alert.upload-image": "Upload category image", "alert.find-user": "Find a User", "alert.user-search": "Search for a user here...", diff --git a/public/language/vi/admin/menu.json b/public/language/vi/admin/menu.json index 7a5327f643..6a4995ea6e 100644 --- a/public/language/vi/admin/menu.json +++ b/public/language/vi/admin/menu.json @@ -39,7 +39,7 @@ "section-appearance": "Appearance", "appearance/themes": "Themes", "appearance/skins": "Skins", - "appearance/customise": "Custom HTML & CSS", + "appearance/customise": "Custom HTML & CSS", "section-extend": "Extend", "extend/plugins": "Plugins", diff --git a/public/language/vi/admin/settings/post.json b/public/language/vi/admin/settings/post.json index f8aae19628..f293e554d9 100644 --- a/public/language/vi/admin/settings/post.json +++ b/public/language/vi/admin/settings/post.json @@ -2,7 +2,7 @@ "sorting": "Post Sorting", "sorting.post-default": "Default Post Sorting", "sorting.oldest-to-newest": "Oldest to Newest", - "sorting.newest-to-oldest": ">Newest to Oldest", + "sorting.newest-to-oldest": "Newest to Oldest", "sorting.most-votes": "Most Votes", "sorting.topic-default": "Default Topic Sorting", "restrictions": "Posting Restrictions", diff --git a/public/language/vi/global.json b/public/language/vi/global.json index e151b6f629..5a4e6a1406 100644 --- a/public/language/vi/global.json +++ b/public/language/vi/global.json @@ -102,5 +102,6 @@ "play": "Chơi", "cookies.message": "Trang web này sử dụng cookie để đảm bảo trải nghiệm tốt nhất cho người dùng", "cookies.accept": "Đã rõ!", - "cookies.learn_more": "Xem thêm" + "cookies.learn_more": "Xem thêm", + "edited": "Edited" } \ No newline at end of file diff --git a/public/language/vi/groups.json b/public/language/vi/groups.json index 7ae06112fd..3e951db7c8 100644 --- a/public/language/vi/groups.json +++ b/public/language/vi/groups.json @@ -52,5 +52,6 @@ "new-group.group_name": "Tên nhóm", "upload-group-cover": "Tải ảnh bìa lên cho nhóm", "bulk-invite-instructions": "Nhập danh sách username, ngăn cách bằng dấu phẩy, để mời vào nhóm", - "bulk-invite": "Mời nhiều người" + "bulk-invite": "Mời nhiều người", + "remove_group_cover_confirm": "Are you sure you want to remove the cover picture?" } \ No newline at end of file diff --git a/public/language/vi/language.json b/public/language/vi/language.json index f0787f748a..56c3e596e4 100644 --- a/public/language/vi/language.json +++ b/public/language/vi/language.json @@ -1,5 +1,5 @@ { "name": "Tiếng Việt", - "code": "vi", + "code": "en-GB", "dir": "ltr" } \ No newline at end of file diff --git a/public/language/vi/modules.json b/public/language/vi/modules.json index d70f8dc8ea..a8c41951a3 100644 --- a/public/language/vi/modules.json +++ b/public/language/vi/modules.json @@ -13,6 +13,7 @@ "chat.contacts": "Liên hệ", "chat.message-history": "Lịch sử tin nhắn", "chat.pop-out": "Bật cửa sổ chat", + "chat.minimize": "Minimize", "chat.maximize": "Phóng to", "chat.seven_days": "7 ngày", "chat.thirty_days": "30 ngày", diff --git a/public/language/vi/search.json b/public/language/vi/search.json index 6e3244bf2d..e5a9219965 100644 --- a/public/language/vi/search.json +++ b/public/language/vi/search.json @@ -8,6 +8,7 @@ "posted-by": "Đăng bởi", "in-categories": "Nằm trong chuyên mục", "search-child-categories": "Tìm kiếm chuyên mục con", + "has-tags": "Has tags", "reply-count": "Số lượt trả lời", "at-least": "Tối thiểu", "at-most": "Tối đa", diff --git a/public/language/vi/user.json b/public/language/vi/user.json index 6b8678c82c..d46f4f139f 100644 --- a/public/language/vi/user.json +++ b/public/language/vi/user.json @@ -63,6 +63,7 @@ "upload_a_picture": "Tải lên một hình ảnh", "remove_uploaded_picture": "Xoá ảnh đã tải lên", "upload_cover_picture": "Tải ảnh bìa lên", + "remove_cover_picture_confirm": "Are you sure you want to remove the cover picture?", "settings": "Thiết lập", "show_email": "Hiện Email của tôi", "show_fullname": "Hiện tên đầy đủ", diff --git a/public/language/zh-CN/admin/admin.json b/public/language/zh-CN/admin/admin.json index 9c01f56006..4b618d654f 100644 --- a/public/language/zh-CN/admin/admin.json +++ b/public/language/zh-CN/admin/admin.json @@ -1,7 +1,7 @@ { - "alert.confirm-reload": "Are you sure you wish to reload NodeBB?", - "alert.confirm-restart": "Are you sure you wish to restart NodeBB?", + "alert.confirm-reload": "确认重新载入NodeBB?", + "alert.confirm-restart": "确认重启NodeBB?", - "acp-title": "%1 | NodeBB Admin Control Panel", - "settings-header-contents": "Contents" + "acp-title": "%1 | NodeBB 管理员控制面板", + "settings-header-contents": "内容" } \ No newline at end of file diff --git a/public/language/zh-CN/admin/advanced/cache.json b/public/language/zh-CN/admin/advanced/cache.json index 5a954f1232..e9808184c1 100644 --- a/public/language/zh-CN/admin/advanced/cache.json +++ b/public/language/zh-CN/admin/advanced/cache.json @@ -1,11 +1,11 @@ { - "post-cache": "Post Cache", - "posts-in-cache": "Posts in Cache", - "average-post-size": "Average Post Size", - "length-to-max": "Length / Max", - "percent-full": "%1% Full", - "post-cache-size": "Post Cache Size", - "items-in-cache": "Items in Cache", - "control-panel": "Control Panel", - "update-settings": "Update Cache Settings" + "post-cache": "发帖", + "posts-in-cache": "缓存中的帖子", + "average-post-size": "平均帖子长度", + "length-to-max": "长度/最大值", + "percent-full": "%1% 容量", + "post-cache-size": "帖子缓存大小", + "items-in-cache": "缓存中的条目数量", + "control-panel": "控制面板", + "update-settings": "更新缓存设置" } \ No newline at end of file diff --git a/public/language/zh-CN/admin/advanced/database.json b/public/language/zh-CN/admin/advanced/database.json index f7db6220ee..0388631265 100644 --- a/public/language/zh-CN/admin/advanced/database.json +++ b/public/language/zh-CN/admin/advanced/database.json @@ -1,35 +1,35 @@ { "x-b": "%1 b", "x-mb": "%1 mb", - "uptime-seconds": "Uptime in Seconds", - "uptime-days": "Uptime in Days", + "uptime-seconds": "运行秒数", + "uptime-days": "运行天数", "mongo": "Mongo", - "mongo.version": "MongoDB Version", - "mongo.storage-engine": "Storage Engine", - "mongo.collections": "Collections", - "mongo.objects": "Objects", - "mongo.avg-object-size": "Avg. Object Size", - "mongo.data-size": "Data Size", - "mongo.storage-size": "Storage Size", - "mongo.index-size": "Index Size", - "mongo.file-size": "File Size", - "mongo.resident-memory": "Resident Memory", - "mongo.virtual-memory": "Virtual Memory", - "mongo.mapped-memory": "Mapped Memory", - "mongo.raw-info": "MongoDB Raw Info", + "mongo.version": "MongoDB 版本", + "mongo.storage-engine": "存储引擎", + "mongo.collections": "集合", + "mongo.objects": "对象", + "mongo.avg-object-size": "平均对象大小", + "mongo.data-size": "数据大小", + "mongo.storage-size": "存储大小", + "mongo.index-size": "索引大小", + "mongo.file-size": "文件大小", + "mongo.resident-memory": "驻留内存", + "mongo.virtual-memory": "虚拟内存", + "mongo.mapped-memory": "映射", + "mongo.raw-info": "MongoDB 原始信息", "redis": "Redis", - "redis.version": "Redis Version", - "redis.connected-clients": "Connected Clients", - "redis.connected-slaves": "Connected Slaves", - "redis.blocked-clients": "Blocked Clients", - "redis.used-memory": "Used Memory", - "redis.memory-frag-ratio": "Memory Fragmentation Ratio", - "redis.total-connections-recieved": "Total Connections Received", - "redis.total-commands-processed": "Total Commands Processed", - "redis.iops": "Instantaneous Ops. Per Second", - "redis.keyspace-hits": "Keyspace Hits", - "redis.keyspace-misses": "Keyspace Misses", - "redis.raw-info": "Redis Raw Info" + "redis.version": "Redis 版本", + "redis.connected-clients": "已连接客户端", + "redis.connected-slaves": "已连接从", + "redis.blocked-clients": "阻止的客户端", + "redis.used-memory": "已使用内存", + "redis.memory-frag-ratio": "内存碎片比率", + "redis.total-connections-recieved": "已接收连接总数", + "redis.total-commands-processed": "已执行命令总数", + "redis.iops": "每秒实时操作数", + "redis.keyspace-hits": "Keyspace 命中", + "redis.keyspace-misses": "Keyspace 未命中", + "redis.raw-info": "Redis 原始信息" } \ No newline at end of file diff --git a/public/language/zh-CN/admin/advanced/errors.json b/public/language/zh-CN/admin/advanced/errors.json index 963e68b116..974d57c36e 100644 --- a/public/language/zh-CN/admin/advanced/errors.json +++ b/public/language/zh-CN/admin/advanced/errors.json @@ -1,14 +1,14 @@ { - "figure-x": "Figure %1", - "error-events-per-day": "%1 events per day",
- "error.404": "404 Not Found",
- "error.503": "503 Service Unavailable",
- "manage-error-log": "Manage Error Log",
- "export-error-log": "Export Error Log (CSV)",
- "clear-error-log": "Clear Error Log",
- "route": "Route",
- "count": "Count",
- "no-routes-not-found": "Hooray! There are no routes that were not found.",
- "clear404-confirm": "Are you sure you wish to clear the 404 error logs?",
- "clear404-success": "\"404 Not Found\" errors cleared"
+ "figure-x": "数量 %1",
+ "error-events-per-day": "%1 事件/天",
+ "error.404": "404 页面不存在",
+ "error.503": "503 服务不可用",
+ "manage-error-log": "管理错误日志",
+ "export-error-log": "提取错误日志(.csv)",
+ "clear-error-log": "清空错误日志",
+ "route": "路由",
+ "count": "计数",
+ "no-routes-not-found": "恭喜!未发现不存在的路由。",
+ "clear404-confirm": "确认清除404错误日志?",
+ "clear404-success": "“404 页面不存在” 错误已被清空"
}
\ No newline at end of file
diff --git a/public/language/zh-CN/admin/advanced/events.json b/public/language/zh-CN/admin/advanced/events.json
index 766eb5e951..3c890a81eb 100644
--- a/public/language/zh-CN/admin/advanced/events.json
+++ b/public/language/zh-CN/admin/advanced/events.json
@@ -1,6 +1,6 @@
{
- "events": "Events",
- "no-events": "There are no events",
- "control-panel": "Events Control Panel",
- "delete-events": "Delete Events"
+ "events": "事件",
+ "no-events": "暂无事件。",
+ "control-panel": "事件控制面板",
+ "delete-events": "删除事件"
}
\ No newline at end of file
diff --git a/public/language/zh-CN/admin/advanced/logs.json b/public/language/zh-CN/admin/advanced/logs.json
index b9de400e1c..a661c9a286 100644
--- a/public/language/zh-CN/admin/advanced/logs.json
+++ b/public/language/zh-CN/admin/advanced/logs.json
@@ -1,7 +1,7 @@
{
- "logs": "Logs",
- "control-panel": "Logs Control Panel",
- "reload": "Reload Logs",
- "clear": "Clear Logs",
- "clear-success": "Logs Cleared!"
+ "logs": "日志",
+ "control-panel": "日志控制面板",
+ "reload": "重载日志",
+ "clear": "清空日志",
+ "clear-success": "日志已清空!"
}
\ No newline at end of file
diff --git a/public/language/zh-CN/admin/appearance/customise.json b/public/language/zh-CN/admin/appearance/customise.json
index 767d443e29..ba26305693 100644
--- a/public/language/zh-CN/admin/appearance/customise.json
+++ b/public/language/zh-CN/admin/appearance/customise.json
@@ -1,9 +1,9 @@
{
- "custom-css": "Custom CSS",
- "custom-css.description": "Enter your own CSS declarations here, which will be applied after all other styles.",
- "custom-css.enable": "Enable Custom CSS",
+ "custom-css": "自定义 CSS",
+ "custom-css.description": "在这里输入自定义CSS变量声明,它们将被添加在样式中。",
+ "custom-css.enable": "启用自定义CSS",
- "custom-header": "Custom Header",
- "custom-header.description": "Enter custom HTML here (ex. JavaScript, Meta Tags, etc.), which will be appended to the <head> section of your forum's markup.",
- "custom-header.enable": "Enable Custom Header"
+ "custom-header": "自定义header",
+ "custom-header.description": "请输入自定义的HTML代码 (如JavaScript,Meta Tags等),这些代码会被添加到论坛的<head>部分。",
+ "custom-header.enable": "启用自定义header"
}
\ No newline at end of file
diff --git a/public/language/zh-CN/admin/appearance/skins.json b/public/language/zh-CN/admin/appearance/skins.json
index 4db6fbdd8a..730c79c2f0 100644
--- a/public/language/zh-CN/admin/appearance/skins.json
+++ b/public/language/zh-CN/admin/appearance/skins.json
@@ -1,9 +1,9 @@
{
- "loading": "Loading Skins...",
- "homepage": "Homepage",
- "select-skin": "Select Skin",
- "current-skin": "Current Skin",
- "skin-updated": "Skin Updated",
- "applied-success": "%1 skin was succesfully applied",
- "revert-success": "Skin reverted to base colours"
+ "loading": "正在加载皮肤...",
+ "homepage": "主页",
+ "select-skin": "选择皮肤",
+ "current-skin": "当前皮肤",
+ "skin-updated": "皮肤已更新",
+ "applied-success": "%1 皮肤已成功应用",
+ "revert-success": "皮肤恢复到基础颜色"
}
\ No newline at end of file
diff --git a/public/language/zh-CN/admin/appearance/themes.json b/public/language/zh-CN/admin/appearance/themes.json
index 3148a01337..2343432abe 100644
--- a/public/language/zh-CN/admin/appearance/themes.json
+++ b/public/language/zh-CN/admin/appearance/themes.json
@@ -1,11 +1,11 @@
{
- "checking-for-installed": "Checking for installed themes...",
- "homepage": "Homepage",
- "select-theme": "Select Theme",
- "current-theme": "Current Theme",
- "no-themes": "No installed themes found",
- "revert-confirm": "Are you sure you wish to restore the default NodeBB theme?",
- "theme-changed": "Theme Changed",
- "revert-success": "You have successfully reverted your NodeBB back to it's default theme.",
- "restart-to-activate": "Please restart your NodeBB to fully activate this theme"
+ "checking-for-installed": "正在检查已安装的主题...",
+ "homepage": "首页",
+ "select-theme": "选择主题",
+ "current-theme": "当前主题",
+ "no-themes": "未发现已安装的主题",
+ "revert-confirm": "确认恢复到NodeBB默认主题?",
+ "theme-changed": "主题已更改",
+ "revert-success": "已成功恢复到NodeBB默认主题。",
+ "restart-to-activate": "请重启NodeBB来完全激活该主题"
}
\ No newline at end of file
diff --git a/public/language/zh-CN/admin/development/info.json b/public/language/zh-CN/admin/development/info.json
index b2768ca212..0eba4d219c 100644
--- a/public/language/zh-CN/admin/development/info.json
+++ b/public/language/zh-CN/admin/development/info.json
@@ -1,16 +1,16 @@
{
- "you-are-on": "Info - You are on %1:%2",
- "host": "host",
+ "you-are-on": "信息 - 你正在 %1:%2 上",
+ "host": "主机",
"pid": "pid",
"nodejs": "nodejs",
- "online": "online",
+ "online": "在线",
"git": "git",
- "load": "load",
- "uptime": "uptime",
+ "load": "载入",
+ "uptime": "正常运行时间",
- "registered": "Registered",
- "sockets": "Sockets",
- "guests": "Guests",
+ "registered": "已注册",
+ "sockets": "接口",
+ "guests": "游客",
- "info": "Info"
+ "info": "信息"
}
\ No newline at end of file
diff --git a/public/language/zh-CN/admin/development/logger.json b/public/language/zh-CN/admin/development/logger.json
index 6ab9558149..df0183379b 100644
--- a/public/language/zh-CN/admin/development/logger.json
+++ b/public/language/zh-CN/admin/development/logger.json
@@ -1,12 +1,12 @@
{
- "logger-settings": "Logger Settings",
- "description": "By enabling the check boxes, you will receive logs to your terminal. If you specify a path, logs will then be saved to a file instead. HTTP logging is useful for collecting statistics about who, when, and what people access on your forum. In addition to logging HTTP requests, we can also log socket.io events. Socket.io logging, in combination with redis-cli monitor, can be very helpful for learning NodeBB's internals.",
- "explanation": "Simply check/uncheck the logging settings to enable or disable logging on the fly. No restart needed.",
- "enable-http": "Enable HTTP logging",
- "enable-socket": "Enable socket.io event logging",
- "file-path": "Path to log file",
- "file-path-placeholder": "/path/to/log/file.log ::: leave blank to log to your terminal",
+ "logger-settings": "日志记录器设置",
+ "description": "启用此选项后,日志会在你的终端里显示。如果你著名了文件路径,日志会被保存到该文件中。HTTP日志可以帮助你收集论坛被谁,何时,以及什么内容被访问等统计信息。在此基础上,我们还提供socket.io事件日志。结合socket.io日志和redis-cli监控器,学习NodeBB的内部构造会更加方便。",
+ "explanation": "勾选或反勾选日志设置项即可启用或禁用相应设置。无需重启。",
+ "enable-http": "启用HTTP日志",
+ "enable-socket": "启用socket.io事件日志",
+ "file-path": "日志文件路径",
+ "file-path-placeholder": "如/path/to/log/file.log ::: 如想在终端中显示日志请留空此项",
- "control-panel": "Logger Control Panel",
- "update-settings": "Update Logger Settings"
+ "control-panel": "日志记录器控制面板",
+ "update-settings": "更新日志记录器设置"
}
\ No newline at end of file
diff --git a/public/language/zh-CN/admin/extend/plugins.json b/public/language/zh-CN/admin/extend/plugins.json
index 8f382a290d..8217042e1e 100644
--- a/public/language/zh-CN/admin/extend/plugins.json
+++ b/public/language/zh-CN/admin/extend/plugins.json
@@ -1,46 +1,47 @@
{
- "installed": "Installed",
- "active": "Active",
- "inactive": "Inactive",
- "out-of-date": "Out of Date",
- "none-found": "No plugins found.",
- "none-active": "No Active Plugins",
- "find-plugins": "Find Plugins",
+ "installed": "已安装",
+ "active": "生效中",
+ "inactive": "未生效",
+ "out-of-date": "已过期",
+ "none-found": "无插件。",
+ "none-active": "无生效插件",
+ "find-plugins": "寻找插件",
- "plugin-search": "Plugin Search",
- "plugin-search-placeholder": "Search for plugin...",
- "reorder-plugins": "Re-order Plugins",
- "order-active": "Order Active Plugins",
- "dev-interested": "Interested in writing plugins for NodeBB?",
- "docs-info": "Full documentation regarding plugin authoring can be found in the NodeBB Docs Portal.",
+ "plugin-search": "插件搜索",
+ "plugin-search-placeholder": "搜索插件...",
+ "reorder-plugins": "重新排序插件",
+ "order-active": "排序生效插件",
+ "dev-interested": "有兴趣为NodeBB开发插件?",
+ "docs-info": "浏览编写插件相关的文档 NodeBB 文档页面。",
- "order.description": "Certain plugins work ideally when they are initialised before/after other plugins.",
- "order.explanation": "Plugins load in the order specified here, from top to bottom",
+ "order.description": "部分插件需要在其它插件之后启用才能完美运作。",
+ "order.explanation": "插件将按照以下顺序载入,从上至下。",
- "plugin-item.themes": "Themes",
- "plugin-item.deactivate": "Deactivate",
- "plugin-item.activate": "Activate",
- "plugin-item.uninstall": "Uninstall",
- "plugin-item.settings": "Settings",
- "plugin-item.installed": "Installed",
- "plugin-item.latest": "Latest",
- "plugin-item.upgrade": "Upgrade",
- "plugin-item.more-info": "For more information:",
- "plugin-item.unknown": "Unknown",
- "plugin-item.unknown-explanation": "The state of this plugin could not be determined, possibly due to a misconfiguration error.",
+ "plugin-item.themes": "主题",
+ "plugin-item.deactivate": "停用",
+ "plugin-item.activate": "启用",
+ "plugin-item.install": "Install",
+ "plugin-item.uninstall": "卸载",
+ "plugin-item.settings": "设置",
+ "plugin-item.installed": "已安装",
+ "plugin-item.latest": "最新",
+ "plugin-item.upgrade": "升级",
+ "plugin-item.more-info": "更多信息:",
+ "plugin-item.unknown": "未知",
+ "plugin-item.unknown-explanation": "无法确认该插件的状态,可能由于配置错误造成。",
- "alert.enabled": "Plugin Enabled",
- "alert.disabled": "Plugin Disabled",
- "alert.upgraded": "Plugin Upgraded",
- "alert.installed": "Plugin Installed",
- "alert.uninstalled": "Plugin Uninstalled",
- "alert.activate-success": "Please restart your NodeBB to fully activate this plugin",
- "alert.deactivate-success": "Plugin successfully deactivated",
- "alert.upgrade-success": "Please reload your NodeBB to fully upgrade this plugin",
- "alert.install-success": "Plugin successfully installed, please activate the plugin.",
- "alert.uninstall-success": "The plugin has been successfully deactivated and uninstalled.",
- "alert.suggest-error": "NodeBB could not reach the package manager, proceed with installation of latest version?
NodeBB could not reach the package manager, an upgrade is not suggested at this time.
", - "alert.incompatible": "Your version of NodeBB (v%1) is only cleared to upgrade to v%2 of this plugin. Please update your NodeBB if you wish to install a newer version of this plugin.
", - "alert.possibly-incompatible": "No Compatibility Information Found
This plugin did not specify a specific version for installation given your NodeBB version. Full compatibility cannot be guaranteed, and may cause your NodeBB to no longer start properly.
In the event that NodeBB cannot boot properly:
$ ./nodebb reset plugin=\"%1\"Continue installation of latest version of this plugin?
" -} \ No newline at end of file + "alert.enabled": "插件已启用", + "alert.disabled": "插件已禁用", + "alert.upgraded": "插件已升级", + "alert.installed": "插件已安装", + "alert.uninstalled": "插件已卸载", + "alert.activate-success": "请重启NodeBB来完全激活此插件", + "alert.deactivate-success": "插件停用成功", + "alert.upgrade-success": "请重新载入NodeBB来完成插件升级", + "alert.install-success": "插件安装成功,请启用插件。", + "alert.uninstall-success": "插件已成功被停用且卸载。", + "alert.suggest-error": "NodeBB 联系不到包管理器, 继续安装最新版本?
NodeBB 联系不到包管理器,暂时不建议升级。
", + "alert.incompatible": "NodeBB版本(v%1) 只支持到此插件的v%2版本。如需要此插件更加新的版本请先升级NodeBB。
", + "alert.possibly-incompatible": "未找到兼容性信息
此插件未注明对应的NodeBB版本。可能会产生兼容问题,导致NodeBB无法正常启动。
NodeBB无法正常启动时请运行以下命令:
$ ./nodebb reset plugin=\"%1\"是否继续安装此插件的最新版本?
" +} diff --git a/public/language/zh-CN/admin/extend/rewards.json b/public/language/zh-CN/admin/extend/rewards.json index 5383a90b33..174fcfe6cc 100644 --- a/public/language/zh-CN/admin/extend/rewards.json +++ b/public/language/zh-CN/admin/extend/rewards.json @@ -1,17 +1,17 @@ { - "rewards": "Rewards", - "condition-if-users": "If User's", - "condition-is": "Is:", - "condition-then": "Then:", - "max-claims": "Amount of times reward is claimable", - "zero-infinite": "Enter 0 for infinite", - "delete": "Delete", - "enable": "Enable", - "disable": "Disable", - "control-panel": "Rewards Control", - "new-reward": "New Reward", + "rewards": "奖励", + "condition-if-users": "如果用户的", + "condition-is": "是:", + "condition-then": "则:", + "max-claims": "可获取奖励的次数", + "zero-infinite": "无限制请输入0", + "delete": "删除", + "enable": "启用", + "disable": "禁用", + "control-panel": "奖励控制", + "new-reward": "新奖励", - "alert.delete-success": "Successfully deleted reward", - "alert.no-inputs-found": "Illegal reward - no inputs found!", - "alert.save-success": "Successfully saved rewards" + "alert.delete-success": "已成功删除奖励", + "alert.no-inputs-found": "非法奖励-输入为空!", + "alert.save-success": "已成功保存奖励" } \ No newline at end of file diff --git a/public/language/zh-CN/admin/extend/widgets.json b/public/language/zh-CN/admin/extend/widgets.json index 477bb15e56..f5cfb8e36f 100644 --- a/public/language/zh-CN/admin/extend/widgets.json +++ b/public/language/zh-CN/admin/extend/widgets.json @@ -1,19 +1,19 @@ { - "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 plugins control panel.", - "containers.available": "Available Containers", - "containers.explanation": "Drag and drop on top of any active widget", - "containers.none": "None", - "container.well": "Well", - "container.jumbotron": "Jumbotron", - "container.panel": "Panel", - "container.panel-header": "Panel Header", - "container.panel-body": "Panel Body", - "container.alert": "Alert", + "available": "可用的窗口部件", + "explanation": "从下拉菜单中选择一个窗口部件并拖放到模板左边的窗口部件区域。", + "none-installed": "未发现窗口部件!请在插件控制面板中启用必要的窗口部件插件。", + "containers.available": "可用的容器", + "containers.explanation": "拖放到任意生效中的窗口部件上", + "containers.none": "无", + "container.well": "井", + "container.jumbotron": "大屏幕", + "container.panel": "面板", + "container.panel-header": "面板标题", + "container.panel-body": "面板内容", + "container.alert": "警报", - "alert.confirm-delete": "Are you sure you wish to delete this widget?", - "alert.updated": "Widgets Updated", - "alert.update-success": "Successfully updated widgets" + "alert.confirm-delete": "确认删除此窗口部件?", + "alert.updated": "窗口部件升级", + "alert.update-success": "已成功升级窗口部件" } \ No newline at end of file diff --git a/public/language/zh-CN/admin/general/dashboard.json b/public/language/zh-CN/admin/general/dashboard.json index b82802db1b..51fc41bfc0 100644 --- a/public/language/zh-CN/admin/general/dashboard.json +++ b/public/language/zh-CN/admin/general/dashboard.json @@ -1,55 +1,55 @@ { - "forum-traffic": "Forum Traffic", - "page-views": "Page Views", - "unique-visitors": "Unique Visitors", - "page-views-last-month": "Page views Last Month", - "page-views-this-month": "Page views This Month", - "page-views-last-day": "Page views in last 24 hours", + "forum-traffic": "论坛流量", + "page-views": "页面察看", + "unique-visitors": "单一访客", + "page-views-last-month": "上个月页面察看", + "page-views-this-month": "本月页面察看", + "page-views-last-day": "过去24小时页面察看", - "stats.day": "Day", - "stats.week": "Week", - "stats.month": "Month", - "stats.all": "All Time", + "stats.day": "日", + "stats.week": "周", + "stats.month": "月", + "stats.all": "总计", - "updates": "Updates", - "running-version": "You are running NodeBB v%1.", - "keep-updated": "Always make sure that your NodeBB is up to date for the latest security patches and bug fixes.", - "up-to-date": "You are up-to-date
", - "upgrade-available": "A new version (v%1) has been released. Consider upgrading your NodeBB.
", - "prerelease-upgrade-available": "This is an outdated pre-release version of NodeBB. A new version (v%1) has been released. Consider upgrading your NodeBB.
", - "prerelease-warning": "This is a pre-release version of NodeBB. Unintended bugs may occur.
", + "updates": "更新", + "running-version": "你正在使用NodeBB v%1.", + "keep-updated": "请确保NodeBB的版本保持最新以便获得最新的安全补丁和bug修复。", + "up-to-date": "正在使用 最新版本
", + "upgrade-available": "新的版本已经发布 (v%1). 请考虑更新你的 NodeBB。
", + "prerelease-upgrade-available": "你正在使用NodeBB过期的测试版。新的版本已经发布 (v%1). 请考虑更新你的 NodeBB。
", + "prerelease-warning": "正在使用测试版 NodeBB。可能会出现意外的bug。
", - "notices": "Notices", + "notices": "告知", - "control-panel": "System Control", - "reload": "Reload", - "restart": "Restart", - "restart-warning": "Reloading or Restarting your NodeBB will drop all existing connections for a few seconds.", - "maintenance-mode": "Maintenance Mode", - "maintenance-mode-title": "Click here to set up maintenance mode for NodeBB", - "realtime-chart-updates": "Realtime Chart Updates", + "control-panel": "系统控制", + "reload": "重新载入", + "restart": "重启", + "restart-warning": "重新载入或重启NodeBB会丢弃数秒内所有的连接。", + "maintenance-mode": "维护模式", + "maintenance-mode-title": "点击此处设置NodeBB的维护模式", + "realtime-chart-updates": "实时图表更新", - "active-users": "Active Users", - "active-users.users": "Users", - "active-users.guests": "Guests", - "active-users.total": "Total", - "active-users.connections": "Connections", + "active-users": "活跃用户", + "active-users.users": "用户", + "active-users.guests": "游客", + "active-users.total": "全部", + "active-users.connections": "连接", - "anonymous-registered-users": "Anonymous vs Registered Users", - "anonymous": "Anonymous", - "registered": "Registered", + "anonymous-registered-users": "匿名 vs 注册用户", + "anonymous": "匿名", + "registered": "已注册", - "user-presence": "User Presence", - "on-categories": "On categories list", - "reading-posts": "Reading posts", - "browsing-topics": "Browsing topics", - "recent": "Recent", - "unread": "Unread", + "user-presence": "用户光临", + "on-categories": "在版块列表", + "reading-posts": "读帖子", + "browsing-topics": "浏览话题", + "recent": "最近", + "unread": "未读", - "high-presence-topics": "High Presence Topics", + "high-presence-topics": "高频话题", - "graphs.page-views": "Page Views", - "graphs.unique-visitors": "Unique Visitors", - "graphs.registered-users": "Registered Users", - "graphs.anonymous-users": "Anonymous Users" + "graphs.page-views": "页面察看", + "graphs.unique-visitors": "单一访客", + "graphs.registered-users": "已注册用户", + "graphs.anonymous-users": "匿名用户" } \ No newline at end of file diff --git a/public/language/zh-CN/admin/general/homepage.json b/public/language/zh-CN/admin/general/homepage.json index 4866b8baf6..bb8cc46d39 100644 --- a/public/language/zh-CN/admin/general/homepage.json +++ b/public/language/zh-CN/admin/general/homepage.json @@ -1,7 +1,7 @@ { - "home-page": "Home Page", - "description": "Choose what page is shown when users navigate to the root URL of your forum.", - "home-page-route": "Home Page Route", - "custom-route": "Custom Route", - "allow-user-home-pages": "Allow User Home Pages" + "home-page": "主页", + "description": "请选择用户到达根URL时所显示的页面。", + "home-page-route": "主页路由", + "custom-route": "自定义路由", + "allow-user-home-pages": "允许用户主页" } \ No newline at end of file diff --git a/public/language/zh-CN/admin/general/languages.json b/public/language/zh-CN/admin/general/languages.json index da45cade2c..d386c06090 100644 --- a/public/language/zh-CN/admin/general/languages.json +++ b/public/language/zh-CN/admin/general/languages.json @@ -1,5 +1,5 @@ { - "language-settings": "Language Settings", - "description": "The default language determines the language settings for all users who are visiting your forum.NodeBB could not reach the package manager, an upgrade is not suggested at this time.
", "alert.incompatible": "Your version of NodeBB (v%1) is only cleared to upgrade to v%2 of this plugin. Please update your NodeBB if you wish to install a newer version of this plugin.
", "alert.possibly-incompatible": "No Compatibility Information Found
This plugin did not specify a specific version for installation given your NodeBB version. Full compatibility cannot be guaranteed, and may cause your NodeBB to no longer start properly.
In the event that NodeBB cannot boot properly:
$ ./nodebb reset plugin=\"%1\"Continue installation of latest version of this plugin?
" -} \ No newline at end of file +} diff --git a/public/language/zh-TW/admin/manage/categories.json b/public/language/zh-TW/admin/manage/categories.json index 8bd5d5bfcf..7e2a5ce12e 100644 --- a/public/language/zh-TW/admin/manage/categories.json +++ b/public/language/zh-TW/admin/manage/categories.json @@ -59,7 +59,7 @@ "alert.copy-success": "Settings Copied!", "alert.set-parent-category": "Set Parent Category", "alert.updated": "Updated Categories", - "alert.updated-success": "Category IDs %1 was successfully updated.", + "alert.updated-success": "Category IDs %1 successfully updated.", "alert.upload-image": "Upload category image", "alert.find-user": "Find a User", "alert.user-search": "Search for a user here...", diff --git a/public/language/zh-TW/admin/menu.json b/public/language/zh-TW/admin/menu.json index 7a5327f643..6a4995ea6e 100644 --- a/public/language/zh-TW/admin/menu.json +++ b/public/language/zh-TW/admin/menu.json @@ -39,7 +39,7 @@ "section-appearance": "Appearance", "appearance/themes": "Themes", "appearance/skins": "Skins", - "appearance/customise": "Custom HTML & CSS", + "appearance/customise": "Custom HTML & CSS", "section-extend": "Extend", "extend/plugins": "Plugins", diff --git a/public/language/zh-TW/admin/settings/post.json b/public/language/zh-TW/admin/settings/post.json index f8aae19628..f293e554d9 100644 --- a/public/language/zh-TW/admin/settings/post.json +++ b/public/language/zh-TW/admin/settings/post.json @@ -2,7 +2,7 @@ "sorting": "Post Sorting", "sorting.post-default": "Default Post Sorting", "sorting.oldest-to-newest": "Oldest to Newest", - "sorting.newest-to-oldest": ">Newest to Oldest", + "sorting.newest-to-oldest": "Newest to Oldest", "sorting.most-votes": "Most Votes", "sorting.topic-default": "Default Topic Sorting", "restrictions": "Posting Restrictions", diff --git a/public/language/zh-TW/global.json b/public/language/zh-TW/global.json index 481a45b155..1c4a8990bb 100644 --- a/public/language/zh-TW/global.json +++ b/public/language/zh-TW/global.json @@ -102,5 +102,6 @@ "play": "Play", "cookies.message": "This website uses cookies to ensure you get the best experience on our website.", "cookies.accept": "Got it!", - "cookies.learn_more": "Learn More" + "cookies.learn_more": "Learn More", + "edited": "Edited" } \ No newline at end of file diff --git a/public/language/zh-TW/groups.json b/public/language/zh-TW/groups.json index bc5dd42334..c5eee4c161 100644 --- a/public/language/zh-TW/groups.json +++ b/public/language/zh-TW/groups.json @@ -52,5 +52,6 @@ "new-group.group_name": "群組名稱:", "upload-group-cover": "上傳群組封面圖", "bulk-invite-instructions": "Enter a list of comma separated usernames to invite to this group", - "bulk-invite": "Bulk Invite" + "bulk-invite": "Bulk Invite", + "remove_group_cover_confirm": "Are you sure you want to remove the cover picture?" } \ No newline at end of file diff --git a/public/language/zh-TW/language.json b/public/language/zh-TW/language.json index de9713d95a..dceab4ec17 100644 --- a/public/language/zh-TW/language.json +++ b/public/language/zh-TW/language.json @@ -1,5 +1,5 @@ { "name": "繁體中文", - "code": "zh-TW", + "code": "en-GB", "dir": "ltr" } \ No newline at end of file diff --git a/public/language/zh-TW/modules.json b/public/language/zh-TW/modules.json index 5ff937a5bd..753ee18d2e 100644 --- a/public/language/zh-TW/modules.json +++ b/public/language/zh-TW/modules.json @@ -13,6 +13,7 @@ "chat.contacts": "通訊錄", "chat.message-history": "消息記錄", "chat.pop-out": "彈出聊天室", + "chat.minimize": "Minimize", "chat.maximize": "放到最大", "chat.seven_days": "7日", "chat.thirty_days": "30日", diff --git a/public/language/zh-TW/search.json b/public/language/zh-TW/search.json index 58b8258ed4..ea8bef2be4 100644 --- a/public/language/zh-TW/search.json +++ b/public/language/zh-TW/search.json @@ -8,6 +8,7 @@ "posted-by": "張貼由", "in-categories": "在類別中", "search-child-categories": "搜尋子類別", + "has-tags": "Has tags", "reply-count": "回覆數量", "at-least": "最少", "at-most": "最多", diff --git a/public/language/zh-TW/user.json b/public/language/zh-TW/user.json index ff00e53d09..a67efa65b6 100644 --- a/public/language/zh-TW/user.json +++ b/public/language/zh-TW/user.json @@ -63,6 +63,7 @@ "upload_a_picture": "上傳一張照片", "remove_uploaded_picture": "移除上傳的圖片", "upload_cover_picture": "上傳封面圖片", + "remove_cover_picture_confirm": "Are you sure you want to remove the cover picture?", "settings": "設定", "show_email": "顯示我的電子郵件地址", "show_fullname": "顯示我的全名",