mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-06-22 16:30:16 +02:00
Merge commit 'fe908cc022ff3b2e2a08f4f14dfbe9e00ce56ddd' into v1.14.x
This commit is contained in:
@@ -112,6 +112,7 @@
|
||||
"hideFullname": 0,
|
||||
"hideEmail": 0,
|
||||
"allowGuestHandles": 0,
|
||||
"recentMaxTopics": 200,
|
||||
"disableRecentCategoryFilter": 0,
|
||||
"maximumRelatedTopics": 0,
|
||||
"disableEmailSubscriptions": 0,
|
||||
|
||||
@@ -80,19 +80,19 @@
|
||||
"@nodebb/mubsub": "^1.6.0",
|
||||
"@nodebb/socket.io-adapter-mongo": "3.0.0",
|
||||
"nconf": "^0.10.0",
|
||||
"nodebb-plugin-composer-default": "6.3.44",
|
||||
"nodebb-plugin-composer-default": "6.3.46",
|
||||
"nodebb-plugin-dbsearch": "4.0.7",
|
||||
"nodebb-plugin-emoji": "^3.3.0",
|
||||
"nodebb-plugin-emoji-android": "2.0.0",
|
||||
"nodebb-plugin-markdown": "8.11.2",
|
||||
"nodebb-plugin-mentions": "2.7.4",
|
||||
"nodebb-plugin-mentions": "2.8.3",
|
||||
"nodebb-plugin-soundpack-default": "1.0.0",
|
||||
"nodebb-plugin-spam-be-gone": "0.7.2",
|
||||
"nodebb-rewards-essentials": "0.1.3",
|
||||
"nodebb-theme-lavender": "5.0.11",
|
||||
"nodebb-theme-persona": "10.1.55",
|
||||
"nodebb-theme-persona": "10.1.58",
|
||||
"nodebb-theme-slick": "1.2.29",
|
||||
"nodebb-theme-vanilla": "11.1.30",
|
||||
"nodebb-theme-vanilla": "11.1.32",
|
||||
"nodebb-widget-essentials": "4.1.0",
|
||||
"nodemailer": "^6.4.6",
|
||||
"passport": "^0.4.1",
|
||||
@@ -147,7 +147,7 @@
|
||||
"mocha": "8.0.1",
|
||||
"mocha-lcov-reporter": "1.3.0",
|
||||
"nyc": "15.0.1",
|
||||
"smtp-server": "3.6.0"
|
||||
"smtp-server": "3.7.0"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/NodeBB/NodeBB/issues"
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
"num-recent-replies": "# of Recent Replies",
|
||||
"ext-link": "External Link",
|
||||
"is-section": "Treat this category as a section",
|
||||
"tag-whitelist": "Tag Whitelist",
|
||||
"upload-image": "Upload Image",
|
||||
"delete-image": "Remove",
|
||||
"category-image": "Category Image",
|
||||
|
||||
@@ -42,6 +42,7 @@
|
||||
"unread.cutoff": "Unread cutoff days",
|
||||
"unread.min-track-last": "Minimum posts in topic before tracking last read",
|
||||
"recent": "Recent Settings",
|
||||
"recent.max-topics": "Maximum topics on /recent",
|
||||
"recent.categoryFilter.disable": "Disable filtering of topics in ignored categories on the /recent page",
|
||||
"signature": "Signature Settings",
|
||||
"signature.disable": "Disable signatures",
|
||||
|
||||
@@ -36,7 +36,8 @@
|
||||
"ban-ip": "Ban IP",
|
||||
"view-history": "Edit History",
|
||||
"bookmark_instructions": "اضغط هنا للعودة لأخر مشاركة مقروءة في الموضوع",
|
||||
"flag_title": "إشعار بمشاركة مخلة.",
|
||||
"flag_post": "Flag this post",
|
||||
"flag_user": "Flag this user",
|
||||
"merged_message": "This topic has been merged into <a href=\"/topic/%1\">%2</a>",
|
||||
"deleted_message": "هذه المشاركة محذوفة. فقط من لهم صلاحية الإشراف على ا لمشاركات يمكنهم معاينتها.",
|
||||
"following_topic.message": "ستستلم تنبيها عند كل مشاركة جديدة في هذا الموضوع.",
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
"num-recent-replies": "Брой на скорошните отговори",
|
||||
"ext-link": "Външна връзка",
|
||||
"is-section": "Използване на тази категория като раздел",
|
||||
"tag-whitelist": "Списък от разрешени етикети",
|
||||
"upload-image": "Качване на изображение",
|
||||
"delete-image": "Премахване",
|
||||
"category-image": "Изображение на категорията",
|
||||
|
||||
@@ -42,6 +42,7 @@
|
||||
"unread.cutoff": "Възраст на публикациите, след която те не се показват в непрочетените (в брой дни)",
|
||||
"unread.min-track-last": "Минимален брой публикации в темата, след което да започва следене на последно прочетената",
|
||||
"recent": "Настройки за скорошните",
|
||||
"recent.max-topics": "Максимален брой теми в скорошните",
|
||||
"recent.categoryFilter.disable": "Изключване на филтрирането на темите в пренебрегваните категории на страницата /recent",
|
||||
"signature": "Настройки за подписите",
|
||||
"signature.disable": "Забраняване на подписите",
|
||||
|
||||
@@ -43,9 +43,9 @@
|
||||
"new_register_multiple": "Има <strong>%1</strong> заявки за регистрация, които очакват да бъдат прегледани.",
|
||||
"flag_assigned_to_you": "<strong>Докладът %1</strong> беше назначен на Вас",
|
||||
"post_awaiting_review": "Публикацията чака да бъде прегледана",
|
||||
"profile-exported": "<strong>%1</strong> profile exported, click to download",
|
||||
"posts-exported": "<strong>%1</strong> posts exported, click to download",
|
||||
"uploads-exported": "<strong>%1</strong> uploads exported, click to download",
|
||||
"profile-exported": "Профилът на <strong>%1</strong> е изнесен, щракнете за сваляне",
|
||||
"posts-exported": "Публикациите на <strong>%1</strong> са изнесени, щракнете за сваляне",
|
||||
"uploads-exported": "Качванията на <strong>%1</strong> са изнесени, щракнете за сваляне",
|
||||
"email-confirmed": "Е-пощата беше потвърдена",
|
||||
"email-confirmed-message": "Благодарим Ви, че потвърдихте е-пощата си. Акаунтът Ви е вече напълно активиран.",
|
||||
"email-confirm-error-message": "Възникна проблем при потвърждаването на е-пощата Ви. Може кодът да е грешен или давността му да е изтекла.",
|
||||
|
||||
@@ -36,7 +36,8 @@
|
||||
"ban-ip": "Блокиране на IP адреса",
|
||||
"view-history": "История на редакциите",
|
||||
"bookmark_instructions": "Щракнете тук, за да се върнете към последно прочетената публикация в тази тема.",
|
||||
"flag_title": "Докладване на тази публикация до модератор",
|
||||
"flag_post": "Докладване на тази публикация",
|
||||
"flag_user": "Докладване на този потребител",
|
||||
"merged_message": "Тази тема беше слята в <a href=\"/topic/%1\">%2</a>",
|
||||
"deleted_message": "Темата е изтрита. Само потребители с права за управление на темите могат да я видят.",
|
||||
"following_topic.message": "Вече ще получавате известия когато някой публикува коментар в тази тема.",
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
"num-recent-replies": "# of Recent Replies",
|
||||
"ext-link": "External Link",
|
||||
"is-section": "Treat this category as a section",
|
||||
"tag-whitelist": "Tag Whitelist",
|
||||
"upload-image": "Upload Image",
|
||||
"delete-image": "Remove",
|
||||
"category-image": "Category Image",
|
||||
|
||||
@@ -42,6 +42,7 @@
|
||||
"unread.cutoff": "Unread cutoff days",
|
||||
"unread.min-track-last": "Minimum posts in topic before tracking last read",
|
||||
"recent": "Recent Settings",
|
||||
"recent.max-topics": "Maximum topics on /recent",
|
||||
"recent.categoryFilter.disable": "Disable filtering of topics in ignored categories on the /recent page",
|
||||
"signature": "Signature Settings",
|
||||
"signature.disable": "Disable signatures",
|
||||
|
||||
@@ -36,7 +36,8 @@
|
||||
"ban-ip": "Ban IP",
|
||||
"view-history": "Edit History",
|
||||
"bookmark_instructions": "Click here to return to the last read post in this thread.",
|
||||
"flag_title": "মডারেশনের জন্য এই পোস্টটি ফ্ল্যাগ করুন",
|
||||
"flag_post": "Flag this post",
|
||||
"flag_user": "Flag this user",
|
||||
"merged_message": "This topic has been merged into <a href=\"/topic/%1\">%2</a>",
|
||||
"deleted_message": "এই টপিকটি মুছে ফেলা হয়েছে। শুধুমাত্র টপিক ব্যবস্থাপনার ক্ষমতাপ্রাপ্ত সদস্যগণ এটি দেখতে পারবেন।",
|
||||
"following_topic.message": "এখন থেকে এই টপিকে অন্যকেউ পোস্ট করলে আপনি নোটিফিকেশন পাবেন।",
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
"num-recent-replies": "# posledních odpovědí",
|
||||
"ext-link": "Externí odkaz",
|
||||
"is-section": "Zacházet s kategorii jako se sekcí",
|
||||
"tag-whitelist": "Tag Whitelist",
|
||||
"upload-image": "Nahrát obrázek",
|
||||
"delete-image": "Vyjmout",
|
||||
"category-image": "Obrázek kategorie",
|
||||
|
||||
@@ -42,6 +42,7 @@
|
||||
"unread.cutoff": "Dny ukončení nepřečtených",
|
||||
"unread.min-track-last": "Minimální počet příspěvků v tématu před posledním čtením",
|
||||
"recent": "Nastavení pro poslední",
|
||||
"recent.max-topics": "Maximum topics on /recent",
|
||||
"recent.categoryFilter.disable": "Zakázat filtrování témat v ignorovaných kategoriích na poslední stránce",
|
||||
"signature": "Nastavení podpisu",
|
||||
"signature.disable": "Zakázat podpisy",
|
||||
|
||||
@@ -36,7 +36,8 @@
|
||||
"ban-ip": "Zakázat IP",
|
||||
"view-history": "Upravit historii",
|
||||
"bookmark_instructions": "Pro návrat k poslednímu čtenému příspěvku v tématu, klikněte zde.",
|
||||
"flag_title": "Označit tento příspěvek k moderování",
|
||||
"flag_post": "Flag this post",
|
||||
"flag_user": "Flag this user",
|
||||
"merged_message": "Toto téma bylo sloučeno do <a href=\"/topic/%1\">%2</a>",
|
||||
"deleted_message": "Toto téma bylo odstraněno. Jen uživatelé s oprávněním správy témat ho mohou vidět.",
|
||||
"following_topic.message": "Nyní budete dostávat upozornění, jakmile někdo přidá příspěvek do tohoto tématu.",
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
"num-recent-replies": "# of Recent Replies",
|
||||
"ext-link": "External Link",
|
||||
"is-section": "Treat this category as a section",
|
||||
"tag-whitelist": "Tag Whitelist",
|
||||
"upload-image": "Upload Image",
|
||||
"delete-image": "Remove",
|
||||
"category-image": "Category Image",
|
||||
|
||||
@@ -42,6 +42,7 @@
|
||||
"unread.cutoff": "Unread cutoff days",
|
||||
"unread.min-track-last": "Minimum posts in topic before tracking last read",
|
||||
"recent": "Recent Settings",
|
||||
"recent.max-topics": "Maximum topics on /recent",
|
||||
"recent.categoryFilter.disable": "Disable filtering of topics in ignored categories on the /recent page",
|
||||
"signature": "Signature Settings",
|
||||
"signature.disable": "Disable signatures",
|
||||
|
||||
@@ -36,7 +36,8 @@
|
||||
"ban-ip": "Ban IP",
|
||||
"view-history": "Edit History",
|
||||
"bookmark_instructions": "Klik her for at vende tilbage til den sidst læste indlæg i denne tråd.",
|
||||
"flag_title": "Meld dette indlæg til moderation",
|
||||
"flag_post": "Flag this post",
|
||||
"flag_user": "Flag this user",
|
||||
"merged_message": "This topic has been merged into <a href=\"/topic/%1\">%2</a>",
|
||||
"deleted_message": "Denne tråd er blevet slettet. Kun brugere med emne behandlings privilegier kan se den.",
|
||||
"following_topic.message": "Du vil nu modtage notifikationer når nogle skriver et indlæg i dette emne.",
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
"num-recent-replies": "Anzahl neuer Antworten",
|
||||
"ext-link": "Externer Link",
|
||||
"is-section": "Behandle diese Kategorie als Abschnitt",
|
||||
"tag-whitelist": "Tag Whitelist",
|
||||
"upload-image": "Bild hochladen",
|
||||
"delete-image": "Entfernen",
|
||||
"category-image": "Kategoriebild",
|
||||
|
||||
@@ -42,6 +42,7 @@
|
||||
"unread.cutoff": "Ungelesen-Limit (in Tagen)",
|
||||
"unread.min-track-last": "Minimale Anzahl an Beiträgen pro Thema bevor die letzte Sichtung mitgeschrieben wird",
|
||||
"recent": "Kürzlich verwendete Einstellungen",
|
||||
"recent.max-topics": "Maximum topics on /recent",
|
||||
"recent.categoryFilter.disable": "Filtern von Themen in ignorierten Kategorien auf der /recent Seite deaktivieren",
|
||||
"signature": "Signatureinstellungen",
|
||||
"signature.disable": "Signaturen deaktivieren",
|
||||
|
||||
@@ -36,7 +36,8 @@
|
||||
"ban-ip": "IP-Adresse bannen",
|
||||
"view-history": "Verlauf bearbeiten",
|
||||
"bookmark_instructions": "Klicke hier, um zum letzten gelesenen Beitrag des Themas zurückzukehren.",
|
||||
"flag_title": "Diesen Beitrag melden",
|
||||
"flag_post": "Flag this post",
|
||||
"flag_user": "Flag this user",
|
||||
"merged_message": "Dieses Thema wurde mit <a href=\"/topic/%1\">%2</a> zusammengeführt",
|
||||
"deleted_message": "Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.",
|
||||
"following_topic.message": "Du erhältst nun eine Benachrichtigung, wenn jemand einen Beitrag zu diesem Thema verfasst.",
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
"num-recent-replies": "# of Recent Replies",
|
||||
"ext-link": "External Link",
|
||||
"is-section": "Treat this category as a section",
|
||||
"tag-whitelist": "Tag Whitelist",
|
||||
"upload-image": "Upload Image",
|
||||
"delete-image": "Remove",
|
||||
"category-image": "Category Image",
|
||||
|
||||
@@ -42,6 +42,7 @@
|
||||
"unread.cutoff": "Unread cutoff days",
|
||||
"unread.min-track-last": "Minimum posts in topic before tracking last read",
|
||||
"recent": "Recent Settings",
|
||||
"recent.max-topics": "Maximum topics on /recent",
|
||||
"recent.categoryFilter.disable": "Disable filtering of topics in ignored categories on the /recent page",
|
||||
"signature": "Signature Settings",
|
||||
"signature.disable": "Disable signatures",
|
||||
|
||||
@@ -36,7 +36,8 @@
|
||||
"ban-ip": "Ban IP",
|
||||
"view-history": "Edit History",
|
||||
"bookmark_instructions": "Click here to return to the last read post in this thread.",
|
||||
"flag_title": "Επισήμανση αυτής της δημοσίευσης για συντονισμό",
|
||||
"flag_post": "Flag this post",
|
||||
"flag_user": "Flag this user",
|
||||
"merged_message": "This topic has been merged into <a href=\"/topic/%1\">%2</a>",
|
||||
"deleted_message": "Το θέμα αυτό έχει διαγραφεί. Μόνο οι χρήστες με δικαιώματα διαχειριστή θεμάτων μπορούν να το δουν.",
|
||||
"following_topic.message": "Θα λαμβάνεις ειδοποιήσεις όποτε κάποιος δημοσιεύει κάτι σε αυτό το θέμα.",
|
||||
|
||||
@@ -42,6 +42,7 @@
|
||||
"unread.cutoff": "Unread cutoff days",
|
||||
"unread.min-track-last": "Minimum posts in topic before tracking last read",
|
||||
"recent": "Recent Settings",
|
||||
"recent.max-topics": "Maximum topics on /recent",
|
||||
"recent.categoryFilter.disable": "Disable filtering of topics in ignored categories on the /recent page",
|
||||
"signature": "Signature Settings",
|
||||
"signature.disable": "Disable signatures",
|
||||
|
||||
@@ -41,7 +41,8 @@
|
||||
|
||||
"bookmark_instructions" : "Click here to return to the last read post in this thread.",
|
||||
|
||||
"flag_title": "Flag this post for moderation",
|
||||
"flag_post": "Flag this post",
|
||||
"flag_user": "Flag this user",
|
||||
|
||||
"merged_message": "This topic has been merged into <a href=\"/topic/%1\">%2</a>",
|
||||
"deleted_message": "This topic has been deleted. Only users with topic management privileges can see it.",
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
"num-recent-replies": "# of Recent Replies",
|
||||
"ext-link": "External Link",
|
||||
"is-section": "Treat this category as a section",
|
||||
"tag-whitelist": "Tag Whitelist",
|
||||
"upload-image": "Upload Image",
|
||||
"delete-image": "Remove",
|
||||
"category-image": "Category Image",
|
||||
|
||||
@@ -42,6 +42,7 @@
|
||||
"unread.cutoff": "Unread cutoff days",
|
||||
"unread.min-track-last": "Minimum posts in topic before tracking last read",
|
||||
"recent": "Recent Settings",
|
||||
"recent.max-topics": "Maximum topics on /recent",
|
||||
"recent.categoryFilter.disable": "Disable filtering of topics in ignored categories on the /recent page",
|
||||
"signature": "Signature Settings",
|
||||
"signature.disable": "Disable signatures",
|
||||
|
||||
@@ -36,7 +36,8 @@
|
||||
"ban-ip": "Ban IP",
|
||||
"view-history": "Edit History",
|
||||
"bookmark_instructions": "Click here to return to the last read post in this thread.",
|
||||
"flag_title": "Flag this post for moderation",
|
||||
"flag_post": "Flag this post",
|
||||
"flag_user": "Flag this user",
|
||||
"merged_message": "This topic has been merged into <a href=\"/topic/%1\">%2</a>",
|
||||
"deleted_message": "This topic has been deleted. Only users with topic management privileges can see it.",
|
||||
"following_topic.message": "You will now be receiving notifications when somebody posts to this topic.",
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
"num-recent-replies": "# of Recent Replies",
|
||||
"ext-link": "External Link",
|
||||
"is-section": "Treat this category as a section",
|
||||
"tag-whitelist": "Tag Whitelist",
|
||||
"upload-image": "Upload Image",
|
||||
"delete-image": "Remove",
|
||||
"category-image": "Category Image",
|
||||
|
||||
@@ -42,6 +42,7 @@
|
||||
"unread.cutoff": "Unread cutoff days",
|
||||
"unread.min-track-last": "Minimum posts in topic before tracking last read",
|
||||
"recent": "Recent Settings",
|
||||
"recent.max-topics": "Maximum topics on /recent",
|
||||
"recent.categoryFilter.disable": "Disable filtering of topics in ignored categories on the /recent page",
|
||||
"signature": "Signature Settings",
|
||||
"signature.disable": "Disable signatures",
|
||||
|
||||
@@ -36,7 +36,8 @@
|
||||
"ban-ip": "Ban IP",
|
||||
"view-history": "Edit History",
|
||||
"bookmark_instructions": "Click here to return to the last read post in this thread.",
|
||||
"flag_title": "Flag this post for moderation",
|
||||
"flag_post": "Flag this post",
|
||||
"flag_user": "Flag this user",
|
||||
"merged_message": "This topic has been merged into <a href=\"/topic/%1\">%2</a>",
|
||||
"deleted_message": "This topic has been deleted. Only users with topic management privileges can see it.",
|
||||
"following_topic.message": "You will now be receiving notifications when somebody posts to this topic.",
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
"num-recent-replies": "# de Respuestas Recientes",
|
||||
"ext-link": "Enlace Externo",
|
||||
"is-section": "Tratar esta categoría como una sección",
|
||||
"tag-whitelist": "Tag Whitelist",
|
||||
"upload-image": "Subir Imagen",
|
||||
"delete-image": "Eliminar",
|
||||
"category-image": "Imagen de Categoría",
|
||||
|
||||
@@ -42,6 +42,7 @@
|
||||
"unread.cutoff": "Días límite sin leer",
|
||||
"unread.min-track-last": "Entradas mínimas en un tema antes de indicar la última leída.",
|
||||
"recent": "Configuraciones recientes",
|
||||
"recent.max-topics": "Maximum topics on /recent",
|
||||
"recent.categoryFilter.disable": "Desactivar el filtrado de teas en categorías ignoradas en la página /reciente",
|
||||
"signature": "Configuraciones de Firma",
|
||||
"signature.disable": "Desactivar firmas",
|
||||
|
||||
@@ -36,7 +36,8 @@
|
||||
"ban-ip": "Banear IP",
|
||||
"view-history": "Editar Historial",
|
||||
"bookmark_instructions": "Haz click aquí para volver a tu último mensaje leído en este tema",
|
||||
"flag_title": "Reportar este mensaje",
|
||||
"flag_post": "Flag this post",
|
||||
"flag_user": "Flag this user",
|
||||
"merged_message": "Este tema ha sido fusionado en <a href=\"/topic/%1\">%2</a>",
|
||||
"deleted_message": "Este tema ha sido borrado. Solo los usuarios que tengan privilegios de administración de temas pueden verlo.",
|
||||
"following_topic.message": "Ahora recibiras notificaciones cuando alguien publique en este tema.",
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
"num-recent-replies": "# of Recent Replies",
|
||||
"ext-link": "External Link",
|
||||
"is-section": "Treat this category as a section",
|
||||
"tag-whitelist": "Tag Whitelist",
|
||||
"upload-image": "Upload Image",
|
||||
"delete-image": "Remove",
|
||||
"category-image": "Category Image",
|
||||
|
||||
@@ -42,6 +42,7 @@
|
||||
"unread.cutoff": "Unread cutoff days",
|
||||
"unread.min-track-last": "Minimum posts in topic before tracking last read",
|
||||
"recent": "Recent Settings",
|
||||
"recent.max-topics": "Maximum topics on /recent",
|
||||
"recent.categoryFilter.disable": "Disable filtering of topics in ignored categories on the /recent page",
|
||||
"signature": "Signature Settings",
|
||||
"signature.disable": "Disable signatures",
|
||||
|
||||
@@ -36,7 +36,8 @@
|
||||
"ban-ip": "Ban IP",
|
||||
"view-history": "Edit History",
|
||||
"bookmark_instructions": "Vajuta siia, et tagasi minna viimati loetud postituse juurde siin teemas.",
|
||||
"flag_title": "Märgista see postitus modereerimiseks",
|
||||
"flag_post": "Flag this post",
|
||||
"flag_user": "Flag this user",
|
||||
"merged_message": "This topic has been merged into <a href=\"/topic/%1\">%2</a>",
|
||||
"deleted_message": "See teema on kustutatud. Ainult kasutajad kellel on piisavalt õigusi saavad seda näha.",
|
||||
"following_topic.message": "Sulle ei edastata enam teateid uutest postitustest kui keegi postitab siia teemasse.",
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
"num-recent-replies": "# of Recent Replies",
|
||||
"ext-link": "External Link",
|
||||
"is-section": "Treat this category as a section",
|
||||
"tag-whitelist": "Tag Whitelist",
|
||||
"upload-image": "Upload Image",
|
||||
"delete-image": "Remove",
|
||||
"category-image": "Category Image",
|
||||
|
||||
@@ -42,6 +42,7 @@
|
||||
"unread.cutoff": "Unread cutoff days",
|
||||
"unread.min-track-last": "Minimum posts in topic before tracking last read",
|
||||
"recent": "Recent Settings",
|
||||
"recent.max-topics": "Maximum topics on /recent",
|
||||
"recent.categoryFilter.disable": "Disable filtering of topics in ignored categories on the /recent page",
|
||||
"signature": "Signature Settings",
|
||||
"signature.disable": "Disable signatures",
|
||||
|
||||
@@ -36,7 +36,8 @@
|
||||
"ban-ip": "مسدود کردن IP",
|
||||
"view-history": "تاریخچه ویرایش",
|
||||
"bookmark_instructions": "برای بازگشت به آخرین پست در این موضوع اینجا را کلیک کنید.",
|
||||
"flag_title": "پرچمگذاری این موضوع برای بررسی ناظران",
|
||||
"flag_post": "Flag this post",
|
||||
"flag_user": "Flag this user",
|
||||
"merged_message": "این تاپیک با %2 ادغام شد",
|
||||
"deleted_message": "این موضوع پاک شده است. تنها کاربرانِ با حق مدیریت موضوع میتوانند آن را ببینند.",
|
||||
"following_topic.message": "از این پس اگر کسی در این موضوع پست بگذارد، شما آگاه خواهید شد.",
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
"num-recent-replies": "# of Recent Replies",
|
||||
"ext-link": "External Link",
|
||||
"is-section": "Treat this category as a section",
|
||||
"tag-whitelist": "Tag Whitelist",
|
||||
"upload-image": "Upload Image",
|
||||
"delete-image": "Remove",
|
||||
"category-image": "Category Image",
|
||||
|
||||
@@ -42,6 +42,7 @@
|
||||
"unread.cutoff": "Unread cutoff days",
|
||||
"unread.min-track-last": "Minimum posts in topic before tracking last read",
|
||||
"recent": "Recent Settings",
|
||||
"recent.max-topics": "Maximum topics on /recent",
|
||||
"recent.categoryFilter.disable": "Disable filtering of topics in ignored categories on the /recent page",
|
||||
"signature": "Signature Settings",
|
||||
"signature.disable": "Disable signatures",
|
||||
|
||||
@@ -36,7 +36,8 @@
|
||||
"ban-ip": "Ban IP",
|
||||
"view-history": "Muokkaa historiaa",
|
||||
"bookmark_instructions": "Klikkaa tästä palataksesi viimeisimpään luettuun viestiin tässä aiheessa",
|
||||
"flag_title": "Ilmianna tämä viesti moderaattoreille",
|
||||
"flag_post": "Flag this post",
|
||||
"flag_user": "Flag this user",
|
||||
"merged_message": "Tämä aihe on sulautettu aiheeseen <a href=\"/topic/%1\"> %2¤</a>",
|
||||
"deleted_message": "Tämä aihe on poistettu. Vain käyttäjät, joilla on aiheen hallintaoikeudet, voivat nähdä sen.",
|
||||
"following_topic.message": "Saat nyt ilmoituksen, kun joku kirjoittaa tähän aiheeseen.",
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
"num-recent-replies": "# de réponses récentes",
|
||||
"ext-link": "Lien externe",
|
||||
"is-section": "Traiter cette catégorie comme une section",
|
||||
"tag-whitelist": "Liste blanche de mots clés",
|
||||
"upload-image": "Envoyer une image",
|
||||
"delete-image": "Enlever",
|
||||
"category-image": "Image de la catégorie",
|
||||
|
||||
@@ -42,6 +42,7 @@
|
||||
"unread.cutoff": "Nombre de jours pour les messages non-lus",
|
||||
"unread.min-track-last": "Nombre minimum de messages dans le sujet avant de garder en mémoire le dernier message lu",
|
||||
"recent": "Réglages récents",
|
||||
"recent.max-topics": "Maximum topics on /recent",
|
||||
"recent.categoryFilter.disable": "Désactiver le filtrage des sujets dans les catégories ignorées sur la page /recent",
|
||||
"signature": "Paramètres de signature",
|
||||
"signature.disable": "Désactiver les signatures",
|
||||
|
||||
@@ -43,9 +43,9 @@
|
||||
"new_register_multiple": "<strong>%1</strong> inscription(s) est en attente de validation.",
|
||||
"flag_assigned_to_you": "<strong>Drapeau %1</strong> vous a été assigné",
|
||||
"post_awaiting_review": "Message en attente de validation",
|
||||
"profile-exported": "<strong>%1</strong> profile exported, click to download",
|
||||
"posts-exported": "<strong>%1</strong> posts exported, click to download",
|
||||
"uploads-exported": "<strong>%1</strong> uploads exported, click to download",
|
||||
"profile-exported": "<strong>%1</strong> profil exporté, cliquez pour le télécharger",
|
||||
"posts-exported": "<strong>%1</strong> messages exportés, cliquez pour les télécharger",
|
||||
"uploads-exported": "<strong>%1</strong> envois exportés, cliquez pour les télécharger",
|
||||
"email-confirmed": "Email vérifié",
|
||||
"email-confirmed-message": "Merci pour la validation de votre adresse email. Votre compte est désormais activé.",
|
||||
"email-confirm-error-message": "Il y a un un problème dans la vérification de votre adresse email. Le code est peut être invalide ou a expiré.",
|
||||
|
||||
@@ -36,7 +36,8 @@
|
||||
"ban-ip": "Bannir l'IP",
|
||||
"view-history": "Éditer l'historique",
|
||||
"bookmark_instructions": "Cliquez ici pour retourner au dernier message lu de ce fil.",
|
||||
"flag_title": "Signaler ce message à la modération",
|
||||
"flag_post": "Flag this post",
|
||||
"flag_user": "Flag this user",
|
||||
"merged_message": "Ce sujet a été fusionné dans <a href=\"/topic/%1\">%2</a>",
|
||||
"deleted_message": "Ce sujet a été supprimé. Seuls les utilisateurs avec les droits d'administration peuvent le voir.",
|
||||
"following_topic.message": "Vous recevrez désormais des notifications lorsque quelqu'un postera dans ce sujet.",
|
||||
|
||||
@@ -179,9 +179,9 @@
|
||||
"consent.right_to_data_portability": "Vous avez la possibilité de portabilité des données.",
|
||||
"consent.right_to_data_portability_description": "Vous pouvez exporter de toutes vos données collectées. Vous pouvez le faire en cliquant sur le bouton ci-dessous.",
|
||||
"consent.export_profile": "Exporter Profile (.json)",
|
||||
"consent.export-profile-success": "Exporting profile, you will get a notification when it is complete.",
|
||||
"consent.export-profile-success": "Exportation du profil, vous recevrez une notification lorsqu'elle sera terminée.",
|
||||
"consent.export_uploads": "Exporter le contenu de vos fichiers envoyés (.zip)",
|
||||
"consent.export-uploads-success": "Exporting uploads, you will get a notification when it is complete.",
|
||||
"consent.export-uploads-success": "Exportation des envois, vous recevrez une notification lorsqu'elle sera terminée.",
|
||||
"consent.export_posts": "Exporter vos messages (.csv)",
|
||||
"consent.export-posts-success": "Exporting posts, you will get a notification when it is complete."
|
||||
"consent.export-posts-success": "Exportation des messages, vous recevrez une notification lorsqu'elle sera terminée."
|
||||
}
|
||||
@@ -11,6 +11,7 @@
|
||||
"num-recent-replies": "# of Recent Replies",
|
||||
"ext-link": "External Link",
|
||||
"is-section": "Treat this category as a section",
|
||||
"tag-whitelist": "Tag Whitelist",
|
||||
"upload-image": "Upload Image",
|
||||
"delete-image": "Remove",
|
||||
"category-image": "Category Image",
|
||||
|
||||
@@ -42,6 +42,7 @@
|
||||
"unread.cutoff": "Unread cutoff days",
|
||||
"unread.min-track-last": "Minimum posts in topic before tracking last read",
|
||||
"recent": "Recent Settings",
|
||||
"recent.max-topics": "Maximum topics on /recent",
|
||||
"recent.categoryFilter.disable": "Disable filtering of topics in ignored categories on the /recent page",
|
||||
"signature": "Signature Settings",
|
||||
"signature.disable": "Disable signatures",
|
||||
|
||||
@@ -36,7 +36,8 @@
|
||||
"ban-ip": "Ban IP",
|
||||
"view-history": "Edit History",
|
||||
"bookmark_instructions": "Pica aquí para volver á última mensaxe lida neste tema ",
|
||||
"flag_title": "Reportar esta mensaxe",
|
||||
"flag_post": "Flag this post",
|
||||
"flag_user": "Flag this user",
|
||||
"merged_message": "This topic has been merged into <a href=\"/topic/%1\">%2</a>",
|
||||
"deleted_message": "Este tema foi borrado. Só os usuarios con privilexios administrativos poden velo.",
|
||||
"following_topic.message": "Agora recibirás notificacións cando alguén publique neste tema.",
|
||||
|
||||
@@ -18,17 +18,17 @@
|
||||
"mongo.resident-memory": "זכרון קיים",
|
||||
"mongo.virtual-memory": "זיכרון וירטואלי",
|
||||
"mongo.mapped-memory": "זיכרון ממופה",
|
||||
"mongo.bytes-in": "Bytes In",
|
||||
"mongo.bytes-out": "Bytes Out",
|
||||
"mongo.bytes-in": "ביטים נכנסים",
|
||||
"mongo.bytes-out": "ביטים יוצאים",
|
||||
"mongo.num-requests": "מספר בקשות",
|
||||
"mongo.raw-info": "מידע לא מעובד מMongoDB",
|
||||
"mongo.unauthorized": "NodeBB was unable to query the MongoDB database for relevant statistics. Please ensure that the user in use by NodeBB contains the "clusterMonitor" role for the "admin" database.",
|
||||
|
||||
"redis": "Redis",
|
||||
"redis.version": "גרסת Redis",
|
||||
"redis.keys": "Keys",
|
||||
"redis.expires": "Expires",
|
||||
"redis.avg-ttl": "Average TTL",
|
||||
"redis.keys": "מפתחות",
|
||||
"redis.expires": "פג תוקף",
|
||||
"redis.avg-ttl": "זמן TTL ממוצע",
|
||||
"redis.connected-clients": "לקוחות מחוברים",
|
||||
"redis.connected-slaves": "לקוחות מחוברים",
|
||||
"redis.blocked-clients": "לקוחות חסומים",
|
||||
@@ -39,8 +39,8 @@
|
||||
"redis.iops": "Instantaneous Ops. Per Second",
|
||||
"redis.iinput": "Instantaneous Input Per Second",
|
||||
"redis.ioutput": "Instantaneous Output Per Second",
|
||||
"redis.total-input": "Total Input",
|
||||
"redis.total-output": "Total Ouput",
|
||||
"redis.total-input": "סך הכל מידע נכנס",
|
||||
"redis.total-output": "סך הכל מידע יוצא",
|
||||
|
||||
"redis.keyspace-hits": "Keyspace Hits",
|
||||
"redis.keyspace-misses": "Keyspace Misses",
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
"num-recent-replies": "# of Recent Replies",
|
||||
"ext-link": "External Link",
|
||||
"is-section": "Treat this category as a section",
|
||||
"tag-whitelist": "Tag Whitelist",
|
||||
"upload-image": "Upload Image",
|
||||
"delete-image": "Remove",
|
||||
"category-image": "Category Image",
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"global": "כללי",
|
||||
"global.no-users": "אין הרשאות כלליות למשתמשים מסויימים",
|
||||
"admin": "Admin",
|
||||
"group-privileges": "Group Privileges",
|
||||
"user-privileges": "User Privileges",
|
||||
"admin": "מנהל",
|
||||
"group-privileges": "הרשאות קבוצתיות",
|
||||
"user-privileges": "הרשאות משתמש",
|
||||
"chat": "צ'אט",
|
||||
"upload-images": "העלאת תמונות",
|
||||
"upload-files": "העלאת קבצים",
|
||||
@@ -17,7 +17,7 @@
|
||||
"view-groups": "צפייה בקבוצות",
|
||||
"allow-local-login": "התחברות מקומית",
|
||||
"allow-group-creation": "יצרת קבוצות",
|
||||
"view-users-info": "View Users Info",
|
||||
"view-users-info": "צפיה במידע משתמש",
|
||||
"find-category": "מציאת הקטגוריה",
|
||||
"access-category": "גישה לקטגוריה",
|
||||
"access-topics": "גישה לנושאים",
|
||||
@@ -30,13 +30,13 @@
|
||||
"view_deleted": "הצגת פוסטים מחוקים",
|
||||
"upvote-posts": "Upvote Posts",
|
||||
"downvote-posts": "Downvote Posts",
|
||||
"delete-topics": "Delete Topics",
|
||||
"delete-topics": "מחיקת נושא",
|
||||
"purge": "Purge",
|
||||
"moderate": "Moderate",
|
||||
|
||||
"admin-dashboard": "Dashboard",
|
||||
"admin-categories": "Categories",
|
||||
"admin-privileges": "Privileges",
|
||||
"admin-users": "Users",
|
||||
"admin-settings": "Settings"
|
||||
"admin-dashboard": "לוח מחוונים",
|
||||
"admin-categories": "קטגוריות",
|
||||
"admin-privileges": "הרשאות",
|
||||
"admin-users": "משתמשים",
|
||||
"admin-settings": "הגדרות"
|
||||
}
|
||||
@@ -42,6 +42,7 @@
|
||||
"unread.cutoff": "Unread cutoff days",
|
||||
"unread.min-track-last": "Minimum posts in topic before tracking last read",
|
||||
"recent": "Recent Settings",
|
||||
"recent.max-topics": "Maximum topics on /recent",
|
||||
"recent.categoryFilter.disable": "Disable filtering of topics in ignored categories on the /recent page",
|
||||
"signature": "Signature Settings",
|
||||
"signature.disable": "Disable signatures",
|
||||
|
||||
@@ -36,7 +36,8 @@
|
||||
"ban-ip": "הרחק כתובת IP",
|
||||
"view-history": "ערוך היסטוריה",
|
||||
"bookmark_instructions": "לחץ כאן לחזור לפוסט האחרון שקראת בנושא הזה.",
|
||||
"flag_title": "דווח על פוסט זה למנהל",
|
||||
"flag_post": "Flag this post",
|
||||
"flag_user": "Flag this user",
|
||||
"merged_message": "נושא זה מוזג עם <a href=\"/topic/%1\">%2</a>",
|
||||
"deleted_message": "נושא זה נמחק. רק משתמשים עם ההרשאות המתאימות יכולים לצפות בו.",
|
||||
"following_topic.message": "מעתה, תקבל הודעות כאשר מישהו יעלה פוסט לנושא זה.",
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
"num-recent-replies": "# nedavnih objava",
|
||||
"ext-link": "Vanjska poveznica",
|
||||
"is-section": "Treat this category as a section",
|
||||
"tag-whitelist": "Tag Whitelist",
|
||||
"upload-image": "Učitaj sliku",
|
||||
"delete-image": "Ukloni",
|
||||
"category-image": "Slika kategorije",
|
||||
|
||||
@@ -42,6 +42,7 @@
|
||||
"unread.cutoff": "Nepročitano dani prekinutosti",
|
||||
"unread.min-track-last": "Minimalni broj objava u temi prije praćenja zadnje pročitanog",
|
||||
"recent": "Nedavne postavke",
|
||||
"recent.max-topics": "Maximum topics on /recent",
|
||||
"recent.categoryFilter.disable": "onemogući filtriranje tema u ignoriranim kategorijama na stranici /nedavno",
|
||||
"signature": "Postavke potpisa",
|
||||
"signature.disable": "Onemogući potpise",
|
||||
|
||||
@@ -36,7 +36,8 @@
|
||||
"ban-ip": "Ban IP",
|
||||
"view-history": "Edit History",
|
||||
"bookmark_instructions": "Klikni ovdje za povratak na zadnji pročitani post.",
|
||||
"flag_title": "Označi ovaj post za zastavom za moderaciju",
|
||||
"flag_post": "Flag this post",
|
||||
"flag_user": "Flag this user",
|
||||
"merged_message": "This topic has been merged into <a href=\"/topic/%1\">%2</a>",
|
||||
"deleted_message": "Ova tema je obrisana. Samo korisnici sa privilegijom upravljanja tema je mogu vidjeti.",
|
||||
"following_topic.message": "Od sada ćete primati obavijesti kada netko objavi objavu u ovoj temi.",
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
"num-recent-replies": "Utóbbi válaszok száma",
|
||||
"ext-link": "Külső link",
|
||||
"is-section": "Ez a kategória legyen szakaszként kezelve",
|
||||
"tag-whitelist": "Tag Whitelist",
|
||||
"upload-image": "Kép feltöltése",
|
||||
"delete-image": "Törlés",
|
||||
"category-image": "Kategóriakép",
|
||||
|
||||
@@ -42,6 +42,7 @@
|
||||
"unread.cutoff": "Unread cutoff days",
|
||||
"unread.min-track-last": "Minimum posts in topic before tracking last read",
|
||||
"recent": "Recent Settings",
|
||||
"recent.max-topics": "Maximum topics on /recent",
|
||||
"recent.categoryFilter.disable": "Disable filtering of topics in ignored categories on the /recent page",
|
||||
"signature": "Signature Settings",
|
||||
"signature.disable": "Disable signatures",
|
||||
|
||||
@@ -36,7 +36,8 @@
|
||||
"ban-ip": "IP-cím kitiltása",
|
||||
"view-history": "Edit History",
|
||||
"bookmark_instructions": "Kattints ide a beszélgetés utolsó hozzászólására ugráshoz.",
|
||||
"flag_title": "A hozzászólás jelentése a moderátoroknál",
|
||||
"flag_post": "Flag this post",
|
||||
"flag_user": "Flag this user",
|
||||
"merged_message": "A témakör következőbe lett összevonva: <a href=\"/topic/%1\">%2</a>",
|
||||
"deleted_message": "A témakör törölve lett. Csak a témakör-kezelési joggal rendelkező felhasználók láthatják.",
|
||||
"following_topic.message": "Mostantól értesítést kapsz, mikor valaki hozzászól ehhez a témakörhöz.",
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
"num-recent-replies": "# of Recent Replies",
|
||||
"ext-link": "External Link",
|
||||
"is-section": "Treat this category as a section",
|
||||
"tag-whitelist": "Tag Whitelist",
|
||||
"upload-image": "Upload Image",
|
||||
"delete-image": "Remove",
|
||||
"category-image": "Category Image",
|
||||
|
||||
@@ -42,6 +42,7 @@
|
||||
"unread.cutoff": "Unread cutoff days",
|
||||
"unread.min-track-last": "Minimum posts in topic before tracking last read",
|
||||
"recent": "Recent Settings",
|
||||
"recent.max-topics": "Maximum topics on /recent",
|
||||
"recent.categoryFilter.disable": "Disable filtering of topics in ignored categories on the /recent page",
|
||||
"signature": "Signature Settings",
|
||||
"signature.disable": "Disable signatures",
|
||||
|
||||
@@ -36,7 +36,8 @@
|
||||
"ban-ip": "Ban IP",
|
||||
"view-history": "Edit History",
|
||||
"bookmark_instructions": "Klik di sini untuk kembali ke posting yang terakhir kali dibaca pada topik ini.",
|
||||
"flag_title": "Tandai posting ini untuk moderasi",
|
||||
"flag_post": "Flag this post",
|
||||
"flag_user": "Flag this user",
|
||||
"merged_message": "This topic has been merged into <a href=\"/topic/%1\">%2</a>",
|
||||
"deleted_message": "Topik ini telah dihapus. Hanya pengguna dengan hak manajemen topik yang dapat melihatnya.",
|
||||
"following_topic.message": "Saat ini kamu akan menerima pemberitahuan saat seseorang membuat posting di dalam topik ini.",
|
||||
|
||||
@@ -5,12 +5,13 @@
|
||||
"name": "Nome Categoria",
|
||||
"description": "Descrizione categoria",
|
||||
"bg-color": "Colore sfondo",
|
||||
"text-color": "Colore del testo",
|
||||
"text-color": "Colore testo",
|
||||
"bg-image-size": "Dimensione dell'immagine di sfondo",
|
||||
"custom-class": "Classe personalizzata",
|
||||
"num-recent-replies": "# di Repliche Recenti",
|
||||
"ext-link": "Link esterni",
|
||||
"is-section": "Tratta questa categoria come una sezione",
|
||||
"tag-whitelist": "Whitelist tag",
|
||||
"upload-image": "Caricamento Immagine",
|
||||
"delete-image": "Rimuove",
|
||||
"category-image": "Immagine di Categoria",
|
||||
|
||||
@@ -6,5 +6,5 @@
|
||||
"max-posts-per-page": "Numero massimo di post per pagina",
|
||||
"categories": "Categoria Impaginazione",
|
||||
"topics-per-page": "Discussioni per pagina",
|
||||
"max-topics-per-page": "Numero massimo di Discussioni per pagina"
|
||||
"max-topics-per-page": "Numero massimo di discussioni per pagina"
|
||||
}
|
||||
@@ -42,6 +42,7 @@
|
||||
"unread.cutoff": "Giorni di interruzione non letti",
|
||||
"unread.min-track-last": "Post minimi nell'argomento prima del monitoraggio dell'ultima lettura",
|
||||
"recent": "Impostazioni Recenti",
|
||||
"recent.max-topics": "Numero massimo di discussioni in atto/recenti",
|
||||
"recent.categoryFilter.disable": "Disabilita il filtro degli argomenti nelle categorie ignorate nella pagina/recente",
|
||||
"signature": "Impostazioni della Firma",
|
||||
"signature.disable": "Disabilita le firme",
|
||||
|
||||
@@ -43,9 +43,9 @@
|
||||
"new_register_multiple": "Ci sono <strong>%1</strong> richieste di registrazione che attendono di essere esaminate.",
|
||||
"flag_assigned_to_you": "<strong>Segnalazione %1</strong> ti è stata assegnata",
|
||||
"post_awaiting_review": "Post in attesa di revisione",
|
||||
"profile-exported": "<strong>%1</strong> profile exported, click to download",
|
||||
"posts-exported": "<strong>%1</strong> posts exported, click to download",
|
||||
"uploads-exported": "<strong>%1</strong> uploads exported, click to download",
|
||||
"profile-exported": "<strong>%1</strong> profilo esportato, clicca per scaricare",
|
||||
"posts-exported": "<strong>%1</strong> post esportati, clicca per scaricare",
|
||||
"uploads-exported": "<strong>%1</strong> caricamenti esportati, clicca per scaricare",
|
||||
"email-confirmed": "Email Confermata",
|
||||
"email-confirmed-message": "Grazie per aver validato la tua email. Il tuo account è ora completamente attivato.",
|
||||
"email-confirm-error-message": "C'è stato un problema nella validazione del tuo indirizzo email. Potrebbe essere il codice non valido o scaduto.",
|
||||
|
||||
@@ -36,7 +36,8 @@
|
||||
"ban-ip": "Banna indirizzo IP",
|
||||
"view-history": "Modifica storico",
|
||||
"bookmark_instructions": "Clicca qui per tornare all'ultimo post letto in questa discussione.",
|
||||
"flag_title": "Segnala questo post per la moderazione",
|
||||
"flag_post": "Flag this post",
|
||||
"flag_user": "Flag this user",
|
||||
"merged_message": "Discussione unita a <a href=\"/topic/%1\">%2</a>",
|
||||
"deleted_message": "Questa discussione è stata cancellata. Solo gli utenti con diritti di gestione possono vederla.",
|
||||
"following_topic.message": "Da ora riceverai notifiche quando qualcuno posterà in questa discussione.",
|
||||
|
||||
@@ -179,9 +179,9 @@
|
||||
"consent.right_to_data_portability": "Hai i privilegi alla portabilità dei dati",
|
||||
"consent.right_to_data_portability_description": "Puoi richiedere da noi un'esportazione leggibile meccanicamente di tutti i dati raccolti su di te e sul tuo account. Puoi farlo facendo clic sul pulsante appropriato in basso.",
|
||||
"consent.export_profile": "Esporta profilo (.json)",
|
||||
"consent.export-profile-success": "Exporting profile, you will get a notification when it is complete.",
|
||||
"consent.export-profile-success": "Esportazione del profilo, riceverai una notifica al termine.",
|
||||
"consent.export_uploads": "Esporta i contenuti caricati (.zip)",
|
||||
"consent.export-uploads-success": "Exporting uploads, you will get a notification when it is complete.",
|
||||
"consent.export-uploads-success": "Esportazione dei caricamenti, riceverai una notifica al termine.",
|
||||
"consent.export_posts": "Esporta i post (.csv)",
|
||||
"consent.export-posts-success": "Exporting posts, you will get a notification when it is complete."
|
||||
"consent.export-posts-success": "Esportazione dei post, riceverai una notifica al termine."
|
||||
}
|
||||
@@ -11,6 +11,7 @@
|
||||
"num-recent-replies": "# 最近の返信数",
|
||||
"ext-link": "外部リンク",
|
||||
"is-section": "このカテゴリをセクションとして扱う",
|
||||
"tag-whitelist": "Tag Whitelist",
|
||||
"upload-image": "画像をアップロード",
|
||||
"delete-image": "削除",
|
||||
"category-image": "カテゴリ画像",
|
||||
|
||||
@@ -42,6 +42,7 @@
|
||||
"unread.cutoff": "未読のカットオフ日",
|
||||
"unread.min-track-last": "最後に読み込みを行う前に追跡するスレッドの最小投稿数",
|
||||
"recent": "最近の設定",
|
||||
"recent.max-topics": "Maximum topics on /recent",
|
||||
"recent.categoryFilter.disable": "最近のページで無視されたカテゴリのトピックのフィルタリングを無効にする",
|
||||
"signature": "署名の設定",
|
||||
"signature.disable": "署名を無効にする",
|
||||
|
||||
@@ -36,7 +36,8 @@
|
||||
"ban-ip": "IPをBan",
|
||||
"view-history": "履歴を編集",
|
||||
"bookmark_instructions": "ここをクリックすると、このスレッドの最後に読んでいた投稿へ移動します。",
|
||||
"flag_title": "問題を報告する",
|
||||
"flag_post": "Flag this post",
|
||||
"flag_user": "Flag this user",
|
||||
"merged_message": "This topic has been merged into <a href=\"/topic/%1\">%2</a>",
|
||||
"deleted_message": "このスレッドが削除されました。スレッド管理権を持っているユーザーにしか読めません。",
|
||||
"following_topic.message": "このスレッドが更新された際に通知を受け取ります。",
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
"num-recent-replies": "최근 답장 갯수",
|
||||
"ext-link": "외부 링크",
|
||||
"is-section": "이 게시판을 섹션으로 취급",
|
||||
"tag-whitelist": "Tag Whitelist",
|
||||
"upload-image": "이미지 업로드",
|
||||
"delete-image": "삭제",
|
||||
"category-image": "게시판 이미지",
|
||||
|
||||
@@ -42,6 +42,7 @@
|
||||
"unread.cutoff": "읽지 않은 글 표기 기간",
|
||||
"unread.min-track-last": "마지막으로 읽은 글 추적 기능을 사용할 최소 글 수",
|
||||
"recent": "최근 작성된 글 설정",
|
||||
"recent.max-topics": "Maximum topics on /recent",
|
||||
"recent.categoryFilter.disable": "최근 작성된 글 페이지에서 무시 중인 게시판의 게시물도 포함",
|
||||
"signature": "서명 설정",
|
||||
"signature.disable": "서명 비활성화",
|
||||
|
||||
@@ -36,7 +36,8 @@
|
||||
"ban-ip": "IP 차단",
|
||||
"view-history": "편집 기록",
|
||||
"bookmark_instructions": "이 스레드에서 읽은 마지막 포스트로 이동하시려면 여기를 클릭 하세요.",
|
||||
"flag_title": "이 포스트를 신고",
|
||||
"flag_post": "Flag this post",
|
||||
"flag_user": "Flag this user",
|
||||
"merged_message": "이 게시물은 <a href=\"/topic/%1\">%2</a>(으)로 병합되었습니다",
|
||||
"deleted_message": "이 게시물은 삭제됐습니다. 게시물 관리 권한이 있는 사용자만 볼 수 있습니다.",
|
||||
"following_topic.message": "이제 이 게시물에 새 답글이 달리면 알림을 받습니다.",
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
"num-recent-replies": "# of Recent Replies",
|
||||
"ext-link": "External Link",
|
||||
"is-section": "Treat this category as a section",
|
||||
"tag-whitelist": "Tag Whitelist",
|
||||
"upload-image": "Upload Image",
|
||||
"delete-image": "Remove",
|
||||
"category-image": "Category Image",
|
||||
|
||||
@@ -42,6 +42,7 @@
|
||||
"unread.cutoff": "Unread cutoff days",
|
||||
"unread.min-track-last": "Minimum posts in topic before tracking last read",
|
||||
"recent": "Recent Settings",
|
||||
"recent.max-topics": "Maximum topics on /recent",
|
||||
"recent.categoryFilter.disable": "Disable filtering of topics in ignored categories on the /recent page",
|
||||
"signature": "Signature Settings",
|
||||
"signature.disable": "Disable signatures",
|
||||
|
||||
@@ -36,7 +36,8 @@
|
||||
"ban-ip": "Blokuoti IP",
|
||||
"view-history": "Edit History",
|
||||
"bookmark_instructions": "Click here to return to the last read post in this thread.",
|
||||
"flag_title": "Pažymėti ši pranešimą moderatoriams",
|
||||
"flag_post": "Flag this post",
|
||||
"flag_user": "Flag this user",
|
||||
"merged_message": "This topic has been merged into <a href=\"/topic/%1\">%2</a>",
|
||||
"deleted_message": "Ši tema buvo ištrinta. Tik Vartotojai su temos redagavimo privilegijomis gali matyti ja",
|
||||
"following_topic.message": "Dabar jūs gausite pranešimus kai kas nors atrašys šioje temoje.",
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
"num-recent-replies": "Neseno atbilžu skaits",
|
||||
"ext-link": "Ārējā saite",
|
||||
"is-section": "Izmantot kategoriju kā sadaļu",
|
||||
"tag-whitelist": "Tag Whitelist",
|
||||
"upload-image": "Augšupielādēt bildi",
|
||||
"delete-image": "Noņemt",
|
||||
"category-image": "Kategorijas bilde",
|
||||
|
||||
@@ -42,6 +42,7 @@
|
||||
"unread.cutoff": "Nelasīto rakstu vecumu robeža",
|
||||
"unread.min-track-last": "Minimālais rakstu skaits tematā pirms izseko pēdējo lasīto",
|
||||
"recent": "Nesenie raksti",
|
||||
"recent.max-topics": "Maximum topics on /recent",
|
||||
"recent.categoryFilter.disable": "Atspējot tematu filtrēšanu ignorētās kategorijās /recent lapā",
|
||||
"signature": "Parakstīšanās",
|
||||
"signature.disable": "Atspējot parakstus",
|
||||
|
||||
@@ -36,7 +36,8 @@
|
||||
"ban-ip": "Bloķēt IP adresi",
|
||||
"view-history": "Rediģēšanas vēsture",
|
||||
"bookmark_instructions": "Noklikšķināt, lai atgrieztos pēdējā lasītā rakstā šajā pavedienā.",
|
||||
"flag_title": "Atzīmēt rakstu moderācijai",
|
||||
"flag_post": "Flag this post",
|
||||
"flag_user": "Flag this user",
|
||||
"merged_message": "Šis temats ir apvienots ar <a href=\"/topic/%1\">%2</a>",
|
||||
"deleted_message": "Šis temats ir izdzēsts. To var skatīt tikai lietotāji ar temata pārvaldības privilēģijām.",
|
||||
"following_topic.message": "Tagad saņemsi paziņojumus, kad kāds šai tematā rakstīs.",
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
"num-recent-replies": "# of Recent Replies",
|
||||
"ext-link": "External Link",
|
||||
"is-section": "Treat this category as a section",
|
||||
"tag-whitelist": "Tag Whitelist",
|
||||
"upload-image": "Upload Image",
|
||||
"delete-image": "Remove",
|
||||
"category-image": "Category Image",
|
||||
|
||||
@@ -42,6 +42,7 @@
|
||||
"unread.cutoff": "Unread cutoff days",
|
||||
"unread.min-track-last": "Minimum posts in topic before tracking last read",
|
||||
"recent": "Recent Settings",
|
||||
"recent.max-topics": "Maximum topics on /recent",
|
||||
"recent.categoryFilter.disable": "Disable filtering of topics in ignored categories on the /recent page",
|
||||
"signature": "Signature Settings",
|
||||
"signature.disable": "Disable signatures",
|
||||
|
||||
@@ -36,7 +36,8 @@
|
||||
"ban-ip": "Ban IP",
|
||||
"view-history": "Edit History",
|
||||
"bookmark_instructions": "Click here to return to the last read post in this thread.",
|
||||
"flag_title": "Tanda kiriman ini untuk diselia",
|
||||
"flag_post": "Flag this post",
|
||||
"flag_user": "Flag this user",
|
||||
"merged_message": "This topic has been merged into <a href=\"/topic/%1\">%2</a>",
|
||||
"deleted_message": "Topik ini telah dipadam. Hanya pengguna dengan kuasa pengurusan boleh melihatnya.",
|
||||
"following_topic.message": "Anda akan menerima makluman apabila ada kiriman ke dalam topik ini",
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
"num-recent-replies": "# of Recent Replies",
|
||||
"ext-link": "External Link",
|
||||
"is-section": "Treat this category as a section",
|
||||
"tag-whitelist": "Tag Whitelist",
|
||||
"upload-image": "Upload Image",
|
||||
"delete-image": "Remove",
|
||||
"category-image": "Category Image",
|
||||
|
||||
@@ -42,6 +42,7 @@
|
||||
"unread.cutoff": "Unread cutoff days",
|
||||
"unread.min-track-last": "Minimum posts in topic before tracking last read",
|
||||
"recent": "Recent Settings",
|
||||
"recent.max-topics": "Maximum topics on /recent",
|
||||
"recent.categoryFilter.disable": "Disable filtering of topics in ignored categories on the /recent page",
|
||||
"signature": "Signature Settings",
|
||||
"signature.disable": "Disable signatures",
|
||||
|
||||
@@ -36,7 +36,8 @@
|
||||
"ban-ip": "Ban IP",
|
||||
"view-history": "Edit History",
|
||||
"bookmark_instructions": "Click here to return to the last read post in this thread.",
|
||||
"flag_title": "Rapporter dette innlegget for granskning",
|
||||
"flag_post": "Flag this post",
|
||||
"flag_user": "Flag this user",
|
||||
"merged_message": "This topic has been merged into <a href=\"/topic/%1\">%2</a>",
|
||||
"deleted_message": "Dette emnet har blitt slettet. Bare brukere med emnehåndterings-privilegier kan se den.",
|
||||
"following_topic.message": "Du vil nå motta varsler når noen skriver i denne tråden.",
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
"num-recent-replies": "# of Recent Replies",
|
||||
"ext-link": "External Link",
|
||||
"is-section": "Treat this category as a section",
|
||||
"tag-whitelist": "Tag Whitelist",
|
||||
"upload-image": "Upload Image",
|
||||
"delete-image": "Remove",
|
||||
"category-image": "Category Image",
|
||||
|
||||
@@ -42,6 +42,7 @@
|
||||
"unread.cutoff": "Unread cutoff days",
|
||||
"unread.min-track-last": "Minimum posts in topic before tracking last read",
|
||||
"recent": "Recent Settings",
|
||||
"recent.max-topics": "Maximum topics on /recent",
|
||||
"recent.categoryFilter.disable": "Disable filtering of topics in ignored categories on the /recent page",
|
||||
"signature": "Signature Settings",
|
||||
"signature.disable": "Disable signatures",
|
||||
|
||||
@@ -36,7 +36,8 @@
|
||||
"ban-ip": "Verban IP",
|
||||
"view-history": "Revisie geschiedenis",
|
||||
"bookmark_instructions": "Klik hier om terug te keren naar de laatst gelezen post in deze thread.",
|
||||
"flag_title": "Bericht aan beheerders melden",
|
||||
"flag_post": "Flag this post",
|
||||
"flag_user": "Flag this user",
|
||||
"merged_message": "Dit onderwerp is gevoegd in <a href=\"/topic/%1\">%2</a>",
|
||||
"deleted_message": "Dit onderwerp is verwijderd. Alleen gebruikers met beheerrechten op onderwerpniveau kunnen dit inzien.",
|
||||
"following_topic.message": "Vanaf nu worden meldingen ontvangen zodra iemand een reactie op dit onderwerp geeft.",
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
"num-recent-replies": "# z ostatnich odpowiedzi",
|
||||
"ext-link": "Zewnętrzny odnośnik",
|
||||
"is-section": "Traktuj tę kategorię jako sekcję",
|
||||
"tag-whitelist": "Tag Whitelist",
|
||||
"upload-image": "Prześlij obrazek",
|
||||
"delete-image": "Usuń",
|
||||
"category-image": "Obrazek kategorii",
|
||||
|
||||
@@ -42,6 +42,7 @@
|
||||
"unread.cutoff": "Dni do odcięcia nieprzeczytanych ",
|
||||
"unread.min-track-last": "Minimalna liczba postów w temacie przed śledzeniem ostatnio przeczytanego",
|
||||
"recent": "Ustawienia ostatnich",
|
||||
"recent.max-topics": "Maximum topics on /recent",
|
||||
"recent.categoryFilter.disable": "Wyłącz filtrowanie tematów w ignorowanych kategoriach na stronie /recent",
|
||||
"signature": "Ustawienia sygnatur",
|
||||
"signature.disable": "Wyłącz sygnatury",
|
||||
|
||||
@@ -36,7 +36,8 @@
|
||||
"ban-ip": "Blokuj IP",
|
||||
"view-history": "Historia edycji",
|
||||
"bookmark_instructions": "Kliknij tutaj, by powrócić do ostatniego przeczytanego postu w tym temacie.",
|
||||
"flag_title": "Zgłoś post do moderacji",
|
||||
"flag_post": "Flag this post",
|
||||
"flag_user": "Flag this user",
|
||||
"merged_message": "Ten temat został połączony z <a href=\"/topic/%1\">%2</a>",
|
||||
"deleted_message": "Ten temat został usunięty. Mogą go zobaczyć tylko użytkownicy upoważnieni do zarządzania tematami.",
|
||||
"following_topic.message": "Będziesz teraz otrzymywać powiadomienia o nowych odpowiedziach w tym temacie.",
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
"num-recent-replies": "# de Respostas Recentes",
|
||||
"ext-link": "Link Externo",
|
||||
"is-section": "Trate esta categoria como uma seção",
|
||||
"tag-whitelist": "Tag Whitelist",
|
||||
"upload-image": "Enviar Imagem",
|
||||
"delete-image": "Remover",
|
||||
"category-image": "Imagem da Categoria",
|
||||
|
||||
@@ -42,6 +42,7 @@
|
||||
"unread.cutoff": "Data de corte de não-lidos",
|
||||
"unread.min-track-last": "Mínimo de posts no tópico antes de rastrear o último lido",
|
||||
"recent": "Configurações Recentes",
|
||||
"recent.max-topics": "Maximum topics on /recent",
|
||||
"recent.categoryFilter.disable": "Desailitar filtragem de tópicos em categorias ignoradas na página /recente",
|
||||
"signature": "Configurações de Assinatura",
|
||||
"signature.disable": "Desabilitar assinaturas",
|
||||
|
||||
@@ -36,7 +36,8 @@
|
||||
"ban-ip": "Banir IP",
|
||||
"view-history": "Histórico de Edição",
|
||||
"bookmark_instructions": "Clique aqui para retornar ao último post lido neste tópico.",
|
||||
"flag_title": "Sinalizar este post para moderação",
|
||||
"flag_post": "Flag this post",
|
||||
"flag_user": "Flag this user",
|
||||
"merged_message": "Este tópico foi mesclado em <a href=\"/topic/%1\">%2</a>",
|
||||
"deleted_message": "Este tópico foi deletado. Apenas usuários com privilégios de moderação de tópico podem vê-lo.",
|
||||
"following_topic.message": "Agora você receberá notificações quando alguém responder este tópico.",
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
"num-recent-replies": "# de Respostas Recentes",
|
||||
"ext-link": "Link Externo",
|
||||
"is-section": "Tratar esta categoria como uma secção",
|
||||
"tag-whitelist": "Tag Whitelist",
|
||||
"upload-image": "Enviar Imagem",
|
||||
"delete-image": "Remover",
|
||||
"category-image": "Imagem da Categoria",
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user