diff --git a/.tx/config b/.tx/config
index f2e0db3200..f7b39f3ccc 100644
--- a/.tx/config
+++ b/.tx/config
@@ -6,14 +6,14 @@ file_filter = public/language/ 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. Opravdu chcete vyčistit tuto kategorii \"%1\"? Smazání kategorie vyjme všechny témata a příspěvky a odstraní kategorii z databáze. Pokud chcete vyjmout kategorii dočasně, raději místo toho kategorii \"zakažte\" . 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. 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 : Voulez-vous continuer l'installation de ce plugin ? 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. 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. 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: Continue installation of latest version of this plugin? NodeBB paket yöneticisine ulaşamadı, en yeni sürüm yüklenmeye devam edilsin mi? NodeBB paket yöneticisine ulaşamadı, şu anda bir yükseltme önerilmedi. NodeBB sürümünüz (v%1) bu eklentinin v%2 sürümüne yükseltilmesi için temizlendi. Bu eklentinin yeni versiyonunu yüklemek için lütfen NodeBB'yi güncelleyin.",
+ "alert.possibly-incompatible": " Uyumluluk Bilgisi Bulunamadı. Bu eklenti, NodeBB sürümünüze göre kurulum için belirli bir sürümü belirtmedi. Tam uyumluluk garanti edilemez ve NodeBB'nizin artık düzgün çalışmamasına neden olabilir. NodeBB düzgün şekilde önyükleme yapamıyorsa: $ ./nodebb reset plugin = \"%1\" Bu eklentinin en yeni sürümünü yüklemeye devam et? You are up-to-date A new version (v%1) has been released. Consider upgrading your NodeBB. This is an outdated pre-release version of NodeBB. A new version (v%1) has been released. Consider upgrading your NodeBB. This is a pre-release version of NodeBB. Unintended bugs may occur. Güncel Yeni bir versiyon (v%1) yayınlandı. NodeBB yükseltmesini gözden geçirin. Bu, NodeBB'nin eski bir önsürüm versiyonudur. Yeni bir versiyon (v%1) yayınlandı. NodeBB yükseltmesini gözden geçirin.",
+ "prerelease-warning": " Bu, NodeBB'nin bir önsürüm versiyonudur. İstenmeyen hatalar oluşabilir. 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. There was a problem creating your group. Please try again later! Grubu oluştururken bir sorun oluştu. Lütfen daha sonra tekrar deneyin!
To enable this feature, go to Settings → Post → Posting Restrictions and enable Post Queue.",
+ "user": "User",
+ "category": "Category",
+ "title": "Title",
+ "content": "Content",
+ "posted": "Posted",
+ "reply-to": "Reply to \"%1\""
+}
\ No newline at end of file
diff --git a/public/language/ar/error.json b/public/language/ar/error.json
index 68de3c7528..eda629fd3e 100644
--- a/public/language/ar/error.json
+++ b/public/language/ar/error.json
@@ -4,6 +4,7 @@
"not-logged-in": "لم تقم بتسجيل الدخول",
"account-locked": "تم حظر حسابك مؤقتًا.",
"search-requires-login": "البحث في المنتدى يتطلب حساب - الرجاء تسجيل الدخول أو التسجيل",
+ "goback": "Press back to return to the previous page",
"invalid-cid": "قائمة غير موجودة",
"invalid-tid": "موضوع غير متواجد",
"invalid-pid": "رد غير موجود",
diff --git a/public/language/bg/admin/manage/post-queue.json b/public/language/bg/admin/manage/post-queue.json
new file mode 100644
index 0000000000..f748fb0ee2
--- /dev/null
+++ b/public/language/bg/admin/manage/post-queue.json
@@ -0,0 +1,10 @@
+{
+ "post-queue": "Post Queue",
+ "description": "There are no posts in the post queue.
To enable this feature, go to Settings → Post → Posting Restrictions and enable Post Queue.",
+ "user": "User",
+ "category": "Category",
+ "title": "Title",
+ "content": "Content",
+ "posted": "Posted",
+ "reply-to": "Reply to \"%1\""
+}
\ No newline at end of file
diff --git a/public/language/bg/error.json b/public/language/bg/error.json
index 1251e2d864..05a6378bbe 100644
--- a/public/language/bg/error.json
+++ b/public/language/bg/error.json
@@ -4,6 +4,7 @@
"not-logged-in": "Изглежда не сте се вписали в системата.",
"account-locked": "Вашият акаунт беше заключен временно",
"search-requires-login": "Търсенето изисква регистриран акаунт! Моля, впишете се или се регистрирайте!",
+ "goback": "Press back to return to the previous page",
"invalid-cid": "Грешен идентификатор на категория",
"invalid-tid": "Грешен идентификатор на тема",
"invalid-pid": "Грешен идентификатор на публикация",
diff --git a/public/language/bn/admin/manage/post-queue.json b/public/language/bn/admin/manage/post-queue.json
new file mode 100644
index 0000000000..f748fb0ee2
--- /dev/null
+++ b/public/language/bn/admin/manage/post-queue.json
@@ -0,0 +1,10 @@
+{
+ "post-queue": "Post Queue",
+ "description": "There are no posts in the post queue.
To enable this feature, go to Settings → Post → Posting Restrictions and enable Post Queue.",
+ "user": "User",
+ "category": "Category",
+ "title": "Title",
+ "content": "Content",
+ "posted": "Posted",
+ "reply-to": "Reply to \"%1\""
+}
\ No newline at end of file
diff --git a/public/language/bn/error.json b/public/language/bn/error.json
index b97a0ff8ff..4c7d4958a1 100644
--- a/public/language/bn/error.json
+++ b/public/language/bn/error.json
@@ -4,6 +4,7 @@
"not-logged-in": "আপনি লগিন করেননি",
"account-locked": "আপনার অ্যাকাউন্ট সাময়িকভাবে লক করা হয়েছে",
"search-requires-login": "Searching requires an account - please login or register.",
+ "goback": "Press back to return to the previous page",
"invalid-cid": "ভুল বিভাগ নাম্বার",
"invalid-tid": "ভুল টপিক নাম্বার",
"invalid-pid": "ভুল পোস্ট নাম্বার",
diff --git a/public/language/cs/admin/manage/categories.json b/public/language/cs/admin/manage/categories.json
index 64102ac8dd..2e6a0ee4f5 100644
--- a/public/language/cs/admin/manage/categories.json
+++ b/public/language/cs/admin/manage/categories.json
@@ -41,21 +41,21 @@
"privileges.search-group": "Přidat skupinu",
"privileges.copy-to-children": "Kopírovat do podřazené",
"privileges.copy-from-category": "Kopírovat z kategorie",
- "privileges.inherit": "If the 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.inherit": "Má-li skupina registrovaní uživatelé určitá oprávnění, ostatní skupiny budou mít totožné oprávnění i když nejsou výslovně definována/zaškrtnuta. Tyto zděděné oprávnění vám jsou zobrazena, neboť všichni uživatelé jsou součástí skupiny registrovaných uživalelů. Takže oprávnění pro další skupiny nemusí být dodatečně nastavováno.",
"analytics.back": "Zpět do seznamu kategorii",
"analytics.title": "Analýza pro kategorii \"%1\"",
- "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.pageviews-hourly": "Postava 1- zobrazení stránky za hodinu pro tuto kategorii",
+ "analytics.pageviews-daily": "Postava 2 - zobrazení stránky za den pro tuto kategorii",
+ "analytics.topics-daily": "Postava 3 - vytvořených témat za den pro tuto kategorii",
+ "analytics.posts-daily": "Postava 4 - vytvořených příspěvků za den pro tuto kategorii",
"alert.created": "Vytvořeno",
"alert.create-success": "Kategorie byla úspěšně vytvořena.",
"alert.none-active": "Nemáte žádné aktivní kategorie.",
"alert.create": "Vytvořit kategorii",
"alert.confirm-moderate": "Jste si jist/a, že chcete umožnit oprávnění moderovat této skupině uživatelů? Tato skupina je veřejná a uživatelé se k ní mohou připojit dle libosti.",
- "alert.confirm-purge": "Warning! All topics and posts in this category will be purged!
UpozorněníVšechny témata a příspěvky v této kategorii budou smazána.
To enable this feature, go to Settings → Post → Posting Restrictions and enable Post Queue.",
+ "user": "User",
+ "category": "Category",
+ "title": "Title",
+ "content": "Content",
+ "posted": "Posted",
+ "reply-to": "Reply to \"%1\""
+}
\ No newline at end of file
diff --git a/public/language/cs/admin/settings/email.json b/public/language/cs/admin/settings/email.json
index 84de6d44a5..8d85b6f05d 100644
--- a/public/language/cs/admin/settings/email.json
+++ b/public/language/cs/admin/settings/email.json
@@ -5,19 +5,19 @@
"from": "Jméno - od",
"from-help": "Zobrazené jméno v e-mailu v - Od",
- "smtp-transport": "SMTP Transport",
- "smtp-transport.enabled": "Use an external email server to send emails",
- "smtp-transport-help": "You can select from a list of well-known services or enter a custom one.",
- "smtp-transport.service": "Select a service",
- "smtp-transport.service-custom": "Custom Service",
- "smtp-transport.service-help": "Select a service name above in order to use the known information about it. Alternatively, select 'Custom Service' and enter the details below.",
- "smtp-transport.gmail-warning1": "There have been reports of the Gmail service not working on accounts with heightened security. In those scenarios, you will have to configure your GMail account to allow less secure apps.",
+ "smtp-transport": "Přenos SMTP",
+ "smtp-transport.enabled": "Pro odesílání e-mailů použít externí e-mailový server ",
+ "smtp-transport-help": "Ze seznamu můžete vybrat známé služby nebo zadat vlastní.",
+ "smtp-transport.service": "Vyberte službu",
+ "smtp-transport.service-custom": "Uživatelský služba",
+ "smtp-transport.service-help": "Pro použití známých informací, vyberte název služby. Nebo vyberte \"uživatelskou službu\" a zadejte detaily níže.",
+ "smtp-transport.gmail-warning1": "Někdy služba Gmail nefunguje správně s účty s nejvyšším zabezpečením. V těchto případech, musíte nakonfigurovat váš Gmail účet pro méně zabezpečené aplikace.",
"smtp-transport.gmail-warning2": "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.",
- "smtp-transport.host": "SMTP Host",
- "smtp-transport.port": "SMTP Port",
- "smtp-transport.username": "Username",
+ "smtp-transport.host": "Hostitel SMTP",
+ "smtp-transport.port": "Port SMTP",
+ "smtp-transport.username": "Uživatelské jméno",
"smtp-transport.username-help": "For the Gmail service, enter the full email address here, especially if you are using a Google Apps managed domain.",
- "smtp-transport.password": "Password",
+ "smtp-transport.password": "Heslo",
"template": "Upravit šablonu e-mailu",
"template.select": "Vybrat šablonu e-mailu",
diff --git a/public/language/cs/error.json b/public/language/cs/error.json
index 86faaa928b..b012997226 100644
--- a/public/language/cs/error.json
+++ b/public/language/cs/error.json
@@ -4,6 +4,7 @@
"not-logged-in": "Zdá se, že nejste přihlášen/a",
"account-locked": "Váš účet byl dočasně uzamknut",
"search-requires-login": "Pro hledání je vyžadován účet - přihlaste se nebo zaregistrujte.",
+ "goback": "Press back to return to the previous page",
"invalid-cid": "Neplatné ID kategorie",
"invalid-tid": "Neplatné ID tématu",
"invalid-pid": "Neplatné ID příspěvku",
diff --git a/public/language/cs/search.json b/public/language/cs/search.json
index bb6f0b8cfa..ae29a6fdca 100644
--- a/public/language/cs/search.json
+++ b/public/language/cs/search.json
@@ -1,5 +1,5 @@
{
- "results_matching": "%1 shodných výsledků dle \"%2\", (%3 sekund/y)",
+ "results_matching": "Počet výsledků pro „%2“: %1, (%3 s)",
"no-matches": "Nic nebylo nalezeno",
"advanced-search": "Pokročilé hledání",
"in": "v",
diff --git a/public/language/da/admin/manage/post-queue.json b/public/language/da/admin/manage/post-queue.json
new file mode 100644
index 0000000000..f748fb0ee2
--- /dev/null
+++ b/public/language/da/admin/manage/post-queue.json
@@ -0,0 +1,10 @@
+{
+ "post-queue": "Post Queue",
+ "description": "There are no posts in the post queue.
To enable this feature, go to Settings → Post → Posting Restrictions and enable Post Queue.",
+ "user": "User",
+ "category": "Category",
+ "title": "Title",
+ "content": "Content",
+ "posted": "Posted",
+ "reply-to": "Reply to \"%1\""
+}
\ No newline at end of file
diff --git a/public/language/da/error.json b/public/language/da/error.json
index 509c6539bb..da00cf499f 100644
--- a/public/language/da/error.json
+++ b/public/language/da/error.json
@@ -4,6 +4,7 @@
"not-logged-in": "Det ser ikke ud til at du er logget ind.",
"account-locked": "Din konto er blevet blokeret midlertidigt.",
"search-requires-login": "Du skal have en konto for at søge - log venligst ind eller registrer dig.",
+ "goback": "Press back to return to the previous page",
"invalid-cid": "Ugyldig Kategori ID",
"invalid-tid": "Ugyldig Tråd ID",
"invalid-pid": "Ugyldig Indlæg ID",
diff --git a/public/language/de/admin/manage/post-queue.json b/public/language/de/admin/manage/post-queue.json
new file mode 100644
index 0000000000..0d6e597b0a
--- /dev/null
+++ b/public/language/de/admin/manage/post-queue.json
@@ -0,0 +1,10 @@
+{
+ "post-queue": "Beitragswarteschlange",
+ "description": "Es sind keine Beiträge in der Warteschlange.
Bitte gehe zu Einstellungen → Beiträge → Posting Beschränkungen und aktiviere Beitragswarteschlange für diese Funktion.",
+ "user": "Benutzer",
+ "category": "Kategorie",
+ "title": "Titel",
+ "content": "Inhalt",
+ "posted": "Gepostet",
+ "reply-to": "Auf \"%1\" antworten"
+}
\ No newline at end of file
diff --git a/public/language/de/error.json b/public/language/de/error.json
index 32b5fc4388..653233a83f 100644
--- a/public/language/de/error.json
+++ b/public/language/de/error.json
@@ -4,6 +4,7 @@
"not-logged-in": "Du bist nicht angemeldet.",
"account-locked": "Dein Account wurde vorübergehend gesperrt.",
"search-requires-login": "Die Suche erfordert ein Konto, bitte einloggen oder registrieren.",
+ "goback": "Drücke zurück um zur vorherigen Seite zurückzukehren",
"invalid-cid": "Ungültige Kategorie-ID",
"invalid-tid": "Ungültige Themen-ID",
"invalid-pid": "Ungültige Beitrags-ID",
diff --git a/public/language/de/users.json b/public/language/de/users.json
index 8efc90d27d..c8ae163e61 100644
--- a/public/language/de/users.json
+++ b/public/language/de/users.json
@@ -1,11 +1,11 @@
{
"latest_users": "Neuste Benutzer",
- "top_posters": "meiste Beiträge",
- "most_reputation": "höchstes Ansehen",
+ "top_posters": "Meiste Beiträge",
+ "most_reputation": "Höchstes Ansehen",
"most_flags": "Meiste Meldungen",
"search": "Suchen",
"enter_username": "Benutzer durchsuchen",
- "load_more": "mehr laden",
+ "load_more": "Mehr laden",
"users-found-search-took": "%1 Benutzer gefunden! Die Suche dauerte %2 ms.",
"filter-by": "Filtern nach",
"online-only": "Nur Online",
diff --git a/public/language/el/admin/manage/post-queue.json b/public/language/el/admin/manage/post-queue.json
new file mode 100644
index 0000000000..f748fb0ee2
--- /dev/null
+++ b/public/language/el/admin/manage/post-queue.json
@@ -0,0 +1,10 @@
+{
+ "post-queue": "Post Queue",
+ "description": "There are no posts in the post queue.
To enable this feature, go to Settings → Post → Posting Restrictions and enable Post Queue.",
+ "user": "User",
+ "category": "Category",
+ "title": "Title",
+ "content": "Content",
+ "posted": "Posted",
+ "reply-to": "Reply to \"%1\""
+}
\ No newline at end of file
diff --git a/public/language/el/error.json b/public/language/el/error.json
index 1f222177af..d67598bea8 100644
--- a/public/language/el/error.json
+++ b/public/language/el/error.json
@@ -4,6 +4,7 @@
"not-logged-in": "Φαίνεται πως δεν είσαι συνδεδεμένος/η.",
"account-locked": "Ο λογαριασμός σου έχει κλειδωθεί προσωρινά",
"search-requires-login": "Searching requires an account - please login or register.",
+ "goback": "Press back to return to the previous page",
"invalid-cid": "Άκυρο ID Κατηγορίας",
"invalid-tid": "Άκυρο ID Θέματος",
"invalid-pid": "Άκυρο ID Δημοσίευσης",
diff --git a/public/language/en-GB/error.json b/public/language/en-GB/error.json
index 8d106b6a79..13ce550f1f 100644
--- a/public/language/en-GB/error.json
+++ b/public/language/en-GB/error.json
@@ -5,6 +5,7 @@
"not-logged-in": "You don't seem to be logged in.",
"account-locked": "Your account has been locked temporarily",
"search-requires-login": "Searching requires an account - please login or register.",
+ "goback": "Press back to return to the previous page",
"invalid-cid": "Invalid Category ID",
"invalid-tid": "Invalid Topic ID",
diff --git a/public/language/en-US/admin/manage/post-queue.json b/public/language/en-US/admin/manage/post-queue.json
new file mode 100644
index 0000000000..f748fb0ee2
--- /dev/null
+++ b/public/language/en-US/admin/manage/post-queue.json
@@ -0,0 +1,10 @@
+{
+ "post-queue": "Post Queue",
+ "description": "There are no posts in the post queue.
To enable this feature, go to Settings → Post → Posting Restrictions and enable Post Queue.",
+ "user": "User",
+ "category": "Category",
+ "title": "Title",
+ "content": "Content",
+ "posted": "Posted",
+ "reply-to": "Reply to \"%1\""
+}
\ No newline at end of file
diff --git a/public/language/en-US/error.json b/public/language/en-US/error.json
index 403c0b4aa7..85f56efaaa 100644
--- a/public/language/en-US/error.json
+++ b/public/language/en-US/error.json
@@ -4,6 +4,7 @@
"not-logged-in": "You don't seem to be logged in.",
"account-locked": "Your account has been locked temporarily",
"search-requires-login": "Searching requires an account - please login or register.",
+ "goback": "Press back to return to the previous page",
"invalid-cid": "Invalid Category ID",
"invalid-tid": "Invalid Topic ID",
"invalid-pid": "Invalid Post ID",
diff --git a/public/language/en-x-pirate/admin/manage/post-queue.json b/public/language/en-x-pirate/admin/manage/post-queue.json
new file mode 100644
index 0000000000..f748fb0ee2
--- /dev/null
+++ b/public/language/en-x-pirate/admin/manage/post-queue.json
@@ -0,0 +1,10 @@
+{
+ "post-queue": "Post Queue",
+ "description": "There are no posts in the post queue.
To enable this feature, go to Settings → Post → Posting Restrictions and enable Post Queue.",
+ "user": "User",
+ "category": "Category",
+ "title": "Title",
+ "content": "Content",
+ "posted": "Posted",
+ "reply-to": "Reply to \"%1\""
+}
\ No newline at end of file
diff --git a/public/language/en-x-pirate/error.json b/public/language/en-x-pirate/error.json
index 403c0b4aa7..85f56efaaa 100644
--- a/public/language/en-x-pirate/error.json
+++ b/public/language/en-x-pirate/error.json
@@ -4,6 +4,7 @@
"not-logged-in": "You don't seem to be logged in.",
"account-locked": "Your account has been locked temporarily",
"search-requires-login": "Searching requires an account - please login or register.",
+ "goback": "Press back to return to the previous page",
"invalid-cid": "Invalid Category ID",
"invalid-tid": "Invalid Topic ID",
"invalid-pid": "Invalid Post ID",
diff --git a/public/language/es/admin/manage/post-queue.json b/public/language/es/admin/manage/post-queue.json
new file mode 100644
index 0000000000..f748fb0ee2
--- /dev/null
+++ b/public/language/es/admin/manage/post-queue.json
@@ -0,0 +1,10 @@
+{
+ "post-queue": "Post Queue",
+ "description": "There are no posts in the post queue.
To enable this feature, go to Settings → Post → Posting Restrictions and enable Post Queue.",
+ "user": "User",
+ "category": "Category",
+ "title": "Title",
+ "content": "Content",
+ "posted": "Posted",
+ "reply-to": "Reply to \"%1\""
+}
\ No newline at end of file
diff --git a/public/language/es/error.json b/public/language/es/error.json
index 48c8a87c0b..f818bce61a 100644
--- a/public/language/es/error.json
+++ b/public/language/es/error.json
@@ -4,6 +4,7 @@
"not-logged-in": "No has iniciado sesión.",
"account-locked": "Tu cuenta ha sido bloqueada temporalmente.",
"search-requires-login": "¡Buscar requiere estar registrado! Por favor, entra o regístrate.",
+ "goback": "Press back to return to the previous page",
"invalid-cid": "Identificador de categoría no válido",
"invalid-tid": "Identificador de tema no válido",
"invalid-pid": "Identificador de publicación no válido",
diff --git a/public/language/et/admin/manage/post-queue.json b/public/language/et/admin/manage/post-queue.json
new file mode 100644
index 0000000000..f748fb0ee2
--- /dev/null
+++ b/public/language/et/admin/manage/post-queue.json
@@ -0,0 +1,10 @@
+{
+ "post-queue": "Post Queue",
+ "description": "There are no posts in the post queue.
To enable this feature, go to Settings → Post → Posting Restrictions and enable Post Queue.",
+ "user": "User",
+ "category": "Category",
+ "title": "Title",
+ "content": "Content",
+ "posted": "Posted",
+ "reply-to": "Reply to \"%1\""
+}
\ No newline at end of file
diff --git a/public/language/et/error.json b/public/language/et/error.json
index fa1f188b62..3c60b22caf 100644
--- a/public/language/et/error.json
+++ b/public/language/et/error.json
@@ -4,6 +4,7 @@
"not-logged-in": "Sa ei ole sisse logitud",
"account-locked": "Su kasutaja on ajutiselt lukustatud",
"search-requires-login": "Otsing nõuab kasutajat - palun registreeruge või logige sisse.",
+ "goback": "Press back to return to the previous page",
"invalid-cid": "Vigane kategooria ID",
"invalid-tid": "Vigane teema ID",
"invalid-pid": "Vigane postituse ID",
diff --git a/public/language/fa-IR/admin/manage/post-queue.json b/public/language/fa-IR/admin/manage/post-queue.json
new file mode 100644
index 0000000000..f748fb0ee2
--- /dev/null
+++ b/public/language/fa-IR/admin/manage/post-queue.json
@@ -0,0 +1,10 @@
+{
+ "post-queue": "Post Queue",
+ "description": "There are no posts in the post queue.
To enable this feature, go to Settings → Post → Posting Restrictions and enable Post Queue.",
+ "user": "User",
+ "category": "Category",
+ "title": "Title",
+ "content": "Content",
+ "posted": "Posted",
+ "reply-to": "Reply to \"%1\""
+}
\ No newline at end of file
diff --git a/public/language/fa-IR/error.json b/public/language/fa-IR/error.json
index 885cbc54e0..cbbe49586f 100644
--- a/public/language/fa-IR/error.json
+++ b/public/language/fa-IR/error.json
@@ -4,6 +4,7 @@
"not-logged-in": "وارد حساب کاربری نشدهاید.",
"account-locked": "حساب کاربری شما موقتاً مسدود شده است.",
"search-requires-login": "استفاده از جستجو نیازمند ورود با نامکاربری و رمزعبور است. لطفا ابتدا وارد شوید.",
+ "goback": "Press back to return to the previous page",
"invalid-cid": "آیدی دستهبندی نامعتبر است.",
"invalid-tid": "شناسه موضوع نامعتبر است.",
"invalid-pid": "شناسه پست نامعتبر است.",
diff --git a/public/language/fi/admin/manage/post-queue.json b/public/language/fi/admin/manage/post-queue.json
new file mode 100644
index 0000000000..f748fb0ee2
--- /dev/null
+++ b/public/language/fi/admin/manage/post-queue.json
@@ -0,0 +1,10 @@
+{
+ "post-queue": "Post Queue",
+ "description": "There are no posts in the post queue.
To enable this feature, go to Settings → Post → Posting Restrictions and enable Post Queue.",
+ "user": "User",
+ "category": "Category",
+ "title": "Title",
+ "content": "Content",
+ "posted": "Posted",
+ "reply-to": "Reply to \"%1\""
+}
\ No newline at end of file
diff --git a/public/language/fi/error.json b/public/language/fi/error.json
index fc904202b2..16ac9b5b47 100644
--- a/public/language/fi/error.json
+++ b/public/language/fi/error.json
@@ -4,6 +4,7 @@
"not-logged-in": "Et taida olla kirjautuneena sisään.",
"account-locked": "Käyttäjätilisi on lukittu väliaikaisesti",
"search-requires-login": "Searching requires an account - please login or register.",
+ "goback": "Press back to return to the previous page",
"invalid-cid": "Virheellinen kategorian ID",
"invalid-tid": "Virheellinen aiheen ID",
"invalid-pid": "Virheellinen viestin ID",
diff --git a/public/language/fr/admin/extend/plugins.json b/public/language/fr/admin/extend/plugins.json
index cf2b1f5bf0..430fc0aaa0 100644
--- a/public/language/fr/admin/extend/plugins.json
+++ b/public/language/fr/admin/extend/plugins.json
@@ -45,7 +45,7 @@
"alert.incompatible": "$ ./nodebb reset plugin=\"%1\"192.168.100.0/22).",
"hint-2": "Vous pouvez ajouter en commentaire en commençant la ligne pas le symbole #.",
@@ -13,6 +13,6 @@
"alerts.applied-success": "Liste noire appliquée",
- "analytics.blacklist-hourly": "Figure 1 – Blacklist hits per hour",
- "analytics.blacklist-daily": "Figure 2 – Blacklist hits per day"
+ "analytics.blacklist-hourly": "Figure 1 – Nombre de visites de la liste noire par heure",
+ "analytics.blacklist-daily": "Figure 2 – Nombre de visites de la liste noire par jour"
}
\ No newline at end of file
diff --git a/public/language/fr/admin/manage/post-queue.json b/public/language/fr/admin/manage/post-queue.json
new file mode 100644
index 0000000000..90f33a6126
--- /dev/null
+++ b/public/language/fr/admin/manage/post-queue.json
@@ -0,0 +1,10 @@
+{
+ "post-queue": "File d’attente des messages",
+ "description": "Il ny a aucun message dans la file d’attente
Pour activer cette fonctionnalité, allez dansParamètres → Message → Restriction de publicationet activezFile d’attente des messages.",
+ "user": "Utilisateur",
+ "category": "Catégorie",
+ "title": "Titre",
+ "content": "Contenu",
+ "posted": "Posté",
+ "reply-to": "Répondre à \"%1\""
+}
\ No newline at end of file
diff --git a/public/language/fr/admin/menu.json b/public/language/fr/admin/menu.json
index a10e4af2de..59ae32cf25 100644
--- a/public/language/fr/admin/menu.json
+++ b/public/language/fr/admin/menu.json
@@ -12,7 +12,7 @@
"manage/tags": "Mots-clés",
"manage/users": "Utilisateurs",
"manage/registration": "File d'inscription",
- "manage/post-queue": "Post Queue",
+ "manage/post-queue": "File d’attente des messages",
"manage/groups": "Groupes",
"manage/ip-blacklist": "Liste noire d'IPs",
diff --git a/public/language/fr/admin/settings/email.json b/public/language/fr/admin/settings/email.json
index c737ec5265..b63e61b724 100644
--- a/public/language/fr/admin/settings/email.json
+++ b/public/language/fr/admin/settings/email.json
@@ -6,18 +6,18 @@
"from-help": "Le nom de l’expéditeur à afficher dans l'e-mail",
"smtp-transport": "SMTP Transport",
- "smtp-transport.enabled": "Use an external email server to send emails",
- "smtp-transport-help": "You can select from a list of well-known services or enter a custom one.",
- "smtp-transport.service": "Select a service",
- "smtp-transport.service-custom": "Custom Service",
- "smtp-transport.service-help": "Select a service name above in order to use the known information about it. Alternatively, select 'Custom Service' and enter the details below.",
+ "smtp-transport.enabled": "Utiliser un server extérieur pour envoyer les emails",
+ "smtp-transport-help": "Vous pouvez sélectionner depuis une liste de services ou entrer un service personnalisé.",
+ "smtp-transport.service": "Sélectionner un service",
+ "smtp-transport.service-custom": "Service personnalisé",
+ "smtp-transport.service-help": "S",
"smtp-transport.gmail-warning1": "There have been reports of the Gmail service not working on accounts with heightened security. In those scenarios, you will have to configure your GMail account to allow less secure apps.",
"smtp-transport.gmail-warning2": "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.",
- "smtp-transport.host": "SMTP Host",
- "smtp-transport.port": "SMTP Port",
- "smtp-transport.username": "Username",
- "smtp-transport.username-help": "For the Gmail service, enter the full email address here, especially if you are using a Google Apps managed domain.",
- "smtp-transport.password": "Password",
+ "smtp-transport.host": "Host SMTP",
+ "smtp-transport.port": "Port SMTP",
+ "smtp-transport.username": "Nom d'utilisateur",
+ "smtp-transport.username-help": "Pour Gmail, entrer l’adresse e-mail complète ici, surtout si vous utilisez un domaine géré par Google Apps.",
+ "smtp-transport.password": "Mot de passe",
"template": "Modifier le modèle d'e-mail",
"template.select": "Sélectionner un modèle d'e-mail ",
diff --git a/public/language/fr/error.json b/public/language/fr/error.json
index 009cbfdc93..80c2ba5573 100644
--- a/public/language/fr/error.json
+++ b/public/language/fr/error.json
@@ -4,6 +4,7 @@
"not-logged-in": "Vous ne semblez pas être connecté.",
"account-locked": "Votre compte a été temporairement suspendu",
"search-requires-login": "Rechercher nécessite d'avoir un compte. Veuillez vous identifier ou vous enregistrer.",
+ "goback": "Press back to return to the previous page",
"invalid-cid": "ID de catégorie invalide",
"invalid-tid": "ID de sujet invalide",
"invalid-pid": "ID de message invalide",
diff --git a/public/language/gl/admin/manage/post-queue.json b/public/language/gl/admin/manage/post-queue.json
new file mode 100644
index 0000000000..f748fb0ee2
--- /dev/null
+++ b/public/language/gl/admin/manage/post-queue.json
@@ -0,0 +1,10 @@
+{
+ "post-queue": "Post Queue",
+ "description": "There are no posts in the post queue.
To enable this feature, go to Settings → Post → Posting Restrictions and enable Post Queue.",
+ "user": "User",
+ "category": "Category",
+ "title": "Title",
+ "content": "Content",
+ "posted": "Posted",
+ "reply-to": "Reply to \"%1\""
+}
\ No newline at end of file
diff --git a/public/language/gl/error.json b/public/language/gl/error.json
index 31afca5970..0701681e7c 100644
--- a/public/language/gl/error.json
+++ b/public/language/gl/error.json
@@ -4,6 +4,7 @@
"not-logged-in": "Parece que estás desconectado.",
"account-locked": "A túa conta foi bloqueada temporalmente.",
"search-requires-login": "As buscas requiren unha conta. Por favor inicia sesión ou rexístrate.",
+ "goback": "Press back to return to the previous page",
"invalid-cid": "Identificador de Categoría Inválido ",
"invalid-tid": "Identificador de Tema Inválido",
"invalid-pid": "Identificador de Publicación Inválido",
diff --git a/public/language/he/admin/manage/post-queue.json b/public/language/he/admin/manage/post-queue.json
new file mode 100644
index 0000000000..f748fb0ee2
--- /dev/null
+++ b/public/language/he/admin/manage/post-queue.json
@@ -0,0 +1,10 @@
+{
+ "post-queue": "Post Queue",
+ "description": "There are no posts in the post queue.
To enable this feature, go to Settings → Post → Posting Restrictions and enable Post Queue.",
+ "user": "User",
+ "category": "Category",
+ "title": "Title",
+ "content": "Content",
+ "posted": "Posted",
+ "reply-to": "Reply to \"%1\""
+}
\ No newline at end of file
diff --git a/public/language/he/error.json b/public/language/he/error.json
index 4a7e36b65e..0599a1b34b 100644
--- a/public/language/he/error.json
+++ b/public/language/he/error.json
@@ -4,6 +4,7 @@
"not-logged-in": "נראה שאינך מחובר למערכת.",
"account-locked": "חשבונך נחסם באופן זמני",
"search-requires-login": "פעולת החיפוש דורשת חשבון - בבקשה התחבר או הרשם.",
+ "goback": "Press back to return to the previous page",
"invalid-cid": "זהוי קטגוריה שגוי",
"invalid-tid": "זהוי נושא שגוי",
"invalid-pid": "זהוי פוסט שגוי",
diff --git a/public/language/hr/admin/manage/post-queue.json b/public/language/hr/admin/manage/post-queue.json
new file mode 100644
index 0000000000..f748fb0ee2
--- /dev/null
+++ b/public/language/hr/admin/manage/post-queue.json
@@ -0,0 +1,10 @@
+{
+ "post-queue": "Post Queue",
+ "description": "There are no posts in the post queue.
To enable this feature, go to Settings → Post → Posting Restrictions and enable Post Queue.",
+ "user": "User",
+ "category": "Category",
+ "title": "Title",
+ "content": "Content",
+ "posted": "Posted",
+ "reply-to": "Reply to \"%1\""
+}
\ No newline at end of file
diff --git a/public/language/hr/error.json b/public/language/hr/error.json
index 55ccfa9c97..741504dfda 100644
--- a/public/language/hr/error.json
+++ b/public/language/hr/error.json
@@ -4,6 +4,7 @@
"not-logged-in": "Izgleda da niste prijavljeni",
"account-locked": "Vaš račun je privremeno blokiran",
"search-requires-login": "Pretraga zahtijeva prijavu - prijavite se ili se registrirajte.",
+ "goback": "Press back to return to the previous page",
"invalid-cid": "Netočan ID kategorije",
"invalid-tid": "Netočan ID teme",
"invalid-pid": "Netočan ID objave",
diff --git a/public/language/hu/admin/manage/post-queue.json b/public/language/hu/admin/manage/post-queue.json
new file mode 100644
index 0000000000..f748fb0ee2
--- /dev/null
+++ b/public/language/hu/admin/manage/post-queue.json
@@ -0,0 +1,10 @@
+{
+ "post-queue": "Post Queue",
+ "description": "There are no posts in the post queue.
To enable this feature, go to Settings → Post → Posting Restrictions and enable Post Queue.",
+ "user": "User",
+ "category": "Category",
+ "title": "Title",
+ "content": "Content",
+ "posted": "Posted",
+ "reply-to": "Reply to \"%1\""
+}
\ No newline at end of file
diff --git a/public/language/hu/error.json b/public/language/hu/error.json
index 14e34a907c..5d9ee430c4 100644
--- a/public/language/hu/error.json
+++ b/public/language/hu/error.json
@@ -4,6 +4,7 @@
"not-logged-in": "Úgy tűnik, nem vagy bejelentkezve.",
"account-locked": "A fiókod ideiglenesen zárolva lett.",
"search-requires-login": "Searching requires an account - please login or register.",
+ "goback": "Press back to return to the previous page",
"invalid-cid": "Érvénytelen kategória azonosító",
"invalid-tid": "Érvénytelen téma azonosító",
"invalid-pid": "Érvénytelen hozzászólás azonosító",
diff --git a/public/language/id/admin/manage/post-queue.json b/public/language/id/admin/manage/post-queue.json
new file mode 100644
index 0000000000..f748fb0ee2
--- /dev/null
+++ b/public/language/id/admin/manage/post-queue.json
@@ -0,0 +1,10 @@
+{
+ "post-queue": "Post Queue",
+ "description": "There are no posts in the post queue.
To enable this feature, go to Settings → Post → Posting Restrictions and enable Post Queue.",
+ "user": "User",
+ "category": "Category",
+ "title": "Title",
+ "content": "Content",
+ "posted": "Posted",
+ "reply-to": "Reply to \"%1\""
+}
\ No newline at end of file
diff --git a/public/language/id/error.json b/public/language/id/error.json
index 9b7a820a07..a351c3ea6e 100644
--- a/public/language/id/error.json
+++ b/public/language/id/error.json
@@ -4,6 +4,7 @@
"not-logged-in": "Kamu terlihat belum login",
"account-locked": "Akun kamu dikunci sementara",
"search-requires-login": "Searching requires an account - please login or register.",
+ "goback": "Press back to return to the previous page",
"invalid-cid": "ID Kategori Salah",
"invalid-tid": "ID Topik Salah",
"invalid-pid": "ID Post Salah",
diff --git a/public/language/it/admin/manage/post-queue.json b/public/language/it/admin/manage/post-queue.json
new file mode 100644
index 0000000000..f748fb0ee2
--- /dev/null
+++ b/public/language/it/admin/manage/post-queue.json
@@ -0,0 +1,10 @@
+{
+ "post-queue": "Post Queue",
+ "description": "There are no posts in the post queue.
To enable this feature, go to Settings → Post → Posting Restrictions and enable Post Queue.",
+ "user": "User",
+ "category": "Category",
+ "title": "Title",
+ "content": "Content",
+ "posted": "Posted",
+ "reply-to": "Reply to \"%1\""
+}
\ No newline at end of file
diff --git a/public/language/it/error.json b/public/language/it/error.json
index c6a8f0af3a..f31c43fc5d 100644
--- a/public/language/it/error.json
+++ b/public/language/it/error.json
@@ -4,6 +4,7 @@
"not-logged-in": "Non sembri essere loggato.",
"account-locked": "Il tuo account è stato bloccato temporaneamente",
"search-requires-login": "La ricerca richiede un account! Si prega di loggarsi o registrarsi!",
+ "goback": "Press back to return to the previous page",
"invalid-cid": "ID Categoria non valido",
"invalid-tid": "ID Topic non valido",
"invalid-pid": "ID Post non valido",
diff --git a/public/language/ja/admin/manage/post-queue.json b/public/language/ja/admin/manage/post-queue.json
new file mode 100644
index 0000000000..f748fb0ee2
--- /dev/null
+++ b/public/language/ja/admin/manage/post-queue.json
@@ -0,0 +1,10 @@
+{
+ "post-queue": "Post Queue",
+ "description": "There are no posts in the post queue.
To enable this feature, go to Settings → Post → Posting Restrictions and enable Post Queue.",
+ "user": "User",
+ "category": "Category",
+ "title": "Title",
+ "content": "Content",
+ "posted": "Posted",
+ "reply-to": "Reply to \"%1\""
+}
\ No newline at end of file
diff --git a/public/language/ja/error.json b/public/language/ja/error.json
index 5beac4a421..35f5d57e27 100644
--- a/public/language/ja/error.json
+++ b/public/language/ja/error.json
@@ -4,6 +4,7 @@
"not-logged-in": "ログインしていません。",
"account-locked": "あなたのアカウントは一時的にロックされています",
"search-requires-login": "検索するにはアカウントが必要です - ログインするかアカウントを作成してください。",
+ "goback": "Press back to return to the previous page",
"invalid-cid": "無効なカテゴリID",
"invalid-tid": "無効なスレッドID",
"invalid-pid": "無効な投稿ID",
diff --git a/public/language/ko/admin/manage/post-queue.json b/public/language/ko/admin/manage/post-queue.json
new file mode 100644
index 0000000000..f748fb0ee2
--- /dev/null
+++ b/public/language/ko/admin/manage/post-queue.json
@@ -0,0 +1,10 @@
+{
+ "post-queue": "Post Queue",
+ "description": "There are no posts in the post queue.
To enable this feature, go to Settings → Post → Posting Restrictions and enable Post Queue.",
+ "user": "User",
+ "category": "Category",
+ "title": "Title",
+ "content": "Content",
+ "posted": "Posted",
+ "reply-to": "Reply to \"%1\""
+}
\ No newline at end of file
diff --git a/public/language/ko/error.json b/public/language/ko/error.json
index 40715f2083..3b8e4fa788 100644
--- a/public/language/ko/error.json
+++ b/public/language/ko/error.json
@@ -4,6 +4,7 @@
"not-logged-in": "로그인하지 않았습니다.",
"account-locked": "임시로 잠긴 계정입니다.",
"search-requires-login": "검색을 하기 위해서는 계정이 필요합니다. 로그인하거나 가입해 주십시오.",
+ "goback": "Press back to return to the previous page",
"invalid-cid": "올바르지 않은 게시판 ID입니다.",
"invalid-tid": "올바르지 않은 게시물 ID입니다.",
"invalid-pid": "올바르지 않은 포스트 ID입니다.",
diff --git a/public/language/lt/admin/manage/post-queue.json b/public/language/lt/admin/manage/post-queue.json
new file mode 100644
index 0000000000..f748fb0ee2
--- /dev/null
+++ b/public/language/lt/admin/manage/post-queue.json
@@ -0,0 +1,10 @@
+{
+ "post-queue": "Post Queue",
+ "description": "There are no posts in the post queue.
To enable this feature, go to Settings → Post → Posting Restrictions and enable Post Queue.",
+ "user": "User",
+ "category": "Category",
+ "title": "Title",
+ "content": "Content",
+ "posted": "Posted",
+ "reply-to": "Reply to \"%1\""
+}
\ No newline at end of file
diff --git a/public/language/lt/error.json b/public/language/lt/error.json
index 18d6f41d29..fd1b8b2c14 100644
--- a/public/language/lt/error.json
+++ b/public/language/lt/error.json
@@ -4,6 +4,7 @@
"not-logged-in": "Atrodo, kad jūs neesate prisijungęs.",
"account-locked": "Jūsų paskyra buvo laikinai užrakinta",
"search-requires-login": "Paieška reikalauja vartotojo - prašome prisijungti arba užsiregistruoti",
+ "goback": "Press back to return to the previous page",
"invalid-cid": "Klaidingas kategorijos ID",
"invalid-tid": "Klaidingas temos ID",
"invalid-pid": "Klaidingas pranešimo ID",
diff --git a/public/language/ms/admin/manage/post-queue.json b/public/language/ms/admin/manage/post-queue.json
new file mode 100644
index 0000000000..f748fb0ee2
--- /dev/null
+++ b/public/language/ms/admin/manage/post-queue.json
@@ -0,0 +1,10 @@
+{
+ "post-queue": "Post Queue",
+ "description": "There are no posts in the post queue.
To enable this feature, go to Settings → Post → Posting Restrictions and enable Post Queue.",
+ "user": "User",
+ "category": "Category",
+ "title": "Title",
+ "content": "Content",
+ "posted": "Posted",
+ "reply-to": "Reply to \"%1\""
+}
\ No newline at end of file
diff --git a/public/language/ms/error.json b/public/language/ms/error.json
index 643531b8f0..cd907cac52 100644
--- a/public/language/ms/error.json
+++ b/public/language/ms/error.json
@@ -4,6 +4,7 @@
"not-logged-in": "Anda tidak log masuk.",
"account-locked": "Akaun anda telah dikunci untuk seketika",
"search-requires-login": "Fungsi Carian perlukan akaun - sila log masuk atau daftar.",
+ "goback": "Press back to return to the previous page",
"invalid-cid": "Kategori ID Tak Sah",
"invalid-tid": "Topik ID Tak Sah",
"invalid-pid": "Kiriman ID Tak Sah",
diff --git a/public/language/nb/admin/manage/post-queue.json b/public/language/nb/admin/manage/post-queue.json
new file mode 100644
index 0000000000..f748fb0ee2
--- /dev/null
+++ b/public/language/nb/admin/manage/post-queue.json
@@ -0,0 +1,10 @@
+{
+ "post-queue": "Post Queue",
+ "description": "There are no posts in the post queue.
To enable this feature, go to Settings → Post → Posting Restrictions and enable Post Queue.",
+ "user": "User",
+ "category": "Category",
+ "title": "Title",
+ "content": "Content",
+ "posted": "Posted",
+ "reply-to": "Reply to \"%1\""
+}
\ No newline at end of file
diff --git a/public/language/nb/error.json b/public/language/nb/error.json
index a88fdd69c7..c169080cc5 100644
--- a/public/language/nb/error.json
+++ b/public/language/nb/error.json
@@ -4,6 +4,7 @@
"not-logged-in": "Du ser ikke ut til å være logget inn.",
"account-locked": "Kontoen din har blitt midlertidig låst",
"search-requires-login": "Søking krever en konto - vennligst logg inn eller registrer deg.",
+ "goback": "Press back to return to the previous page",
"invalid-cid": "Ugyldig kategori-ID",
"invalid-tid": "Ugyldig emne-ID",
"invalid-pid": "Ugyldig innlegg-ID",
diff --git a/public/language/nl/admin/manage/post-queue.json b/public/language/nl/admin/manage/post-queue.json
new file mode 100644
index 0000000000..f748fb0ee2
--- /dev/null
+++ b/public/language/nl/admin/manage/post-queue.json
@@ -0,0 +1,10 @@
+{
+ "post-queue": "Post Queue",
+ "description": "There are no posts in the post queue.
To enable this feature, go to Settings → Post → Posting Restrictions and enable Post Queue.",
+ "user": "User",
+ "category": "Category",
+ "title": "Title",
+ "content": "Content",
+ "posted": "Posted",
+ "reply-to": "Reply to \"%1\""
+}
\ No newline at end of file
diff --git a/public/language/nl/error.json b/public/language/nl/error.json
index fd6097c893..3b8da127a2 100644
--- a/public/language/nl/error.json
+++ b/public/language/nl/error.json
@@ -4,6 +4,7 @@
"not-logged-in": "Het lijkt erop dat je niet ingelogd bent.",
"account-locked": "Dit account is tijdelijk vergrendeld",
"search-requires-login": "Zoeken vereist een account - meld je aan of registreer je om te zoeken.",
+ "goback": "Klik terug om terug te keren naar de vorige pagina",
"invalid-cid": "Ongeldige categoriesleutel",
"invalid-tid": "Ongeldig onderwerp ID",
"invalid-pid": "Ongeldig berichtkenmerk",
diff --git a/public/language/nl/notifications.json b/public/language/nl/notifications.json
index ff6a6c6492..af0c136f51 100644
--- a/public/language/nl/notifications.json
+++ b/public/language/nl/notifications.json
@@ -41,7 +41,7 @@
"new_register": "%1 heeft een registratie verzoek aangevraagd.",
"new_register_multiple": "Er is/zijn %1 registratieverzoek(en) die wacht(en) op goedkeuring.",
"flag_assigned_to_you": "Flag %1 is aan u toegewezen",
- "post_awaiting_review": "Post awaiting review",
+ "post_awaiting_review": "Bericht wachtend op goedkeuring",
"email-confirmed": "E-mailadres bevestigd",
"email-confirmed-message": "Bedankt voor het bevestigen van je e-mailadres. Je account is nu volledig geactiveerd.",
"email-confirm-error-message": "Er was een probleem met het bevestigen van dit e-mailadres. Misschien is de code niet goed ingevoerd of was de beschikbare tijd inmiddels verstreken.",
diff --git a/public/language/nl/pages.json b/public/language/nl/pages.json
index 02c81f5add..c47f4e202d 100644
--- a/public/language/nl/pages.json
+++ b/public/language/nl/pages.json
@@ -6,10 +6,10 @@
"popular-month": "De populaire onderwerpen van deze maand",
"popular-alltime": "De populaire onderwerpen",
"recent": "Recente onderwerpen",
- "moderator-tools": "Moderator Tools",
+ "moderator-tools": "Moderator gereedschappen",
"flagged-content": "Gemarkeerde content",
"ip-blacklist": "IP zwarte lijst",
- "post-queue": "Post Queue",
+ "post-queue": "Berichten wachtrij",
"users/online": "Online Gebruikers",
"users/latest": "Meest recente gebruikers",
"users/sort-posts": "Gebruikers met de meeste berichten",
diff --git a/public/language/nl/success.json b/public/language/nl/success.json
index 1621699574..54671b1c8d 100644
--- a/public/language/nl/success.json
+++ b/public/language/nl/success.json
@@ -1,7 +1,7 @@
{
"success": "Geslaagd",
"topic-post": "Je bericht is met succes geplaatst.",
- "post-queued": "Your post is queued for approval.",
+ "post-queued": "Je bericht wacht op goedkeuring.",
"authentication-successful": "Aanmelden geslaagd",
"settings-saved": "Instellingen opgeslagen!"
}
\ No newline at end of file
diff --git a/public/language/pl/admin/manage/post-queue.json b/public/language/pl/admin/manage/post-queue.json
new file mode 100644
index 0000000000..f748fb0ee2
--- /dev/null
+++ b/public/language/pl/admin/manage/post-queue.json
@@ -0,0 +1,10 @@
+{
+ "post-queue": "Post Queue",
+ "description": "There are no posts in the post queue.
To enable this feature, go to Settings → Post → Posting Restrictions and enable Post Queue.",
+ "user": "User",
+ "category": "Category",
+ "title": "Title",
+ "content": "Content",
+ "posted": "Posted",
+ "reply-to": "Reply to \"%1\""
+}
\ No newline at end of file
diff --git a/public/language/pl/error.json b/public/language/pl/error.json
index 0f976f0a18..820ed29343 100644
--- a/public/language/pl/error.json
+++ b/public/language/pl/error.json
@@ -4,6 +4,7 @@
"not-logged-in": "Nie jesteś zalogowany/a.",
"account-locked": "Twoje konto zostało tymczasowo zablokowane",
"search-requires-login": "Wyszukiwanie wymaga konta - zaloguj się lub zarejestruj.",
+ "goback": "Press back to return to the previous page",
"invalid-cid": "Błędne ID Kategorii",
"invalid-tid": "Błędne ID Tematu",
"invalid-pid": "Błędne ID Postu",
diff --git a/public/language/pt-BR/admin/manage/post-queue.json b/public/language/pt-BR/admin/manage/post-queue.json
new file mode 100644
index 0000000000..f748fb0ee2
--- /dev/null
+++ b/public/language/pt-BR/admin/manage/post-queue.json
@@ -0,0 +1,10 @@
+{
+ "post-queue": "Post Queue",
+ "description": "There are no posts in the post queue.
To enable this feature, go to Settings → Post → Posting Restrictions and enable Post Queue.",
+ "user": "User",
+ "category": "Category",
+ "title": "Title",
+ "content": "Content",
+ "posted": "Posted",
+ "reply-to": "Reply to \"%1\""
+}
\ No newline at end of file
diff --git a/public/language/pt-BR/error.json b/public/language/pt-BR/error.json
index 2b203a4ad3..7eeee49047 100644
--- a/public/language/pt-BR/error.json
+++ b/public/language/pt-BR/error.json
@@ -4,6 +4,7 @@
"not-logged-in": "Você não parece estar logado.",
"account-locked": "Sua conta foi temporariamente bloqueada ",
"search-requires-login": "É necessário ter uma conta para pesquisar - por favor efetue o login ou cadastre-se.",
+ "goback": "Press back to return to the previous page",
"invalid-cid": "ID de Categoria Inválido",
"invalid-tid": "ID de Tópico Inválido",
"invalid-pid": "ID de Post Inválido",
diff --git a/public/language/pt-PT/admin/manage/post-queue.json b/public/language/pt-PT/admin/manage/post-queue.json
new file mode 100644
index 0000000000..f748fb0ee2
--- /dev/null
+++ b/public/language/pt-PT/admin/manage/post-queue.json
@@ -0,0 +1,10 @@
+{
+ "post-queue": "Post Queue",
+ "description": "There are no posts in the post queue.
To enable this feature, go to Settings → Post → Posting Restrictions and enable Post Queue.",
+ "user": "User",
+ "category": "Category",
+ "title": "Title",
+ "content": "Content",
+ "posted": "Posted",
+ "reply-to": "Reply to \"%1\""
+}
\ No newline at end of file
diff --git a/public/language/pt-PT/error.json b/public/language/pt-PT/error.json
index 07fa77e963..05d5056c96 100644
--- a/public/language/pt-PT/error.json
+++ b/public/language/pt-PT/error.json
@@ -4,6 +4,7 @@
"not-logged-in": "Não tem sessão iniciada.",
"account-locked": "A sua conta foi bloqueada temporariamente",
"search-requires-login": "A pesquisa requer uma conta de utilizador - For favor inicie sessão ou crie uma conta.",
+ "goback": "Press back to return to the previous page",
"invalid-cid": "ID de categoria inválido",
"invalid-tid": "ID de tópico inválido",
"invalid-pid": "ID de post inválido",
diff --git a/public/language/ro/admin/manage/post-queue.json b/public/language/ro/admin/manage/post-queue.json
new file mode 100644
index 0000000000..f748fb0ee2
--- /dev/null
+++ b/public/language/ro/admin/manage/post-queue.json
@@ -0,0 +1,10 @@
+{
+ "post-queue": "Post Queue",
+ "description": "There are no posts in the post queue.
To enable this feature, go to Settings → Post → Posting Restrictions and enable Post Queue.",
+ "user": "User",
+ "category": "Category",
+ "title": "Title",
+ "content": "Content",
+ "posted": "Posted",
+ "reply-to": "Reply to \"%1\""
+}
\ No newline at end of file
diff --git a/public/language/ro/error.json b/public/language/ro/error.json
index 6a7ecea6f3..dc71dbc43f 100644
--- a/public/language/ro/error.json
+++ b/public/language/ro/error.json
@@ -4,6 +4,7 @@
"not-logged-in": "Se pare ca nu ești logat.",
"account-locked": "Contul tău a fost blocat temporar",
"search-requires-login": "Pentru a cauta ai nevoie de un cont. Logheaza-te sau autentifica-te.",
+ "goback": "Press back to return to the previous page",
"invalid-cid": "ID Categorie Invalid",
"invalid-tid": "ID Subiect Invalid",
"invalid-pid": "ID Mesaj Invalid",
diff --git a/public/language/ru/admin/manage/post-queue.json b/public/language/ru/admin/manage/post-queue.json
new file mode 100644
index 0000000000..f748fb0ee2
--- /dev/null
+++ b/public/language/ru/admin/manage/post-queue.json
@@ -0,0 +1,10 @@
+{
+ "post-queue": "Post Queue",
+ "description": "There are no posts in the post queue.
To enable this feature, go to Settings → Post → Posting Restrictions and enable Post Queue.",
+ "user": "User",
+ "category": "Category",
+ "title": "Title",
+ "content": "Content",
+ "posted": "Posted",
+ "reply-to": "Reply to \"%1\""
+}
\ No newline at end of file
diff --git a/public/language/ru/error.json b/public/language/ru/error.json
index 822af1d494..69fdd526b7 100644
--- a/public/language/ru/error.json
+++ b/public/language/ru/error.json
@@ -4,6 +4,7 @@
"not-logged-in": "Вы не вошли на сайт.",
"account-locked": "Учётная запись временно заблокирована",
"search-requires-login": "Поиск доступен только для зарегистрированных участников. Пожалуйста, войдите или зарегистрируйтесь.",
+ "goback": "Press back to return to the previous page",
"invalid-cid": "Неверный идентификатор сообщества",
"invalid-tid": "Неверный идентификатор темы",
"invalid-pid": "Неверный идентификатор сообщения",
diff --git a/public/language/rw/admin/manage/post-queue.json b/public/language/rw/admin/manage/post-queue.json
new file mode 100644
index 0000000000..f748fb0ee2
--- /dev/null
+++ b/public/language/rw/admin/manage/post-queue.json
@@ -0,0 +1,10 @@
+{
+ "post-queue": "Post Queue",
+ "description": "There are no posts in the post queue.
To enable this feature, go to Settings → Post → Posting Restrictions and enable Post Queue.",
+ "user": "User",
+ "category": "Category",
+ "title": "Title",
+ "content": "Content",
+ "posted": "Posted",
+ "reply-to": "Reply to \"%1\""
+}
\ No newline at end of file
diff --git a/public/language/rw/error.json b/public/language/rw/error.json
index 42bee55552..62a86b55fb 100644
--- a/public/language/rw/error.json
+++ b/public/language/rw/error.json
@@ -4,6 +4,7 @@
"not-logged-in": "Biragaragara ko utinjiyemo.",
"account-locked": "Konte yawe yabaye ifunze",
"search-requires-login": "Gushaka ikintu bisaba kuba ufite konte - Injiramo cyangwa wiyandike.",
+ "goback": "Press back to return to the previous page",
"invalid-cid": "Nimero y'Icyiciro Ntiyemewe",
"invalid-tid": "Nimero y'Ikiganiro Ntiyemewe",
"invalid-pid": "Nimero y'Icyashyizweho Ntiyemewe",
diff --git a/public/language/sc/admin/manage/post-queue.json b/public/language/sc/admin/manage/post-queue.json
new file mode 100644
index 0000000000..f748fb0ee2
--- /dev/null
+++ b/public/language/sc/admin/manage/post-queue.json
@@ -0,0 +1,10 @@
+{
+ "post-queue": "Post Queue",
+ "description": "There are no posts in the post queue.
To enable this feature, go to Settings → Post → Posting Restrictions and enable Post Queue.",
+ "user": "User",
+ "category": "Category",
+ "title": "Title",
+ "content": "Content",
+ "posted": "Posted",
+ "reply-to": "Reply to \"%1\""
+}
\ No newline at end of file
diff --git a/public/language/sc/error.json b/public/language/sc/error.json
index 403c0b4aa7..85f56efaaa 100644
--- a/public/language/sc/error.json
+++ b/public/language/sc/error.json
@@ -4,6 +4,7 @@
"not-logged-in": "You don't seem to be logged in.",
"account-locked": "Your account has been locked temporarily",
"search-requires-login": "Searching requires an account - please login or register.",
+ "goback": "Press back to return to the previous page",
"invalid-cid": "Invalid Category ID",
"invalid-tid": "Invalid Topic ID",
"invalid-pid": "Invalid Post ID",
diff --git a/public/language/sk/admin/manage/post-queue.json b/public/language/sk/admin/manage/post-queue.json
new file mode 100644
index 0000000000..f748fb0ee2
--- /dev/null
+++ b/public/language/sk/admin/manage/post-queue.json
@@ -0,0 +1,10 @@
+{
+ "post-queue": "Post Queue",
+ "description": "There are no posts in the post queue.
To enable this feature, go to Settings → Post → Posting Restrictions and enable Post Queue.",
+ "user": "User",
+ "category": "Category",
+ "title": "Title",
+ "content": "Content",
+ "posted": "Posted",
+ "reply-to": "Reply to \"%1\""
+}
\ No newline at end of file
diff --git a/public/language/sk/error.json b/public/language/sk/error.json
index 339a887a64..2a8e43c39a 100644
--- a/public/language/sk/error.json
+++ b/public/language/sk/error.json
@@ -4,6 +4,7 @@
"not-logged-in": "Zdá sa že nie ste prihlásený.",
"account-locked": "Váš účet bol dočasne uzamknutý",
"search-requires-login": "K vyhľadávaniu je vyžadovaný účet - prosím prihláste sa alebo zaregistrujte.",
+ "goback": "Press back to return to the previous page",
"invalid-cid": "Nesprávne ID kategórie",
"invalid-tid": "Nesprávne ID témy",
"invalid-pid": "Nesprávne ID príspevku",
diff --git a/public/language/sl/admin/manage/post-queue.json b/public/language/sl/admin/manage/post-queue.json
new file mode 100644
index 0000000000..f748fb0ee2
--- /dev/null
+++ b/public/language/sl/admin/manage/post-queue.json
@@ -0,0 +1,10 @@
+{
+ "post-queue": "Post Queue",
+ "description": "There are no posts in the post queue.
To enable this feature, go to Settings → Post → Posting Restrictions and enable Post Queue.",
+ "user": "User",
+ "category": "Category",
+ "title": "Title",
+ "content": "Content",
+ "posted": "Posted",
+ "reply-to": "Reply to \"%1\""
+}
\ No newline at end of file
diff --git a/public/language/sl/error.json b/public/language/sl/error.json
index 78f719e7b3..f1a8f6f938 100644
--- a/public/language/sl/error.json
+++ b/public/language/sl/error.json
@@ -4,6 +4,7 @@
"not-logged-in": "Niste prijavljeni.",
"account-locked": "Vaš račun je bil začasno zaklenjen.",
"search-requires-login": "Iskanje zahteva uporabniški račun - prosimo, da se prijavite ali registrirate.",
+ "goback": "Press back to return to the previous page",
"invalid-cid": "Napačen ID kategorije",
"invalid-tid": "Napačen ID teme",
"invalid-pid": "Napačen ID objave",
diff --git a/public/language/sr/admin/manage/post-queue.json b/public/language/sr/admin/manage/post-queue.json
new file mode 100644
index 0000000000..f748fb0ee2
--- /dev/null
+++ b/public/language/sr/admin/manage/post-queue.json
@@ -0,0 +1,10 @@
+{
+ "post-queue": "Post Queue",
+ "description": "There are no posts in the post queue.
To enable this feature, go to Settings → Post → Posting Restrictions and enable Post Queue.",
+ "user": "User",
+ "category": "Category",
+ "title": "Title",
+ "content": "Content",
+ "posted": "Posted",
+ "reply-to": "Reply to \"%1\""
+}
\ No newline at end of file
diff --git a/public/language/sr/error.json b/public/language/sr/error.json
index 61708b7f2b..11bffa6a72 100644
--- a/public/language/sr/error.json
+++ b/public/language/sr/error.json
@@ -4,6 +4,7 @@
"not-logged-in": "Изгледа да нисте пријављени.",
"account-locked": "Ваш налог је привремено закључан",
"search-requires-login": "Претраживање захтева налог — пријавите се или се региструјте.",
+ "goback": "Press back to return to the previous page",
"invalid-cid": "Неисправан ID категорије",
"invalid-tid": "Неисправан ID теме",
"invalid-pid": "Неисправан ID поруке",
diff --git a/public/language/sv/admin/manage/post-queue.json b/public/language/sv/admin/manage/post-queue.json
new file mode 100644
index 0000000000..f748fb0ee2
--- /dev/null
+++ b/public/language/sv/admin/manage/post-queue.json
@@ -0,0 +1,10 @@
+{
+ "post-queue": "Post Queue",
+ "description": "There are no posts in the post queue.
To enable this feature, go to Settings → Post → Posting Restrictions and enable Post Queue.",
+ "user": "User",
+ "category": "Category",
+ "title": "Title",
+ "content": "Content",
+ "posted": "Posted",
+ "reply-to": "Reply to \"%1\""
+}
\ No newline at end of file
diff --git a/public/language/sv/error.json b/public/language/sv/error.json
index 63f0110096..2818e0442a 100644
--- a/public/language/sv/error.json
+++ b/public/language/sv/error.json
@@ -4,6 +4,7 @@
"not-logged-in": "Du verkar inte vara inloggad.",
"account-locked": "Ditt konto har tillfälligt blivit låst",
"search-requires-login": "Sökning kräver ett konto, var god logga in eller registrera dig.",
+ "goback": "Press back to return to the previous page",
"invalid-cid": "Ogiltigt id för kategori",
"invalid-tid": "Ogiltigt id för ämne",
"invalid-pid": "Ogiltigt id för inlägg",
diff --git a/public/language/th/admin/manage/post-queue.json b/public/language/th/admin/manage/post-queue.json
new file mode 100644
index 0000000000..f748fb0ee2
--- /dev/null
+++ b/public/language/th/admin/manage/post-queue.json
@@ -0,0 +1,10 @@
+{
+ "post-queue": "Post Queue",
+ "description": "There are no posts in the post queue.
To enable this feature, go to Settings → Post → Posting Restrictions and enable Post Queue.",
+ "user": "User",
+ "category": "Category",
+ "title": "Title",
+ "content": "Content",
+ "posted": "Posted",
+ "reply-to": "Reply to \"%1\""
+}
\ No newline at end of file
diff --git a/public/language/th/error.json b/public/language/th/error.json
index 3e3fac5363..08176c6b7e 100644
--- a/public/language/th/error.json
+++ b/public/language/th/error.json
@@ -4,6 +4,7 @@
"not-logged-in": "คุณยังไม่ได้ลงชื่อเข้าระบบ",
"account-locked": "บัญชีของคุณถูกระงับการใช้งานชั่วคราว",
"search-requires-login": "\"ฟังก์ชั่นการค้นหา\" ต้องการบัญชีผู้ใช้ กรุณาเข้าสู่ระบบหรือสมัครสมาชิก",
+ "goback": "Press back to return to the previous page",
"invalid-cid": "Category ID ไม่ถูกต้อง",
"invalid-tid": "Topic ID ไม่ถูกต้อง",
"invalid-pid": "Post ID ไม่ถูกต้อง",
diff --git a/public/language/tr/admin/advanced/database.json b/public/language/tr/admin/advanced/database.json
index 5345480c15..ed181c34eb 100644
--- a/public/language/tr/admin/advanced/database.json
+++ b/public/language/tr/admin/advanced/database.json
@@ -15,22 +15,22 @@
"mongo.storage-size": "Depolama Boyutu",
"mongo.index-size": "İndex Boyutu",
"mongo.file-size": "Dosya Boyutu",
- "mongo.resident-memory": "Resident Memory",
+ "mongo.resident-memory": "Yerleşik Bellek",
"mongo.virtual-memory": "Sanal Hafıza",
"mongo.mapped-memory": "Planlanan Hafıza",
- "mongo.raw-info": "MongoDB Raw Info",
+ "mongo.raw-info": "İşlenmemiş MongoDB Bilgisi",
"redis": "Redis",
"redis.version": "Redis Versiyonu",
"redis.connected-clients": "Bağlı İstemciler",
- "redis.connected-slaves": "Connected Slaves",
+ "redis.connected-slaves": "İlişkili Bağımlılar",
"redis.blocked-clients": "Engellenen İstemciler",
"redis.used-memory": "Kullanılan Hafıza",
- "redis.memory-frag-ratio": "Memory Fragmentation Ratio",
- "redis.total-connections-recieved": "Total Connections Received",
- "redis.total-commands-processed": "Total Commands Processed",
+ "redis.memory-frag-ratio": "Bellek Parçalanma Oranı",
+ "redis.total-connections-recieved": "Alınan Bağlantılar (Toplam)",
+ "redis.total-commands-processed": "İşlenen Komutlar (Toplam)",
"redis.iops": "Instantaneous Ops. Per Second",
"redis.keyspace-hits": "Keyspace Hits",
"redis.keyspace-misses": "Keyspace Misses",
- "redis.raw-info": "Redis Raw Info"
+ "redis.raw-info": "İşlenmemiş Redis Bilgisi"
}
\ No newline at end of file
diff --git a/public/language/tr/admin/advanced/errors.json b/public/language/tr/admin/advanced/errors.json
index f7cbcf7873..daf59ec51d 100644
--- a/public/language/tr/admin/advanced/errors.json
+++ b/public/language/tr/admin/advanced/errors.json
@@ -1,14 +1,14 @@
{
- "figure-x": "Figure %1",
+ "figure-x": "Figür %1",
"error-events-per-day": "%1 günlük olay",
"error.404": "404 Bulunamadı",
"error.503": "503 Servis Kullanılamıyor",
- "manage-error-log": "Manage Error Log",
+ "manage-error-log": "Hata Kayıtlarını Yönet",
"export-error-log": "Hata Kayıtlarını Dışarı Çıkar (CSV)",
"clear-error-log": "Hata Kayıtlarını Temizle",
- "route": "Route",
- "count": "Count",
- "no-routes-not-found": "Hooray! No 404 errors!",
- "clear404-confirm": "Are you sure you wish to clear the 404 error logs?",
- "clear404-success": "\"404 Not Found\" errors cleared"
+ "route": "Rota",
+ "count": "Sayı",
+ "no-routes-not-found": "Hülooğ! Hiç 404 hatası yok!",
+ "clear404-confirm": "404 hata kayıtlarını temizlemek istediğinizden emin misiniz?",
+ "clear404-success": "\"404 Bulunamadı\" hataları temizlendi"
}
\ No newline at end of file
diff --git a/public/language/tr/admin/development/info.json b/public/language/tr/admin/development/info.json
index ecfb09c85a..b7548adf48 100644
--- a/public/language/tr/admin/development/info.json
+++ b/public/language/tr/admin/development/info.json
@@ -1,6 +1,6 @@
{
- "you-are-on": "Info - You are on %1:%2",
- "nodes-responded": "%1 nodes responded within %2ms!",
+ "you-are-on": "Bilgi - Buradasınız: %1:%2",
+ "nodes-responded": "%2ms içinde %1 düğüm yanıt verdi!",
"host": "sunucu",
"pid": "pid",
"nodejs": "nodejs",
@@ -11,7 +11,7 @@
"uptime": "kesintisiz çalışma süresi",
"registered": "Kayıtlı",
- "sockets": "soketler",
+ "sockets": "Soketler",
"guests": "Ziyaretçiler",
"info": "Bilgi"
diff --git a/public/language/tr/admin/development/logger.json b/public/language/tr/admin/development/logger.json
index 6ab9558149..5a49b5be7c 100644
--- a/public/language/tr/admin/development/logger.json
+++ b/public/language/tr/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": "Günlükçü Ayarları",
+ "description": "Onay kutularını etkinleştirdiğinizde, günlükler terminalinize gönderilir. Bir dizin belirtirseniz, günlükler bunun yerine bir dosyaya kaydedilir. HTTP günlüğü, forumunuza kimler, ne zaman erişiyor gibi istatistikleri toplamak için kullanışlıdır. HTTP isteklerinin günlüğüne eklenmesine ek olarak, socket.io olaylarını da günlüğe kaydedebilirsiniz. Redis-cli monitörü ile birlikte Socket.io günlüğü, NodeBB'nin iç kısımlarını öğrenmek için çok yardımcı olabilir.",
+ "explanation": "Basitçe günlüğe kaydetmeyi etkinleştirmek veya devre dışı bırakmak için günlüğe kaydetme ayarlarını kontrol edin. Yeniden başlatmaya gerek yoktur.",
+ "enable-http": "HTTP günlüğünü etkinleştir",
+ "enable-socket": "Socket.io olay günlüğünü etkinleştir",
+ "file-path": "Günlük dosyası dizini",
+ "file-path-placeholder": "/path/to/log/file.log ::: terminalinize günlük kaydı yapmak için boş bırakın",
- "control-panel": "Logger Control Panel",
- "update-settings": "Update Logger Settings"
+ "control-panel": "Günlükçü Kontrol Paneli",
+ "update-settings": "Günlükçü Ayarlarını Güncelle"
}
\ No newline at end of file
diff --git a/public/language/tr/admin/extend/plugins.json b/public/language/tr/admin/extend/plugins.json
index dd2254be72..20ec5d126d 100644
--- a/public/language/tr/admin/extend/plugins.json
+++ b/public/language/tr/admin/extend/plugins.json
@@ -12,10 +12,10 @@
"reorder-plugins": "Eklentileri yeniden sırala",
"order-active": "Etkin eklentileri sırala",
"dev-interested": "NodeBB için eklenti yazmakla ilgilenir misiniz?",
- "docs-info": "Full documentation regarding plugin authoring can be found in the NodeBB Docs Portal.",
+ "docs-info": "Eklenti yazarlığına ilişkin tüm belgeler NodeBB Docs Portal'da bulunabilir.",
- "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": "Bazı eklentiler, diğer eklentilerden önce ya da sonra başlatıldığında ideal bir şekilde çalışırlar.",
+ "order.explanation": "Eklentiler burada belirtilen sırayla yüklenir: baştan aşağı",
"plugin-item.themes": "Temalar",
"plugin-item.deactivate": "Pasif",
@@ -28,7 +28,7 @@
"plugin-item.upgrade": "Güncelle",
"plugin-item.more-info": "Daha fazla bilgi için:",
"plugin-item.unknown": "Bilinmeyen",
- "plugin-item.unknown-explanation": "The state of this plugin could not be determined, possibly due to a misconfiguration error.",
+ "plugin-item.unknown-explanation": "Bu eklentinin durumu muhtemelen yanlış yapılandırma hatası nedeniyle belirlenemedi.",
"alert.enabled": "Eklenti Aktif",
"alert.disabled": "Eklenti Devre dışı",
@@ -40,12 +40,12 @@
"alert.upgrade-success": "Bu eklentiyi tamamen güncelleyebilmek için lütfen NodeBB'yi yeniden başlatın",
"alert.install-success": "Eklenti başarıyla kuruldu, lütfen eklentiyi aktif edin.",
"alert.uninstall-success": "Eklenti başarıyla pasifleştirildi ve kaldırıldı.",
- "alert.suggest-error": "$ ./nodebb reset plugin=\"%1\"
YYYY-MM-DD",
+ "page-views-custom-help": "Görüntülemek istediğiniz sayfa için görüntüleme tarih aralığı girin. Hiçbir tarih seçici yoksa, kabul edilebilir format YYYY-AA-GG'dir",
"page-views-custom-error": "Lütfen tarih aralığını geçerli formatta girin YYYY-MM-DD",
"stats.day": "Gün",
@@ -21,24 +21,24 @@
"updates": "Güncellemeler",
"running-version": "NodeBB v%1 çalışıyor.",
- "keep-updated": "En son güvenlik değişiklikleri ve hata düzeltmeleri için NodeBB güncel olduğundan emin olun.",
- "up-to-date": "Warning! All topics and posts in this category will be purged!
192.168.100.0/22).",
- "hint-2": "You can add in comments by starting lines with the # symbol.",
+ "validate": "Kara Listeyi Onayla",
+ "apply": "Kara Listeyi Uygula",
+ "hints": "Syntax İpuçları",
+ "hint-1": "Her satır için tek bir IP adresi tanımlayın. CIDR formatını izledikleri sürece IP blokları ekleyebilirsiniz (Örn: 192.168.100.0/22).",
+ "hint-2": "Yorumlara # sembolüyle başlayan satırları ekleyebilirsiniz.",
"validate.x-valid": "%1 out of %2 rule(s) valid.",
"validate.x-invalid": "The following %1 rules are invalid:",
- "alerts.applied-success": "Blacklist Applied",
+ "alerts.applied-success": "Kara Liste Uygulandı",
- "analytics.blacklist-hourly": "Figure 1 – Blacklist hits per hour",
- "analytics.blacklist-daily": "Figure 2 – Blacklist hits per day"
+ "analytics.blacklist-hourly": "Şekil 1 Saatlik kara liste isabeti",
+ "analytics.blacklist-daily": "Şekil 2 Günlük kara liste isabeti"
}
\ No newline at end of file
diff --git a/public/language/tr/admin/manage/post-queue.json b/public/language/tr/admin/manage/post-queue.json
new file mode 100644
index 0000000000..37b9ffecce
--- /dev/null
+++ b/public/language/tr/admin/manage/post-queue.json
@@ -0,0 +1,10 @@
+{
+ "post-queue": "İleti Kuyruğu",
+ "description": "İleti kuyruğunda hiç ileti yok.
Bu özelliği etkinleştirmek için, şuraya gidin: Ayarlar; İleti; İleti Kısıtlamaları ve İleti Kuyruğunu etkinleştirin.",
+ "user": "Kullanıcı",
+ "category": "Kategori",
+ "title": "Başlık",
+ "content": "İçerik",
+ "posted": "Gönderildi",
+ "reply-to": "\"%1\"'e Cevap Ver"
+}
\ No newline at end of file
diff --git a/public/language/tr/admin/manage/registration.json b/public/language/tr/admin/manage/registration.json
index d42267957e..85865bae62 100644
--- a/public/language/tr/admin/manage/registration.json
+++ b/public/language/tr/admin/manage/registration.json
@@ -1,20 +1,20 @@
{
"queue": "Kuyruk",
- "description": "There are no users in the registration queue.
To enable this feature, go to Settings → User → User Registration and set Registration Type to \"Admin Approval\".",
+ "description": "Kayıt kuyruğunda hiç kullanıcı yok.
Bu özelliği etkinleştirmek için, şuraya gidin: Ayarlar; Kullanıcı; Kullanıcı Kaydı ve Kayıt Tipini \"Yönetici Onayı\" olarak ayarlayın.",
"list.name": "İsim",
- "list.email": "Email",
+ "list.email": "E-posta",
"list.ip": "IP",
- "list.time": "Time",
+ "list.time": "Zaman",
"list.username-spam": "Frequency: %1 Appears: %2 Confidence: %3",
"list.email-spam": "Frequency: %1 Appears: %2",
"list.ip-spam": "Frequency: %1 Appears: %2",
- "invitations": "Invitations",
- "invitations.description": "Below is a complete list of invitations sent. Use ctrl-f to search through the list by email or username.
The username will be displayed to the right of the emails for users who have redeemed their invitations.",
+ "invitations": "Davetiyeler",
+ "invitations.description": "Aşağıda, gönderilen davetiyelerin tam listesi bulunmaktadır. E-posta veya kullanıcı adı ile listede arama yapmak için ctrl-f kısayolunu kullanın.
Davetiyelerini kullanan kullanıcıların e-postalarının sağında kullanıcı adı görüntülenir.",
"invitations.inviter-username": "Davet Edenin Kullanıcı Adı",
- "invitations.invitee-email": "Invitee Email",
- "invitations.invitee-username": "Invitee Username (if registered)",
+ "invitations.invitee-email": "Davetli E-postası",
+ "invitations.invitee-username": "(Eğer kaydolmuşsa) Davetlinin Kullanıcı Adı",
"invitations.confirm-delete": "Are you sure you wish to delete this invitation?"
}
\ No newline at end of file
diff --git a/public/language/tr/admin/manage/tags.json b/public/language/tr/admin/manage/tags.json
index accb8b8dec..12b5e6c305 100644
--- a/public/language/tr/admin/manage/tags.json
+++ b/public/language/tr/admin/manage/tags.json
@@ -2,17 +2,17 @@
"none": "Forumda henüz etiketli herhangi bir başlık yok.",
"bg-color": "Arkaplan Rengi",
"text-color": "Yazı Rengi",
- "create-modify": "Create & Modify Tags",
- "description": "Select tags via clicking and/or dragging, use shift to select multiple.",
+ "create-modify": "Etiketleri Oluştur & Düzenle",
+ "description": "Tıklayarak ve/veya sürükleyerek etiketleri seçin, birden çok seçmek için kaydırın.",
"create": "Etiket Oluştur",
"modify": "Etiketleri Düzenle",
- "delete": "Delete Selected Tags",
- "search": "Search for tags...",
- "settings": "Click here to visit the tag settings page.",
+ "delete": "Seçili Etiketleri Sil",
+ "search": "Etiketleri ara...",
+ "settings": "Etiket yönetim sayfasını ziyaret etmek için buraya tıklayın.",
"name": "Etiket Adı",
- "alerts.editing-multiple": "Editing multiple tags",
+ "alerts.editing-multiple": "Birden çok etiketi düzenle",
"alerts.editing-x": "Editing \"%1\" tag",
- "alerts.confirm-delete": "Do you want to delete the selected tags?",
+ "alerts.confirm-delete": "Seçilen etiketleri gerçekten silmek istiyor musunuz?",
"alerts.update-success": "Tag Updated!"
}
\ No newline at end of file
diff --git a/public/language/tr/admin/manage/users.json b/public/language/tr/admin/manage/users.json
index bf2bad33ca..c3d59f1144 100644
--- a/public/language/tr/admin/manage/users.json
+++ b/public/language/tr/admin/manage/users.json
@@ -3,9 +3,9 @@
"edit": "Düzenle",
"make-admin": "Yönetici Yap",
"remove-admin": "Yöneticiliği Sil",
- "validate-email": "Validate Email",
- "send-validation-email": "Send Validation Email",
- "password-reset-email": "Send Password Reset Email",
+ "validate-email": "E-postayı Doğrula",
+ "send-validation-email": "Onay E-postası Gönder",
+ "password-reset-email": "E-posta Sıfırlaması için Parola Gönder",
"ban": "Ban User(s)",
"temp-ban": "Ban User(s) Temporarily",
"unban": "Unban User(s)",
@@ -13,15 +13,15 @@
"reset-flags": "Bayrakları Sıfırla",
"delete": "Kullanıcı(ları) Sil",
"purge": "Kullanıcıyı(ları) ve İçeriği Sil",
- "download-csv": "Download CSV",
+ "download-csv": "CSV İndir",
"invite": "Invite",
"new": "Yeni Kullanıcı",
"pills.latest": "En Yeni Kullanıcılar",
- "pills.unvalidated": "Not Validated",
- "pills.no-posts": "No Posts",
+ "pills.unvalidated": "Onaylanmamış",
+ "pills.no-posts": "İleti Yok",
"pills.top-posters": "Top Posters",
- "pills.top-rep": "Most Reputation",
+ "pills.top-rep": "En Saygın",
"pills.inactive": "Etkin değil",
"pills.flagged": "Most Flagged",
"pills.banned": "Yasaklandı",
@@ -29,8 +29,8 @@
"search.username": "Kullanıcı Adına Göre",
"search.username-placeholder": "Aramak için bir kullanıcı adı girin",
- "search.email": "Eposta'ya göre",
- "search.email-placeholder": "Aramak için bir eposta adresi girin",
+ "search.email": "E-posta'ya göre",
+ "search.email-placeholder": "Aramak için bir e-posta adresi girin",
"search.ip": "By IP Address",
"search.ip-placeholder": "Enter an IP Address to search",
"search.not-found": "Kullanıcı bulunamadı!",
@@ -39,19 +39,19 @@
"inactive.6-months": "6 ay",
"inactive.12-months": "12 ay",
- "users.uid": "uid",
+ "users.uid": "benzersiz id",
"users.username": "kullanıcı adı",
- "users.email": "eposta",
- "users.postcount": "postcount",
- "users.reputation": "saygınlık",
+ "users.email": "e-posta",
+ "users.postcount": "ileti sayısı",
+ "users.reputation": "itibar",
"users.flags": "bayraklar",
- "users.joined": "joined",
+ "users.joined": "katılım",
"users.last-online": "en son çevrimiçi",
- "users.banned": "banned",
+ "users.banned": "yasaklı",
"create.username": "Kullanıcı Adı",
"create.email": "E-posta",
- "create.email-placeholder": "Bu kullanıcının eposta adresi",
+ "create.email-placeholder": "Bu kullanıcının e-posta adresi",
"create.password": "Parola",
"create.password-confirm": "Parolayı Onayla",
@@ -63,21 +63,21 @@
"alerts.confirm-ban": "Do you really want to ban this user permanently?",
"alerts.confirm-ban-multi": "Do you really want to ban these users permanently?",
- "alerts.ban-success": "User(s) banned!",
+ "alerts.ban-success": "Kullanıcı(lar) yasaklandı!",
"alerts.button-ban-x": "Ban %1 user(s)",
- "alerts.unban-success": "User(s) unbanned!",
+ "alerts.unban-success": "Kullanıcı(ların) yasağı kaldırıldı!",
"alerts.lockout-reset-success": "Lockout(s) reset!",
"alerts.flag-reset-success": "Flags(s) reset!",
"alerts.no-remove-yourself-admin": "You can't remove yourself as Administrator!",
- "alerts.make-admin-success": "User(s) are now administrators.",
+ "alerts.make-admin-success": "Kullanıcı(lar) artık yönetici.",
"alerts.confirm-remove-admin": "Do you really want to remove admins?",
- "alerts.remove-admin-success": "User(s) are no longer administrators.",
+ "alerts.remove-admin-success": "Kullanıcı(lar) artık yönetici değil.",
"alerts.confirm-validate-email": "Do you want to validate email(s) of these user(s)?",
"alerts.validate-email-success": "Emails validated",
"alerts.password-reset-confirm": "Do you want to send password reset email(s) to these user(s)?",
- "alerts.confirm-delete": "Warning!
Do you really want to delete user(s)?
This action is not reversable! Only the user account will be deleted, their posts and topics will remain.",
- "alerts.delete-success": "User(s) Deleted!",
- "alerts.confirm-purge": "Warning!
Do you really want to delete user(s) and their content?
This action is not reversable! All user data and content will be erased!",
+ "alerts.confirm-delete": "Uyarı!
Kullanıcı(ları) silmeyi gerçekten istiyor musunuz?
Bu işlem geri alınamaz! Yalnızca kullanıcı hesapları silinecektir, iletiler ve konular kalacaktır.",
+ "alerts.delete-success": "Kullanıcı(lar) Silindi!",
+ "alerts.confirm-purge": "Uyarı!
Kullanıcı(ları) ve içeriklerini silmeyi gerçekten istiyor musunuz?
Bu işlem geri alınamaz! Tüm kullanıcı verileri ve içerikleri silinecektir.",
"alerts.create": "Kullanıcı Oluştur",
"alerts.button-create": "Oluştur",
"alerts.button-cancel": "İptal",
@@ -86,6 +86,6 @@
"alerts.create-success": "Kullanıcı oluşturuldu!",
"alerts.prompt-email": "Email: ",
- "alerts.email-sent-to": "%1'e bir davet maili gönderildi",
+ "alerts.email-sent-to": "%1'e bir davet e-postası gönderildi",
"alerts.x-users-found": "%1 user(s) found! Search took %2 ms."
}
\ No newline at end of file
diff --git a/public/language/tr/admin/menu.json b/public/language/tr/admin/menu.json
index 37a510d46d..6d41bdca07 100644
--- a/public/language/tr/admin/menu.json
+++ b/public/language/tr/admin/menu.json
@@ -1,8 +1,8 @@
{
"section-general": "Genel",
- "general/dashboard": "Pano",
+ "general/dashboard": "Kontrol Paneli",
"general/homepage": "Ana Sayfa",
- "general/navigation": "Navigation",
+ "general/navigation": "Navigasyon",
"general/languages": "Diller",
"general/sounds": "Sesler",
"general/social": "Sosyal",
@@ -11,61 +11,61 @@
"manage/categories": "Kategoriler",
"manage/tags": "Etiketler",
"manage/users": "Kullanıcılar",
- "manage/registration": "Registration Queue",
- "manage/post-queue": "Post Queue",
- "manage/groups": "Groups",
- "manage/ip-blacklist": "IP Blacklist",
+ "manage/registration": "Kayıt Kuyruğu",
+ "manage/post-queue": "İleti Kuyruğu",
+ "manage/groups": "Gruplar",
+ "manage/ip-blacklist": "IP Kara Listesi",
- "section-settings": "Settings",
+ "section-settings": "Ayarlar",
"settings/general": "General",
- "settings/reputation": "Reputation",
- "settings/email": "Email",
- "settings/user": "User",
- "settings/group": "Group",
- "settings/guest": "Guests",
+ "settings/reputation": "İtibar",
+ "settings/email": "E-posta",
+ "settings/user": "Kullanıcı",
+ "settings/group": "Grup",
+ "settings/guest": "Ziyaretçiler",
"settings/uploads": "Yüklemeler",
- "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",
+ "settings/post": "İleti",
+ "settings/chat": "Sohbet",
+ "settings/pagination": "Sayfalama",
+ "settings/tags": "Etiketler",
+ "settings/notifications": "Bildirimler",
+ "settings/cookies": "Çerezler",
+ "settings/web-crawler": "Web Tarayıcısı",
+ "settings/sockets": "Soketler",
+ "settings/advanced": "Gelişmiş",
"settings.page-title": "%1 Settings",
- "section-appearance": "Appearance",
- "appearance/themes": "Themes",
- "appearance/skins": "Skins",
- "appearance/customise": "Custom HTML & CSS",
+ "section-appearance": "Görünüm",
+ "appearance/themes": "Temalar",
+ "appearance/skins": "Deriler",
+ "appearance/customise": "Özel HTML & CSS",
- "section-extend": "Extend",
- "extend/plugins": "Plugins",
- "extend/widgets": "Widgets",
- "extend/rewards": "Rewards",
+ "section-extend": "Genişletme",
+ "extend/plugins": "Eklentiler",
+ "extend/widgets": "Bileşenler",
+ "extend/rewards": "Ödüller",
"section-social-auth": "Social Authentication",
- "section-plugins": "Plugins",
- "extend/plugins.install": "Install Plugins",
+ "section-plugins": "Eklentiler",
+ "extend/plugins.install": "Eklenti Yükle",
- "section-advanced": "Advanced",
- "advanced/database": "Database",
- "advanced/events": "Events",
- "advanced/logs": "Logs",
- "advanced/errors": "Errors",
- "advanced/cache": "Cache",
+ "section-advanced": "Gelişmiş",
+ "advanced/database": "Veritabanı",
+ "advanced/events": "Olaylar",
+ "advanced/logs": "Kayıtlar",
+ "advanced/errors": "Hatalar",
+ "advanced/cache": "Önbellek",
"development/logger": "Logger",
"development/info": "Info",
- "reload-forum": "Reload Forum",
- "restart-forum": "Restart Forum",
- "logout": "Log out",
- "view-forum": "View Forum",
+ "reload-forum": "Forumu Yeniden Yükle",
+ "restart-forum": "Forumu Yeniden Başlat",
+ "logout": "Çıkış",
+ "view-forum": "Forumu Görüntüle",
- "search.placeholder": "Search...",
+ "search.placeholder": "Araştır...",
"search.no-results": "No results...",
"search.search-forum": "Search the forum for ",
"search.keep-typing": "Type more to see results...",
diff --git a/public/language/tr/admin/settings/advanced.json b/public/language/tr/admin/settings/advanced.json
index fb9f6cd486..acc3dbc4ae 100644
--- a/public/language/tr/admin/settings/advanced.json
+++ b/public/language/tr/admin/settings/advanced.json
@@ -1,6 +1,6 @@
{
"maintenance-mode": "Bakım Modu",
- "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.help": "Forum bakım modundayken, tüm istekler statik bir bekletme sayfasına yönlendirilir. Yöneticiler bu yönlendirmeden muaftır ve siteye normal olarak erişebilirler.",
"maintenance-mode.message": "Bakım Mesajı",
"headers": "Headers",
"headers.allow-from": "Set ALLOW-FROM to Place NodeBB in an iFrame",
@@ -9,9 +9,9 @@
"headers.acao-help": "To deny access to all sites, leave empty",
"headers.acam": "Access-Control-Allow-Methods",
"headers.acah": "Access-Control-Allow-Headers",
- "traffic-management": "Traffic Management",
+ "traffic-management": "Trafik Yönetimi",
"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.enable": "Trafik Yönetimini Etkinleştir",
"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)",
diff --git a/public/language/tr/admin/settings/chat.json b/public/language/tr/admin/settings/chat.json
index 384c27fb12..f5a477b577 100644
--- a/public/language/tr/admin/settings/chat.json
+++ b/public/language/tr/admin/settings/chat.json
@@ -2,8 +2,8 @@
"chat-settings": "Sohbet Ayarları",
"disable": "Sohbeti kapat",
"disable-editing": "Sohbet mesajlarını düzenlemeyi/silmeyi kapat",
- "disable-editing-help": "Administrators and global moderators are exempt from this restriction",
+ "disable-editing-help": "Yöneticiler ve global moderatörler bu kısıtlamadan muaftır",
"max-length": "Maksimum sohbet mesajı uzunluğu",
"max-room-size": "Sohbet odalarındaki maksimum kullanıcı sayısı",
- "delay": "Time between chat messages in milliseconds"
+ "delay": "Sohbet mesajları arasındaki süre (milisaniye)"
}
\ No newline at end of file
diff --git a/public/language/tr/admin/settings/cookies.json b/public/language/tr/admin/settings/cookies.json
index 4bbec44d6c..3b0b012593 100644
--- a/public/language/tr/admin/settings/cookies.json
+++ b/public/language/tr/admin/settings/cookies.json
@@ -1,11 +1,11 @@
{
"eu-consent": "AB Onayı",
"consent.enabled": "Aktif",
- "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",
+ "consent.message": "Bildirim mesajı",
+ "consent.acceptance": "Onay mesajı",
+ "consent.link-text": "Politika Bağlantısı Metni",
+ "consent.blank-localised-default": "NodeBB yerelleştirilmiş varsayılanlarını kullanmak için boş bırakın",
"settings": "Ayarlar",
- "cookie-domain": "Session cookie domain",
- "blank-default": "Leave blank for default"
+ "cookie-domain": "Oturum çerezi alanı",
+ "blank-default": "Varsayılan için boş bırakın"
}
\ No newline at end of file
diff --git a/public/language/tr/admin/settings/email.json b/public/language/tr/admin/settings/email.json
index 747c5157c3..30d4612b1a 100644
--- a/public/language/tr/admin/settings/email.json
+++ b/public/language/tr/admin/settings/email.json
@@ -1,6 +1,6 @@
{
- "email-settings": "Mail Ayarları",
- "address": "Email Adresi",
+ "email-settings": "E-posta Ayarları",
+ "address": "E-posta Adresi",
"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.",
@@ -9,8 +9,8 @@
"smtp-transport.enabled": "Use an external email server to send emails",
"smtp-transport-help": "You can select from a list of well-known services or enter a custom one.",
"smtp-transport.service": "Select a service",
- "smtp-transport.service-custom": "Custom Service",
- "smtp-transport.service-help": "Select a service name above in order to use the known information about it. Alternatively, select 'Custom Service' and enter the details below.",
+ "smtp-transport.service-custom": "Özel Servis",
+ "smtp-transport.service-help": "Bilinen bilgileri kullanmak için yukarıdan bir hizmet adı seçin. Alternatif olarak, 'Özel Servis'i seçin ve aşağıdaki bilgileri girin.",
"smtp-transport.gmail-warning1": "There have been reports of the Gmail service not working on accounts with heightened security. In those scenarios, you will have to configure your GMail account to allow less secure apps.",
"smtp-transport.gmail-warning2": "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.",
"smtp-transport.host": "SMTP Host",
@@ -19,15 +19,15 @@
"smtp-transport.username-help": "For the Gmail service, enter the full email address here, especially if you are using a Google Apps managed domain.",
"smtp-transport.password": "Password",
- "template": "Edit Email Template",
- "template.select": "Select Email Template",
+ "template": "E-posta Kalıbını Düzenle",
+ "template.select": "E-posta Kalıbını Seç",
"template.revert": "Revert to Original",
"testing": "Email Testing",
- "testing.select": "Select Email Template",
- "testing.send": "Send Test Email",
+ "testing.select": "E-posta Kalıbını Seç",
+ "testing.send": "Test E-postası Gönder",
"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": "E-posta Abonelikleri",
+ "subscriptions.disable": "Abone bildirim e-postalarını devre dışı bırak",
"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.
The approximate server time is:
The next daily digest is scheduled to be sent "
}
\ No newline at end of file
diff --git a/public/language/tr/admin/settings/general.json b/public/language/tr/admin/settings/general.json
index f2ce2f50fa..1854a05187 100644
--- a/public/language/tr/admin/settings/general.json
+++ b/public/language/tr/admin/settings/general.json
@@ -14,18 +14,18 @@
"description": "Site Açıklaması",
"keywords": "Site Anahtar Kelimeler",
"keywords-placeholder": "Keywords describing your community, comma-separated",
- "logo": "Site Logo",
+ "logo": "Site Logosu",
"logo.image": "Görsel",
"logo.image-placeholder": "Path to a logo to display on forum header",
"logo.upload": "Yükle",
"logo.url": "URL",
- "logo.url-placeholder": "The URL of the site logo",
+ "logo.url-placeholder": "Site Logo URL'si",
"logo.url-help": "When the logo is clicked, send users to this address. If left blank, user will be sent to the forum index.",
"logo.alt-text": "Alt Yazı",
"log.alt-text-placeholder": "Alternative text for accessibility",
"favicon": "Favicon",
"favicon.upload": "Yükle",
- "touch-icon": "Homescreen/Touch Icon",
+ "touch-icon": "Ana Ekran/Dokunmatik Simge",
"touch-icon.upload": "Yükle",
"touch-icon.help": "Recommended size and format: 192x192, PNG format only. If no touch icon is specified, NodeBB will fall back to using the favicon.",
"outgoing-links": "Harici Bağlantılar",
diff --git a/public/language/tr/admin/settings/notifications.json b/public/language/tr/admin/settings/notifications.json
index 75279f7960..4718dab68f 100644
--- a/public/language/tr/admin/settings/notifications.json
+++ b/public/language/tr/admin/settings/notifications.json
@@ -1,5 +1,5 @@
{
- "notifications": "Bildiriler",
+ "notifications": "Bildirimler",
"welcome-notification": "Hoş Geldin Bildirimi",
- "welcome-notification-link": "Hoş Geldin Bildiri Bağlantısı"
+ "welcome-notification-link": "Hoş Geldin Bildirimi Bağlantısı"
}
\ No newline at end of file
diff --git a/public/language/tr/admin/settings/pagination.json b/public/language/tr/admin/settings/pagination.json
index ef5550faaf..b2c25bb858 100644
--- a/public/language/tr/admin/settings/pagination.json
+++ b/public/language/tr/admin/settings/pagination.json
@@ -2,8 +2,8 @@
"pagination": "Sayfalama Ayarları",
"enable": "Paginate topics and posts instead of using infinite scroll.",
"topics": "Başlık Sayfalama",
- "posts-per-page": "Posts per Page",
- "categories": "Category Pagination",
- "topics-per-page": "Topics per Page",
+ "posts-per-page": "Sayfa başına İletiler",
+ "categories": "Kategori Sayfalama",
+ "topics-per-page": "Sayfa başına Konular",
"initial-num-load": "Initial Number of Topics to Load on Unread, Recent, and Popular"
}
\ No newline at end of file
diff --git a/public/language/tr/admin/settings/post.json b/public/language/tr/admin/settings/post.json
index 946f3ee168..adf92b6e9a 100644
--- a/public/language/tr/admin/settings/post.json
+++ b/public/language/tr/admin/settings/post.json
@@ -1,24 +1,24 @@
{
- "sorting": "İleti Sıralama",
- "sorting.post-default": "Varsayılan İleti Sıralama",
- "sorting.oldest-to-newest": "Oldest to Newest",
- "sorting.newest-to-oldest": "Newest to Oldest",
- "sorting.most-votes": "Most Votes",
- "sorting.topic-default": "Default Topic Sorting",
- "restrictions": "Posting Restrictions",
- "restrictions.post-queue": "Enable post queue",
- "restrictions.post-queue-help": "Enabling post queue will put the posts of new users in a queue for approval.",
- "restrictions.seconds-between": "Seconds between Posts",
- "restrictions.seconds-between-new": "Seconds between Posts for New Users",
+ "sorting": "İleti Sıralaması",
+ "sorting.post-default": "Varsayılan İleti Sıralaması",
+ "sorting.oldest-to-newest": "En Eskiden En Yeniye",
+ "sorting.newest-to-oldest": "En Yeniden En Eskiye",
+ "sorting.most-votes": "En Çok Oylanan",
+ "sorting.topic-default": "Varsayılan Konu Sıralaması",
+ "restrictions": "İleti Kısıtlamaları",
+ "restrictions.post-queue": "İleti kuyruğunu etkinleştir",
+ "restrictions.post-queue-help": "İleti kuyruğunu etkinleştirmek, yeni kullanıcıların gönderilerini onay için bir sıraya koyacaktır.",
+ "restrictions.seconds-between": "İletiler arası saniye",
+ "restrictions.seconds-between-new": "Yeni kullanıcılar için iletiler arası saniye",
"restrictions.rep-threshold": "Reputation threshold before this restriction is lifted",
"restrictions.seconds-defore-new": "Seconds before new user can post",
"restrictions.seconds-edit-after": "Number of seconds users are allowed to edit posts after posting. (0 disabled)",
"restrictions.seconds-delete-after": "Number of seconds users are allowed to delete posts after posting. (0 disabled)",
"restrictions.replies-no-delete": "Number of replies after users are disallowed to delete their own topics. (0 disabled)",
- "restrictions.min-title-length": "Minimum Title Length",
- "restrictions.max-title-length": "Maximum Title Length",
- "restrictions.min-post-length": "Minimum Post Length",
- "restrictions.max-post-length": "Maximum Post Length",
+ "restrictions.min-title-length": "Minimum Başlık Uzunluğu",
+ "restrictions.max-title-length": "Maksimum Başlık Uzunluğu",
+ "restrictions.min-post-length": "Minimum İleti Uzunluğu",
+ "restrictions.max-post-length": "Maksimum İleti Uzunluğu",
"restrictions.days-until-stale": "Days until Topic is considered stale",
"restrictions.stale-help": "If a topic is considered \"stale\", then a warning will be shown to users who attempt to reply to that topic.",
"timestamp": "Timestamp",
@@ -27,22 +27,22 @@
"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",
+ "teaser.first": "İlk",
+ "unread": "Okunmamış Ayarları",
"unread.cutoff": "Unread cutoff days",
"unread.min-track-last": "Minimum posts in topic before tracking last read",
"recent": "Recent Settings",
"recent.categoryFilter.disable": "Disable filtering of topics in ignored categories on the /recent page",
- "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",
+ "signature": "İmza Ayarları",
+ "signature.disable": "İmzaları devre dışı bırak",
+ "signature.no-links": "İmzalarda linkleri devre dışı bırak",
+ "signature.no-images": "İmzalarda resimleri devre dışı bırak",
+ "signature.max-length": "Maksimum İmza Uzunluğu",
+ "composer": "Yazar Ayarları",
"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"
+ "composer.show-help": "\"Yardım\" sekmesini göster",
+ "composer.enable-plugin-help": "Eklentilerin yardım sekmesine içerik eklemesine izin ver",
+ "composer.custom-help": "Özel Yardım Metni",
+ "ip-tracking": "IP İzleme",
+ "ip-tracking.each-post": "Her ileti için IP Adresini takip et"
}
\ No newline at end of file
diff --git a/public/language/tr/admin/settings/reputation.json b/public/language/tr/admin/settings/reputation.json
index a0f7f93cbe..040bfab944 100644
--- a/public/language/tr/admin/settings/reputation.json
+++ b/public/language/tr/admin/settings/reputation.json
@@ -1,9 +1,9 @@
{
- "reputation": "Oylama Ayarları",
- "disable": "Oylama Sistemini Devre Dışı",
- "disable-down-voting": "Eksi oyu devre dışı bırak",
- "votes-are-public": "All Votes Are Public",
+ "reputation": "İtibar Ayarları",
+ "disable": "İtibar Sistemini Devre Dışı Bırak",
+ "disable-down-voting": "Eksi Oyu Devre Dışı Bırak",
+ "votes-are-public": "Tüm Oylar Herkese Açık",
"thresholds": "Activity Thresholds",
- "min-rep-downvote": "Minimum reputation to downvote posts",
- "min-rep-flag": "Minimum reputation to flag posts"
+ "min-rep-downvote": "Eksilenen iletiler için minimum itibar",
+ "min-rep-flag": "Bayraklı iletiler için minimum itibar"
}
\ No newline at end of file
diff --git a/public/language/tr/admin/settings/tags.json b/public/language/tr/admin/settings/tags.json
index ae75c4ff29..6d572b2a14 100644
--- a/public/language/tr/admin/settings/tags.json
+++ b/public/language/tr/admin/settings/tags.json
@@ -1,12 +1,12 @@
{
"tag": "Etiket Ayarları",
- "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.",
+ "min-per-topic": "Konu Başına Minimum Etiket Sayısı",
+ "max-per-topic": "Konu Başına Maksimum Etiket Sayısı",
+ "min-length": "Minimum Etiket Uzunluğu",
+ "max-length": "Maksimum Etiket Uzunluğu",
+ "goto-manage": "Etiketi yönetim sayfasını ziyaret etmek için buraya tıklayın",
"privacy": "Gizlilik",
- "list-private": "Make the tags list private",
- "related-topics": "Related Topics",
- "max-related-topics": "Maximum related topics to display (if supported by theme)"
+ "list-private": "Etiket listesini özel yap",
+ "related-topics": "İlgili Konular",
+ "max-related-topics": "Görüntülenecek maksimum ilgili konu sayısı (Tema destekliyorsa)"
}
\ No newline at end of file
diff --git a/public/language/tr/admin/settings/uploads.json b/public/language/tr/admin/settings/uploads.json
index 3945deb4d3..2dc84c5cdc 100644
--- a/public/language/tr/admin/settings/uploads.json
+++ b/public/language/tr/admin/settings/uploads.json
@@ -1,28 +1,28 @@
{
"posts": "İletiler",
- "allow-files": "Allow users to upload regular files",
+ "allow-files": "Kullanıcıların normal dosyalar yüklemesine izin ver",
"private": "Yüklenen dosyaları gizli yap",
- "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-image-width": "Görüntüleri belirtilen genişliğe (piksel cinsinden) yeniden boyutlandır",
+ "max-image-width-help": "(Piksel, varsayılan: 128 piksel, devre dışı bırakmak için 0'a ayarlayın)",
"max-file-size": "Maksimum Dosya Boyutu (KiB)",
- "max-file-size-help": "(in kibibytes, default: 2048 KiB)",
- "allow-topic-thumbnails": "Allow users to upload topic thumbnails",
- "topic-thumb-size": "Topic Thumb Size",
+ "max-file-size-help": "(Kilobayt, varsayılan: 2,048 KiB)",
+ "allow-topic-thumbnails": "Kullanıcıların konulara küçük resim yüklemesine izin ver",
+ "topic-thumb-size": "Konu Küçük Resim Boyutu",
"allowed-file-extensions": "İzin Verilen Dosya Uzantıları",
- "allowed-file-extensions-help": "Enter comma-separated list of file extensions here (e.g. pdf,xls,doc). An empty list means all extensions are allowed.",
+ "allowed-file-extensions-help": "Virgül ile ayrılmış dosya uzantıları listesini buraya girin (ör. pdf, xls, doc). Boş bir liste, tüm uzantılara izin verildiği anlamına gelir.",
"profile-avatars": "Profil Avatarları",
- "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",
+ "allow-profile-image-uploads": "Kullanıcıların profil resmi yüklemesine izin ver",
+ "convert-profile-image-png": "Profil resmi yüklemelerini PNG'ye dönüştür",
+ "default-avatar": "Özel Varsayılan Avatar",
"upload": "Yükle",
"profile-image-dimension": "Profil Resmi Boyutu",
"profile-image-dimension-help": "(Piksel cinsinden, varsayılan: 128 piksel)",
- "max-profile-image-size": "Maximum Profile Image File Size",
- "max-profile-image-size-help": "(in kibibytes, default: 256 KiB)",
+ "max-profile-image-size": "Maksimum Profil Resmi Dosya Boyutu",
+ "max-profile-image-size-help": "(Kilobayt, varsayılan: 256 KiB)",
"max-cover-image-size": "Maksimum Kapak Görseli Dosya Boyutu",
- "max-cover-image-size-help": "(in kibibytes, default: 2,048 KiB)",
- "keep-all-user-images": "Keep old versions of avatars and profile covers on the server",
+ "max-cover-image-size-help": "(Kilobayt, varsayılan: 2,048 KiB)",
+ "keep-all-user-images": "Avatarların ve kapak resimlerinin eski sürümlerini sunucuda sakla",
"profile-covers": "Profil Kapakları",
"default-covers": "Varsayılan Kapak Görseli",
- "default-covers-help": "Add comma-separated default cover images for accounts that don't have an uploaded cover image"
+ "default-covers-help": "Kapak resmi olmayan hesapları, varsayılan kapak resimlerini kullanmaları için virgülle ayırarak ekleyin"
}
diff --git a/public/language/tr/admin/settings/user.json b/public/language/tr/admin/settings/user.json
index b4ebfef02c..315f82bf4a 100644
--- a/public/language/tr/admin/settings/user.json
+++ b/public/language/tr/admin/settings/user.json
@@ -2,29 +2,29 @@
"authentication": "Kimlik Doğrulama",
"allow-local-login": "Yerel girişe izin ver",
"require-email-confirmation": "E-posta Onayı Gerektirir",
- "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": "Kullanıcı adı veya Email",
+ "email-confirm-interval": "Kullanıcı onay e-postasını gönderemez",
+ "email-confirm-email2": "dakika geçti",
+ "allow-login-with": "Girişe izin ver:",
+ "allow-login-with.username-email": "Kullanıcı Adı veya E-posta",
"allow-login-with.username": "Sadece kullanıcı adı",
- "allow-login-with.email": "Sadece Email",
+ "allow-login-with.email": "Sadece E-posta",
"account-settings": "Hesap Ayarları",
"disable-username-changes": "Kullanıcı adı değişikliği kapalı",
- "disable-email-changes": "Email değişikliği kapalı",
+ "disable-email-changes": "E-posta değişikliklerini devre dışı bırak",
"disable-password-changes": "Parola değişikliği kapalı",
"allow-account-deletion": "Hesap silmeye izin ver",
- "user-info-private": "Hide user list and data from guests",
+ "user-info-private": "Kullanıcı listesini ve verilerini ziyaretçilerden gizle",
"hide-fullname": "Kullanıcı adını gizle",
- "hide-email": "Hide email from users",
+ "hide-email": "E-posta adresini kullanıcılardan gizle",
"themes": "Temalar",
- "disable-user-skins": "Prevent users from choosing a custom skin",
+ "disable-user-skins": "Kullanıcıların özel bir deri seçmesini engelle",
"account-protection": "Hesap Koruma",
- "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",
+ "login-attempts": "Saatlik giriş deneme sayısı",
+ "login-attempts-help": "Bir kullanıcının hesabına giriş denemesi bu sınırı aşarsa, bu hesap önceden belirlenmiş olan bir süre için kilitlenir.",
+ "lockout-duration": "Hesap Kilitleme Süresi (dakika)",
+ "login-days": "Kullanıcı oturumlarının hatırlanacağı gün sayısı",
+ "password-expiry-days": "Belirli bir süre sonunda parola sıfırlamayı zorla",
+ "registration": "Kullanıcı Kaydı",
"registration-type": "Kayıt Tipi",
"registration-type.normal": "Normal",
"registration-type.admin-approval": "Yönetici Onayı",
@@ -32,12 +32,12 @@
"registration-type.invite-only": "Sadece Davet",
"registration-type.admin-invite-only": "Sadece Yönetici Daveti",
"registration-type.disabled": "Kayıt yok",
- "registration-type.help": "Normal - Users can register from the /register page.
\nAdmin Approval - User registrations are placed in an approval queue for administrators.
\nAdmin Approval for IPs - Normal for new users, Admin Approval for IP addresses that already have an account.
\nInvite Only - Users can invite others from the users page.
\nAdmin Invite Only - Only administrators can invite others from users and admin/manage/users pages.
\nNo registration - No user registration.
",
- "registration.max-invites": "Maximum Invitations per User",
- "max-invites": "Maximum Invitations per User",
- "max-invites-help": "0 for no restriction. Admins get infinite invitations
Only applicable for \"Invite Only\"",
- "invite-expiration": "Invite expiration",
- "invite-expiration-help": "# of days invitations expire in.",
+ "registration-type.help": "Normal - Kullanıcılar kayıt sayfasından kayıt yaptırabilirler.
\nYönetici Onayı - Kullanıcı kayıtları, yöneticiler için bir onay kuyruğuna yerleştirilir.
\nIP'ler için Yönetici Onayı - Yeni kullanıcılar için normal, varolan hesaplardaki IP adresleri için Yönetici Onayı.
\nYalnızca Davet - Kullanıcılar, kullanıcılar sayfasından başkalarını davet edebilir.
\nYalnızca Yönetici Daveti - Yalnızca yöneticiler başkalarını kullanıcılar ve yönetici/yönet/ kullanıcılar sayfalarından davet edebilir.
\nKayıt yok - Kullanıcı kaydı yok.
",
+ "registration.max-invites": "Kullanıcı Başına Maksimum Davetiye",
+ "max-invites": "Kullanıcı Başına Maksimum Davetiye",
+ "max-invites-help": "Kısıtlama olmaması için 0. Yöneticiler sınırsız davetiyeye sahiptir
\"Yalnızca Davet\" seçeneği için geçerlidir",
+ "invite-expiration": "Davet süresi sonu",
+ "invite-expiration-help": "Davetiyelerin # gün içinde süresi dolacak.",
"min-username-length": "Minimum Kullanıcı Adı Uzunluğu",
"max-username-length": "Maksimum Kullanıcı Adı Uzunluğu",
"min-password-length": "Minimum Parola Uzunluğu",
@@ -45,20 +45,20 @@
"max-about-me-length": "Maksimum Hakkımda Uzunluğu",
"terms-of-use": "Forum Kullanım Şartları (Devre dışı bırakmak için boş bırakın) ",
"user-search": "Kullanıcı Ara",
- "user-search-results-per-page": "Number of results to display",
- "default-user-settings": "Default User Settings",
- "show-email": "Email Göster",
+ "user-search-results-per-page": "Görüntülenecek sonuç sayısı",
+ "default-user-settings": "Varsayılan Kullanıcı Ayarları",
+ "show-email": "E-posta Göster",
"show-fullname": "Tam adı göster",
- "restrict-chat": "Only allow chat messages from users I follow",
- "outgoing-new-tab": "Open outgoing links in new tab",
- "topic-search": "Enable In-Topic Searching",
- "digest-freq": "Subscribe to Digest",
- "digest-freq.off": "Off",
- "digest-freq.daily": "Daily",
- "digest-freq.weekly": "Weekly",
- "digest-freq.monthly": "Monthly",
- "email-chat-notifs": "Send an email if a new chat message arrives and I am not online",
- "email-post-notif": "Send an email when replies are made to topics I am subscribed to",
- "follow-created-topics": "Follow topics you create",
- "follow-replied-topics": "Follow topics that you reply to"
+ "restrict-chat": "Sadece takip ettiğim kişilerden sohbetleri kabul et",
+ "outgoing-new-tab": "Dışarı giden bağlantıları yeni sekmede aç",
+ "topic-search": "Konu içi aramayı etkinleştir",
+ "digest-freq": "Özet e-postalarına abone ol",
+ "digest-freq.off": "Kapalı",
+ "digest-freq.daily": "Günlük",
+ "digest-freq.weekly": "Haftalık",
+ "digest-freq.monthly": "Aylık",
+ "email-chat-notifs": "Çevrimiçi değilken gelen mesajları e-posta olarak gönder",
+ "email-post-notif": "Abone olduğum konulara cevap gelince bana e-posta gönder",
+ "follow-created-topics": "Kendi konularımı takip et",
+ "follow-replied-topics": "Cevap verdiğim konuları takip et"
}
\ No newline at end of file
diff --git a/public/language/tr/error.json b/public/language/tr/error.json
index 7ff507c2f0..75053267ce 100644
--- a/public/language/tr/error.json
+++ b/public/language/tr/error.json
@@ -4,6 +4,7 @@
"not-logged-in": "Giriş yapmamış görünüyorsunuz.",
"account-locked": "Hesabınız geçici olarak kitlendi",
"search-requires-login": "Arama hesap gerektiriyor. Lütfen giriş yapın ya da kaydolun.",
+ "goback": "Press back to return to the previous page",
"invalid-cid": "Geçersiz Kategori ID",
"invalid-tid": "Geçersiz Başlık ID",
"invalid-pid": "Geçersiz İleti ID",
@@ -25,7 +26,7 @@
"email-not-confirmed-email-sent": "E-postanız onaylanmamış, onaylamak için lütfen gelen kutunuzu kontrol edin.",
"no-email-to-confirm": "Bu forum e-posta doğrulaması gerektirir, lütfen buraya bir e-posta adresi girin",
"email-confirm-failed": "E-posta adresinizi doğrulayamıyoruz. Lütfen daha sonra tekrar deneyin.",
- "confirm-email-already-sent": "E-mail onayı zaten gönderilmiş, yeni bir onay göndermek için lütfen 1 dakika bekleyin.",
+ "confirm-email-already-sent": "E-posta onayı zaten gönderilmiş, yeni bir onay göndermek için lütfen %1 dakika bekleyin.",
"sendmail-not-found": "Sendmail yürütülemedi, lüften indirildiğinden ve NodeBB kullanıcısı tarafından uygulanabilir olduğundan emin olun.",
"username-too-short": "Kullanıcı ismi çok kısa",
"username-too-long": "Kullanıcı ismi çok uzun.",
@@ -67,7 +68,7 @@
"title-too-long": "Lütfen daha kısa bir başlık girin. Başlıklar %1 karakterden uzun olamaz.",
"category-not-selected": "Kategori seçilmedi",
"too-many-posts": "%1 saniye içinde yalnızca bir ileti gönderebilirsiniz - tekrar ileti göndermeden önce lütfen bekleyin.",
- "too-many-posts-newbie": "Yeni bir kullanıcı olarak, %2 saygınlık kazanana kadar %1 saniye içinde bir ileti gönderebilirsiniz - tekrar ileti göndermeden önce lütfen bekleyin.",
+ "too-many-posts-newbie": "Yeni bir kullanıcı olarak, %2 itibar kazanana kadar %1 saniye içinde bir ileti gönderebilirsiniz - tekrar ileti göndermeden önce lütfen bekleyin.",
"tag-too-short": "Lütfen daha uzun bir etiket girin. Etiketler en az %1 karakter içermelidir.",
"tag-too-long": "Lütfen daha kısa bir etiket girin. Etiketler %1 karakterden uzun olamaz.",
"not-enough-tags": "Yeterince etiket yok. Başlılar en az %1 etikete sahip olmalıdır",
@@ -112,10 +113,10 @@
"cant-remove-last-user": "Son kullanıcıyı silemezsiniz",
"cant-delete-chat-message": "Bu mesajı silmek için izin verilmez",
"already-voting-for-this-post": "Bu gönderi için zaten oy verdin.",
- "reputation-system-disabled": "Saygınlık sistemi kapatılmış.",
+ "reputation-system-disabled": "İtibar sistemi devre dışı.",
"downvoting-disabled": "Aşagı oylama kapatılmış",
- "not-enough-reputation-to-downvote": "Bu iletiyi aşagı oylamak için yeterince saygınlığınız yok.",
- "not-enough-reputation-to-flag": "Bu iletiyi bayraklamak için yeterince saygınlığınız yok",
+ "not-enough-reputation-to-downvote": "Bu iletiyi eksilemek için yeterince itibarınız yok.",
+ "not-enough-reputation-to-flag": "Bu iletiyi bayraklamak için yeterince itibarınız yok",
"already-flagged": "Bu iletiyi zaten bayrakladınız",
"reload-failed": "NodeBB tekrar yüklenirken bir sorunla karşılaştı: “%1“. NodeBB varolan dosyaları servis etmeye devam edecek.",
"registration-error": "Kayıt Hatası",
diff --git a/public/language/tr/flags.json b/public/language/tr/flags.json
index 612ccb6500..43f6fc7926 100644
--- a/public/language/tr/flags.json
+++ b/public/language/tr/flags.json
@@ -22,7 +22,7 @@
"filter-assignee": "Vekil UID",
"filter-cid": "Kategori",
"filter-quick-mine": "Vekil atandı",
- "filter-cid-all": "Bütün Kategoriler",
+ "filter-cid-all": "Tüm kategoriler",
"apply-filters": "Filtreleri Onayla",
"quick-links": "Akıllı Bağlantılar",
diff --git a/public/language/tr/global.json b/public/language/tr/global.json
index b308e3ed8e..caa046f0e7 100644
--- a/public/language/tr/global.json
+++ b/public/language/tr/global.json
@@ -45,7 +45,7 @@
"alert.success": "Başarılı",
"alert.error": "Hata",
"alert.banned": "Yasaklı",
- "alert.banned.message": "Şu anda yasaklandınız, şimdi çevrim dışı olacaksınız.",
+ "alert.banned.message": "Yasaklandınız, şimdi çevrimdışı olacaksınız.",
"alert.unfollow": "Artık %1'i takip etmiyorsunuz!",
"alert.follow": "%1'i takip ediyorsunuz!",
"online": "Çevrimiçi",
@@ -58,7 +58,7 @@
"downvoters": "Eksi",
"downvoted": "Eksi",
"views": "Görüntülenme",
- "reputation": "Saygınlık",
+ "reputation": "İtibar",
"read_more": "daha fazla oku",
"more": "Daha Fazla",
"posted_ago_by_guest": "Ziyaretçi tarafından %1 yayımlandı",
@@ -70,7 +70,7 @@
"posted_in_ago_by": "%1 içinde %3 tarafından %2 yayımlandı",
"user_posted_ago": "%1 %2 yayımladı",
"guest_posted_ago": "Ziyaretçi %1 yayımladı",
- "last_edited_by": "en son düzenleyen %1",
+ "last_edited_by": "Son düzenleyen: %1",
"norecentposts": "Güncel İletiler Yok",
"norecenttopics": "Güncel Başlıklar Yok",
"recentposts": "Güncel İletiler",
diff --git a/public/language/tr/login.json b/public/language/tr/login.json
index 5db8629859..adbfba03c1 100644
--- a/public/language/tr/login.json
+++ b/public/language/tr/login.json
@@ -1,7 +1,7 @@
{
- "username-email": "Kullancı Adı / E posta adresi",
+ "username-email": "Kullancı Adı / E-posta Adresi",
"username": "Kullanıcı Adı",
- "email": "E posta Adresi",
+ "email": "E-posta Adresi",
"remember_me": "Beni Hatırla!",
"forgot_password": "Şifrenizi mi unuttunuz?",
"alternative_logins": "Alternatif Girişler",
diff --git a/public/language/tr/modules.json b/public/language/tr/modules.json
index c105df535d..1f9eae8274 100644
--- a/public/language/tr/modules.json
+++ b/public/language/tr/modules.json
@@ -1,12 +1,12 @@
{
- "chat.chatting_with": " span> ile konuş",
+ "chat.chatting_with": " ile konuş",
"chat.placeholder": "Buraya bir mesaj girin, göndermek için girişe basın",
"chat.send": "Gönder",
"chat.no_active": "Aktif sohbet mevcut değil",
"chat.user_typing": "%1 yazıyor ...",
"chat.user_has_messaged_you": "%1 size bir mesaj gönderdi.",
"chat.see_all": "Bütün sohbetleri gör",
- "chat.mark_all_read": "Bütün sohbetleri okundu işaretle",
+ "chat.mark_all_read": "Tüm sohbetleri okundu olarak işaretle",
"chat.no-messages": "Lütfen sohbet geçmişini görmek için bir kontak seçin",
"chat.no-users-in-room": "Bu odada hiç kullanıcı yok",
"chat.recent-chats": "Güncel Sohbetler",
diff --git a/public/language/tr/notifications.json b/public/language/tr/notifications.json
index 339f380886..e60e3a55b8 100644
--- a/public/language/tr/notifications.json
+++ b/public/language/tr/notifications.json
@@ -2,7 +2,7 @@
"title": "Bildirimler",
"no_notifs": "Yeni bildirimleriniz yok",
"see_all": "Bütün bildirimleri gör",
- "mark_all_read": "Bütün bildirileri okunmuş say",
+ "mark_all_read": "Tüm bildirimleri okunmuş say",
"back_to_home": "Geri dön %1",
"outgoing_link": "Harici Link",
"outgoing_link_message": "%1 ayrılıyorsunuz",
@@ -14,7 +14,7 @@
"topics": "Başlıklar",
"replies": "Yanıtlar",
"chat": "Sohbetler",
- "follows": "Takip ediyor",
+ "follows": "Takip Edilenler",
"upvote": "Artı Oy",
"new-flags": "Yeni Bayrak",
"my-flags": "Vekil olarak atandığım bayraklar",
diff --git a/public/language/tr/pages.json b/public/language/tr/pages.json
index f3d2ca9d14..3a3a420a8b 100644
--- a/public/language/tr/pages.json
+++ b/public/language/tr/pages.json
@@ -8,12 +8,12 @@
"recent": "Güncel Konular",
"moderator-tools": "Moderatör Araçları",
"flagged-content": "Bayraklanan İçerik",
- "ip-blacklist": "IP Karaliste",
+ "ip-blacklist": "IP Kara Listesi",
"post-queue": "İleti Kuyruğu",
"users/online": "Çevrimiçi Kullanıcılar",
"users/latest": "En Yeni Kullanıcılar",
"users/sort-posts": "En çok ileti gönderen kullanıcılar",
- "users/sort-reputation": "En çok saygınlığı olan kullanıcılar",
+ "users/sort-reputation": "En çok itibarı olan kullanıcılar",
"users/banned": "Yasaklanmış Kullanıcılar",
"users/most-flags": "En Fazla Bayraklanan Kullanıcılar",
"users/search": "Kullanıcı Ara",
@@ -34,7 +34,7 @@
"account/edit": "\"%1\" düzenleniyor",
"account/edit/password": "\"%1\" parolayı düzenliyor",
"account/edit/username": "\"%1\" kullanıcı adını düzenliyor",
- "account/edit/email": "\"%1\" email adresini düzenliyor",
+ "account/edit/email": "\"%1\" e-posta adresini düzenliyor",
"account/info": "Hesap Hakkında",
"account/following": "%1 tarafından takip edilenler",
"account/followers": "%1 takip edenler",
@@ -47,7 +47,7 @@
"account/upvoted": "%1 tarafından artılanan gönderiler",
"account/downvoted": "%1 tarafından eksilenen gönderiler",
"account/best": "%1 tarafından en iyi gönderiler",
- "confirm": "Email Confirmed",
+ "confirm": "E-posta Onaylandı",
"maintenance.text": "%1 şu anda bakımda. Lütfen bir süre sonra tekrar deneyin.",
"maintenance.messageIntro": "Ayrıca, yönetici şu mesaji bıraktı:",
"throttled.text": "%1 şu anda kullanılamıyor. Lütfen daha sonra tekrar dene."
diff --git a/public/language/tr/register.json b/public/language/tr/register.json
index a11bf78747..53af554870 100644
--- a/public/language/tr/register.json
+++ b/public/language/tr/register.json
@@ -4,8 +4,8 @@
"help.email": "E-posta adresiniz varsayılan olarak topluluktan gizlidir.",
"help.username_restrictions": "%1 ve %2 karakter arası bir kullanıcı ismi. Başkaları sizden @isim kullanarak bahsedebilir.",
"help.minimum_password_length": "Şifreniz en az %1 karakter olmalı",
- "email_address": "E-posta adresiniz",
- "email_address_placeholder": "E-posta Adresinizi girin",
+ "email_address": "E-posta Adresi",
+ "email_address_placeholder": "E-posta Adresinizi Girin",
"username": "Kullanıcı Adı",
"username_placeholder": "Kullanıcı Adınızı Girin",
"password": "Şifre",
@@ -17,7 +17,7 @@
"terms_of_use": "Kullanım Şartları",
"agree_to_terms_of_use": "Kullanım Şartlarını kabul ediyorum",
"terms_of_use_error": "Kullanım şartlarını kabul etmen gerekiyor",
- "registration-added-to-queue": "Kayıt olma isteğiniz kabul listesine eklenmiştir. Yönetici tarafından kabul edildiğinizde mail alacaksınız.",
+ "registration-added-to-queue": "Kayıt olma isteğiniz kabul listesine eklenmiştir. Yönetici tarafından kabul edildiğinizde e-posta alacaksınız.",
"interstitial.intro": "Hesabınızı yaratmadan önce bazı ekstra bilgiler gerekiyor.",
"interstitial.errors-found": "Kaydınınız tamamlanmadı:"
}
\ No newline at end of file
diff --git a/public/language/tr/reset_password.json b/public/language/tr/reset_password.json
index 9ffd0114bb..55adbe7083 100644
--- a/public/language/tr/reset_password.json
+++ b/public/language/tr/reset_password.json
@@ -8,7 +8,7 @@
"new_password": "Yeni Şifre",
"repeat_password": "Şifreyi Onayla",
"enter_email": "Lütfen e-posta adresinizi girin , size hesabınızı nasıl sıfırlayacağınızı anlatan bir e-posta gönderelim",
- "enter_email_address": "E-posta Adresinizi girin",
+ "enter_email_address": "E-posta Adresinizi Girin",
"password_reset_sent": "Şifre Yenilemesi Gönderildi",
"invalid_email": "Geçersiz E-posta / E-posta mevcut değil!",
"password_too_short": "Girdiğiniz şifre çok kısa, lütfen farklı bir şifre seçiniz.",
diff --git a/public/language/tr/success.json b/public/language/tr/success.json
index 51c1263685..0e16198149 100644
--- a/public/language/tr/success.json
+++ b/public/language/tr/success.json
@@ -3,5 +3,5 @@
"topic-post": "Başarıyla gönderim yaptınız.",
"post-queued": "İletiniz onay için sıraya alındı.",
"authentication-successful": "Doğrulama Başarılı",
- "settings-saved": "Ayarlar kaydoldu!"
+ "settings-saved": "Ayarlar kaydedildi!"
}
\ No newline at end of file
diff --git a/public/language/tr/topic.json b/public/language/tr/topic.json
index 8eddbf3161..b05175efa4 100644
--- a/public/language/tr/topic.json
+++ b/public/language/tr/topic.json
@@ -52,7 +52,7 @@
"not-watching.description": "Yeni bir ileti geldiğinde bildirme.
Kategori susturulmamışsa okunmamış olarak göster.",
"ignoring.description": "Yeni bir ileti geldiğinde bildirme.
Okunmamış olarak gösterme.",
"thread_tools.title": "Konu Ayarları",
- "thread_tools.markAsUnreadForAll": "Hepsini okundu işaretle",
+ "thread_tools.markAsUnreadForAll": "Hepsini okunmadı olarak işaretle",
"thread_tools.pin": "Başlığı Sabitle",
"thread_tools.unpin": "Başlığı Sabitleme",
"thread_tools.lock": "Başlığı Kitle",
@@ -63,13 +63,13 @@
"thread_tools.fork": "Başlığı Ayır",
"thread_tools.delete": "Başlığı Sil",
"thread_tools.delete-posts": "İletileri Sil",
- "thread_tools.delete_confirm": "Bu konuyu gerçekten silmek istiyor musun?",
+ "thread_tools.delete_confirm": "Bu konuyu gerçekten silmek istediğinize emin misiniz?",
"thread_tools.restore": "Başlığı Geri Getir",
"thread_tools.restore_confirm": "Bu konuyu gerçekten geri getirmek istiyor musun?",
"thread_tools.purge": "Konuyu Temizle",
"thread_tools.purge_confirm": "Bu konuyu temizlemek istediğinize eminmisiniz?",
"topic_move_success": "Başlık %1 kategorisine başarıyla taşındı.",
- "post_delete_confirm": "Bu iletiyi gerçekten silmek istiyor musun?",
+ "post_delete_confirm": "Bu iletiyi gerçekten silmek istediğinize emin misiniz?",
"post_restore_confirm": "Bu iletiyi gerçekten geri getirmek istiyor musun?",
"post_purge_confirm": "Bu iletiyi temizlemek istediğinize eminmisiniz?",
"load_categories": "Kategoriler Yükleniyor",
@@ -85,7 +85,7 @@
"post_moved": "İleti taşındı!",
"fork_topic": "Başlığı Ayır",
"fork_topic_instruction": "Ayırmak istediğiniz iletileri tıklayın",
- "fork_no_pids": "Hiç bir ileti seçilmedi!",
+ "fork_no_pids": "Hiçbir ileti seçilmedi!",
"fork_pid_count": "%1 ileti(ler) seçildi",
"fork_success": "Başlık başarıyla ayrıldı!",
"delete_posts_instruction": "Silmek/temizlemek istediğiniz iletilere tıklayın.",
diff --git a/public/language/tr/user.json b/public/language/tr/user.json
index f6ac9536a9..05fc311518 100644
--- a/public/language/tr/user.json
+++ b/public/language/tr/user.json
@@ -3,10 +3,10 @@
"offline": "Çevrimdışı",
"username": "Kullanıcı Adı",
"joindate": "Katılım Tarihi",
- "postcount": "Yayın Sayısı",
+ "postcount": "İleti Sayısı",
"email": "E-posta",
- "confirm_email": "E-posta onayla",
- "account_info": "Hesap Bilgi",
+ "confirm_email": "E-posta Adresini Onayla",
+ "account_info": "Hesap Bilgisi",
"ban_account": "Hesabı Dondur",
"ban_account_confirm": "Hesabı dondurmak istediğinizden emin misiniz!",
"unban_account": "Hesabı Kullanıma Aç",
@@ -40,7 +40,7 @@
"profile_update_success": "Profiliniz başarıyla güncellendi!",
"change_picture": "Resmi Değiştir",
"change_username": "Kullanıcı Adı Değiştir",
- "change_email": "Email Değiştir",
+ "change_email": "E-posta Değiştir",
"edit": "Düzenle",
"edit-profile": "Profil Düzenle",
"default_picture": "Varsayılan İkon",
@@ -59,7 +59,7 @@
"password": "Şifre",
"username_taken_workaround": "İstediğiniz kullanıcı ismi zaten alınmış, bu yüzden biraz degiştirdik. Şimdiki kullanıcı isminiz %1",
"password_same_as_username": "Parolanız kullanıcı adınız ile aynı, lütfen başka bir parola seçiniz.",
- "password_same_as_email": "Şifreniz mail adresiniz ile aynı lütfen başka bir şifre seçin.",
+ "password_same_as_email": "Şifreniz e-posta adresiniz ile aynı, lütfen başka bir şifre seçin.",
"weak_password": "Zayıf parola.",
"upload_picture": "Resim Yükle",
"upload_a_picture": "Bir Resim Yükle",
@@ -79,7 +79,7 @@
"digest_weekly": "Haftalık",
"digest_monthly": "Aylık",
"send_chat_notifications": "Çevrimiçi değilken gelen iletileri e-posta olarak gönder",
- "send_post_notifications": "Abone olduğum konulara cevap gelince bana eposta yolla",
+ "send_post_notifications": "Abone olduğum konulara cevap gelince bana e-posta yolla",
"settings-require-reload": "Bazı ayar değişiklikleri sayfayı tekrar yüklemenizi gerektirir. Buraya tıklayarak sayfayı tekrar yükleyebilirsiniz.",
"has_no_follower": "Bu kullanıcının hiç takipçisi yok :(",
"follows_no_one": "Bu kullanıcı kimseyi takip etmiyor :(",
@@ -95,10 +95,10 @@
"topics_per_page": "Sayfa başına Konular",
"posts_per_page": "Sayfa başına İletiler",
"notification_sounds": "Uyarı alındığında ses çal",
- "notifications_and_sounds": "Bildiriler & Sesler",
+ "notifications_and_sounds": "Bildirimler & Sesler",
"incoming-message-sound": "Gelen mesaj sesi",
"outgoing-message-sound": "Giden ileti sesi",
- "notification-sound": "Bildiri sesi",
+ "notification-sound": "Bildirim sesi",
"no-sound": "Ses yok",
"browsing": "Tarayıcı Ayaları",
"open_links_in_new_tab": "Dışarı giden bağlantıları yeni sekmede aç",
@@ -129,7 +129,7 @@
"info.banned-reason-label": "Gerekçe",
"info.banned-no-reason": "Gerekçe belirtilmedi.",
"info.username-history": "Kullanıcı Adı Geçmişi",
- "info.email-history": "Email Geçmişi",
+ "info.email-history": "E-posta Geçmişi",
"info.moderation-note": "Moderasyon Notu",
"info.moderation-note.success": "Moderasyon notu kaydedildi",
"info.moderation-note.add": "Not ekle"
diff --git a/public/language/tr/users.json b/public/language/tr/users.json
index 92dbf55d42..0f9df57643 100644
--- a/public/language/tr/users.json
+++ b/public/language/tr/users.json
@@ -10,7 +10,7 @@
"filter-by": "Şu şekilde filtrele",
"online-only": "Sadece çevrimiçi",
"invite": "Davet et",
- "invitation-email-sent": "%1'e bir davet maili gönderildi",
+ "invitation-email-sent": "%1'e bir davet e-postası gönderildi",
"user_list": "Kullanıcı Listesi",
"recent_topics": "Güncel Başlıklar",
"popular_topics": "Popüler Başlıklar",
diff --git a/public/language/uk/admin/appearance/customise.json b/public/language/uk/admin/appearance/customise.json
index 57d0599759..0caddb1faa 100644
--- a/public/language/uk/admin/appearance/customise.json
+++ b/public/language/uk/admin/appearance/customise.json
@@ -7,6 +7,6 @@
"custom-header.description": "Уведіть власний HTML (JavaScript, мета теги, тощо), що буде додано до секції <head> вашого форуму.",
"custom-header.enable": "Увімкнути користувацький заголовок",
- "custom-css.livereload": "Enable Live Reload",
- "custom-css.livereload.description": "Enable this to force all sessions on every device under your account to refresh whenever you click save"
+ "custom-css.livereload": "Увімкнути Автоматичне Оновлення",
+ "custom-css.livereload.description": "Увімкніть цю опцію, щоб примусово оновлювати всі сесії вашого акаунту, коли ви натискаєте Зберегти"
}
\ No newline at end of file
diff --git a/public/language/uk/admin/development/info.json b/public/language/uk/admin/development/info.json
index 6830b7bed0..d3b523fa37 100644
--- a/public/language/uk/admin/development/info.json
+++ b/public/language/uk/admin/development/info.json
@@ -1,12 +1,12 @@
{
"you-are-on": "Інформація - Ви знаходитесь на %1:%2",
- "nodes-responded": "%1 nodes responded within %2ms!",
+ "nodes-responded": "%1 вузлів відповіли за %2мс!",
"host": "host",
"pid": "pid",
"nodejs": "nodejs",
"online": "online",
"git": "git",
- "memory": "memory",
+ "memory": "пам'ять",
"load": "load",
"uptime": "uptime",
diff --git a/public/language/uk/admin/extend/plugins.json b/public/language/uk/admin/extend/plugins.json
index d81f354e5f..1bba5d7896 100644
--- a/public/language/uk/admin/extend/plugins.json
+++ b/public/language/uk/admin/extend/plugins.json
@@ -12,7 +12,7 @@
"reorder-plugins": "Впорядкувати плагіни",
"order-active": "Впорядкувати активні плагіни",
"dev-interested": "Зацікавлені в написанні плагінів для NodeBB?",
- "docs-info": "Full documentation regarding plugin authoring can be found in the NodeBB Docs Portal.",
+ "docs-info": "Повну документацію щодо авторингу плагінів можна знайти на Порталі NodeBB Docs.",
"order.description": "Певні плагіни працють краще будучи ініціалізованими до/після інших плагінів.",
"order.explanation": "Плагіни вантажаться у заданому тут порядку, згори до низу",
@@ -45,7 +45,7 @@
"alert.incompatible": "
Інформацію про сумісність не знайдено
У цьому плагіні не вказано сумісну версію NodeBB. Коректна робота не гарантується.
Якщо NodeBB перестане коректно стартувати, виконайте:
$ ./nodebb reset plugin=\"%1\"Продовжити встановлення останньої версії цього плагіну?
", - "license.title": "Plugin License Information", - "license.intro": "The plugin %1 is licensed under the %2. Please read and understand the license terms prior to activating this plugin.", - "license.cta": "Do you wish to continue with activating this plugin?" + "license.title": "Інформація про ліцензію плагіну", + "license.intro": "Цей плагін %1 ліцензований відповідно до %2. Будь-ласка прочитайте та зрозумійте умови ліцензії перед активацією цього плагіну.", + "license.cta": "Ви бажаєте активувати цей плагін?" } diff --git a/public/language/uk/admin/general/dashboard.json b/public/language/uk/admin/general/dashboard.json index 9d71fb36f0..baec2ccbee 100644 --- a/public/language/uk/admin/general/dashboard.json +++ b/public/language/uk/admin/general/dashboard.json @@ -23,8 +23,8 @@ "running-version": "У вас працює NodeBB v%1.", "keep-updated": "Регулярно перевіряйте, що ваш NodeBB знаходиться в актуальному стані, щоб мати останні патчі та виправлення.", "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.
", + "upgrade-available": "Нова версія (v%1) була випущена. Подумайте про оновлення вашого NodeBB.
", + "prerelease-upgrade-available": "Це застаріла пре-релізна версія NodeBB. Нова версія (v%1) була випущена. Подумайте про оновлення вашого NodeBB.
", "prerelease-warning": "Це пре-релізна версія NodeBB. Можуть виникати неочікувані помилки.
", "running-in-development": "Форум працює в режимі розробки. Форум потенційно може бути незахищеним, будь-ласка повідомте вашого системного адміністратора.", diff --git a/public/language/uk/admin/general/languages.json b/public/language/uk/admin/general/languages.json index 61f8e39b73..7f2118d887 100644 --- a/public/language/uk/admin/general/languages.json +++ b/public/language/uk/admin/general/languages.json @@ -2,5 +2,5 @@ "language-settings": "Налаштування мов", "description": "Мова за замовчуванням задає мову для всіх користувачів, що відвідують форум.%1
", "alerts.create-success": "Користувача створено!", diff --git a/public/language/uk/admin/menu.json b/public/language/uk/admin/menu.json index 4165e18e53..ca39d920e2 100644 --- a/public/language/uk/admin/menu.json +++ b/public/language/uk/admin/menu.json @@ -12,7 +12,7 @@ "manage/tags": "Теги", "manage/users": "Користувачі", "manage/registration": "Черга реєстрації", - "manage/post-queue": "Post Queue", + "manage/post-queue": "Черга Постів", "manage/groups": "Групи", "manage/ip-blacklist": "Чорний список IP-адрес", diff --git a/public/language/uk/admin/settings/email.json b/public/language/uk/admin/settings/email.json index cb043add64..595f985516 100644 --- a/public/language/uk/admin/settings/email.json +++ b/public/language/uk/admin/settings/email.json @@ -5,19 +5,19 @@ "from": "Ім'я відправника", "from-help": "Ім'я відправника, що буде показано в електронних листах", - "smtp-transport": "SMTP Transport", - "smtp-transport.enabled": "Use an external email server to send emails", - "smtp-transport-help": "You can select from a list of well-known services or enter a custom one.", - "smtp-transport.service": "Select a service", - "smtp-transport.service-custom": "Custom Service", - "smtp-transport.service-help": "Select a service name above in order to use the known information about it. Alternatively, select 'Custom Service' and enter the details below.", - "smtp-transport.gmail-warning1": "There have been reports of the Gmail service not working on accounts with heightened security. In those scenarios, you will have to configure your GMail account to allow less secure apps.", - "smtp-transport.gmail-warning2": "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.", - "smtp-transport.host": "SMTP Host", - "smtp-transport.port": "SMTP Port", - "smtp-transport.username": "Username", - "smtp-transport.username-help": "For the Gmail service, enter the full email address here, especially if you are using a Google Apps managed domain.", - "smtp-transport.password": "Password", + "smtp-transport": "Протокол SMTP", + "smtp-transport.enabled": "Використовувати зовнішній поштовий сервер для відправлення повідомлень", + "smtp-transport-help": "Ви можете обрати поштовий сервіс зі списку або використати ваш власний сервіс.", + "smtp-transport.service": "Оберіть сервіс", + "smtp-transport.service-custom": "Власний Сервіс", + "smtp-transport.service-help": "Оберіть сервіс вище, щоб використати відому інформацію про нього. Або оберіть 'Власний Сервіс' та введіть деталі нижче.", + "smtp-transport.gmail-warning1": "До нас надходили звіти про те, що сервіс Gmail не працює на акаунтах з підвищеною безпекою. У таких випадках вам потрібно дозволити менш безпечні додатки у своєму Gmail акаунті.", + "smtp-transport.gmail-warning2": "Щоб дізнатися більше про цей обхідний шлях, прочитайте цю статтю на NodeMailer. Альтернативою буде використання сторонніх плагінів для листування як то SendGrid, Mailgun, тощо. Переглянути наявні плагіни тут.", + "smtp-transport.host": "Сервер SMTP", + "smtp-transport.port": "Порт SMTP", + "smtp-transport.username": "Ім'я користувача", + "smtp-transport.username-help": "Для сервісу Gmail, вкажіть тут повну електронну адресу, особливо якщо ви використовуєте керований домен Google Apps.", + "smtp-transport.password": "Пароль", "template": "Редагувати шаблон листа", "template.select": "Обрати шаблон листа", diff --git a/public/language/uk/admin/settings/general.json b/public/language/uk/admin/settings/general.json index 55970c790d..3f2c712034 100644 --- a/public/language/uk/admin/settings/general.json +++ b/public/language/uk/admin/settings/general.json @@ -2,8 +2,8 @@ "site-settings": "Налаштування сайту", "title": "Назва сайту", "title.url": "URL", - "title.url-placeholder": "The URL of the site title", - "title.url-help": "When the title is clicked, send users to this address. If left blank, user will be sent to the forum index.", + "title.url-placeholder": "URL заголовку сайту", + "title.url-help": "По кліку на заголовок, спрямовувати користувача за цією адресою. Якщо залишити порожнім, користувач буде спрямований в корінь форуму.", "title.name": "Назва вашої спільноти", "title.show-in-header": "Показувати заголовок сайту в шапці", "browser-title": "Заголовок браузера", diff --git a/public/language/uk/admin/settings/post.json b/public/language/uk/admin/settings/post.json index a861e05379..99e2817cbc 100644 --- a/public/language/uk/admin/settings/post.json +++ b/public/language/uk/admin/settings/post.json @@ -6,8 +6,8 @@ "sorting.most-votes": "Кількість голосів", "sorting.topic-default": "Типове сортування тем", "restrictions": "Обмеження постингу", - "restrictions.post-queue": "Enable post queue", - "restrictions.post-queue-help": "Enabling post queue will put the posts of new users in a queue for approval.", + "restrictions.post-queue": "Увімкнути чергу постів", + "restrictions.post-queue-help": "Після увімкнення черги постів, пости нових користувачів будуть ставитись в чергу на схвалення.", "restrictions.seconds-between": "Кількість секунд між постами", "restrictions.seconds-between-new": "Кількість секунд між постами для нових користувачів", "restrictions.rep-threshold": "Репутація, при якій зі обмеження буде знято", diff --git a/public/language/uk/admin/settings/uploads.json b/public/language/uk/admin/settings/uploads.json index c7e0995586..eb890381db 100644 --- a/public/language/uk/admin/settings/uploads.json +++ b/public/language/uk/admin/settings/uploads.json @@ -5,7 +5,7 @@ "max-image-width": "Змінювати розмір зображень до заданої ширини (в пікселях)", "max-image-width-help": "(в пікселях, 760 — за замовчуванням, 0 — вимкнути)", "max-file-size": "Максимальний розмір файлу (в КіБ)", - "max-file-size-help": "(in kibibytes, default: 2048 KiB)", + "max-file-size-help": "(в кібібайтах, по замовчанню: 2048 КіБ)", "allow-topic-thumbnails": "Дозволити користувачам завантажувати мініатюри тем", "topic-thumb-size": "Розмір мініатюри теми", "allowed-file-extensions": "Допустимі розширення файлів", @@ -18,9 +18,9 @@ "profile-image-dimension": "Розміри зображення профілю", "profile-image-dimension-help": "(в пікселях, 128 — за замовчуванням)", "max-profile-image-size": "Максимальний розмір файлу зображення профілю", - "max-profile-image-size-help": "(in kibibytes, default: 256 KiB)", + "max-profile-image-size-help": "(в кібібайтах, по замовчанню: 256 КіБ)", "max-cover-image-size": "Максимальний розмір файлу зображення обкладинки", - "max-cover-image-size-help": "(in kibibytes, default: 2,048 KiB)", + "max-cover-image-size-help": "(в кібібайтах, по замовчанню: 2,048 КіБ)", "keep-all-user-images": "Зберігати старі версію зображень аватарки та обкладинки на сервері", "profile-covers": "Обкладинки профілю", "default-covers": "Обкладинка за замовчуванням", diff --git a/public/language/uk/admin/settings/user.json b/public/language/uk/admin/settings/user.json index 91efbc8af3..d2f7f3f515 100644 --- a/public/language/uk/admin/settings/user.json +++ b/public/language/uk/admin/settings/user.json @@ -13,9 +13,9 @@ "disable-email-changes": "Вимкнути зміну електронної пошти", "disable-password-changes": "Вимкнути зміну пароля", "allow-account-deletion": "Дозволити видалення акаунту", - "user-info-private": "Hide user list and data from guests", - "hide-fullname": "Hide fullname from users", - "hide-email": "Hide email from users", + "user-info-private": "Приховати список користувачів та дані від гостей", + "hide-fullname": "Приховати повне ім'я від користувачів", + "hide-email": "Приховати електронну пошту від користувачів", "themes": "Теми", "disable-user-skins": "Заборонити користувачам обирати стиль сайту", "account-protection": "Захист акаунту", @@ -36,8 +36,8 @@ "registration.max-invites": "Кількість запрошень на користувача", "max-invites": "Кількість запрошень на користувача", "max-invites-help": "0 — без обмежень. Адміни отримуют необмежену кількість.