mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-17 03:01:08 +01:00
Merge branch 'develop' into activitypub
This commit is contained in:
@@ -34,10 +34,10 @@
|
||||
"@fortawesome/fontawesome-free": "6.5.1",
|
||||
"@isaacs/ttlcache": "1.4.1",
|
||||
"@popperjs/core": "2.11.8",
|
||||
"ace-builds": "1.32.6",
|
||||
"ace-builds": "1.32.7",
|
||||
"archiver": "7.0.0",
|
||||
"async": "3.2.5",
|
||||
"autoprefixer": "10.4.17",
|
||||
"autoprefixer": "10.4.18",
|
||||
"bcryptjs": "2.4.3",
|
||||
"benchpressjs": "2.5.1",
|
||||
"body-parser": "1.20.2",
|
||||
@@ -88,7 +88,7 @@
|
||||
"lru-cache": "10.2.0",
|
||||
"mime": "3.0.0",
|
||||
"mkdirp": "3.0.1",
|
||||
"mongodb": "6.3.0",
|
||||
"mongodb": "6.4.0",
|
||||
"morgan": "1.10.0",
|
||||
"mousetrap": "1.6.5",
|
||||
"multiparty": "4.2.3",
|
||||
@@ -99,14 +99,14 @@
|
||||
"nodebb-plugin-emoji": "5.1.13",
|
||||
"nodebb-plugin-emoji-android": "4.0.0",
|
||||
"nodebb-plugin-markdown": "13.0.0-pre.3",
|
||||
"nodebb-plugin-mentions": "4.3.7",
|
||||
"nodebb-plugin-mentions": "4.4.0",
|
||||
"nodebb-plugin-ntfy": "1.7.3",
|
||||
"nodebb-plugin-spam-be-gone": "2.2.1",
|
||||
"nodebb-rewards-essentials": "1.0.0",
|
||||
"nodebb-theme-harmony": "2.0.0-pre.3",
|
||||
"nodebb-theme-harmony": "2.0.0-pre.4",
|
||||
"nodebb-theme-lavender": "7.1.7",
|
||||
"nodebb-theme-peace": "2.2.3",
|
||||
"nodebb-theme-persona": "13.3.10",
|
||||
"nodebb-theme-peace": "2.2.4",
|
||||
"nodebb-theme-persona": "13.3.11",
|
||||
"nodebb-widget-essentials": "7.0.15",
|
||||
"nodemailer": "6.9.11",
|
||||
"nprogress": "0.2.0",
|
||||
|
||||
@@ -4,8 +4,11 @@
|
||||
"sorting.post-default": "Default Post Sorting",
|
||||
"sorting.oldest-to-newest": "Oldest to Newest",
|
||||
"sorting.newest-to-oldest": "Newest to Oldest",
|
||||
"sorting.recently-replied": "Recently Replied",
|
||||
"sorting.recently-created": "Recently Created",
|
||||
"sorting.most-votes": "Most Votes",
|
||||
"sorting.most-posts": "Most Posts",
|
||||
"sorting.most-views": "Most Views",
|
||||
"sorting.topic-default": "Default Topic Sorting",
|
||||
"length": "Post Length",
|
||||
"post-queue": "Post Queue",
|
||||
|
||||
@@ -182,6 +182,8 @@
|
||||
"sort-by": "ترتيب حسب",
|
||||
"oldest-to-newest": "من الأقدم إلى الأحدث",
|
||||
"newest-to-oldest": "من الأحدث إلى الأقدم",
|
||||
"recently-replied": "Recently Replied",
|
||||
"recently-created": "Recently Created",
|
||||
"most-votes": "Most Votes",
|
||||
"most-posts": "Most Posts",
|
||||
"most-views": "Most Views",
|
||||
|
||||
@@ -4,8 +4,11 @@
|
||||
"sorting.post-default": "Подредба по подразбиране на публикациите",
|
||||
"sorting.oldest-to-newest": "Първо най-старите",
|
||||
"sorting.newest-to-oldest": "Първо най-новите",
|
||||
"sorting.recently-replied": "Recently Replied",
|
||||
"sorting.recently-created": "Recently Created",
|
||||
"sorting.most-votes": "Първо тези с най-много гласове",
|
||||
"sorting.most-posts": "Първо тези с най-много публикации",
|
||||
"sorting.most-views": "Most Views",
|
||||
"sorting.topic-default": "Подредба по подразбиране на темите",
|
||||
"length": "Дължина на публикациите",
|
||||
"post-queue": "Опашка за публикации",
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
"login-register-to-search": "Впишете се или се регистрирайте, за да можете да търсите.",
|
||||
"settings.title": "Настройки на темата",
|
||||
"settings.enableQuickReply": "Включване на бързите отговори",
|
||||
"settings.enableBreadcrumbs": "Enable breadcrumbs",
|
||||
"settings.enableBreadcrumbs": "Включване на пътечките на страниците",
|
||||
"settings.centerHeaderElements": "Центриране на заглавните елементи",
|
||||
"settings.mobileTopicTeasers": "Показване на резюмета на темите на мобилни устройства",
|
||||
"settings.stickyToolbar": "Статична лента с инструменти",
|
||||
|
||||
@@ -182,6 +182,8 @@
|
||||
"sort-by": "Подреждане по",
|
||||
"oldest-to-newest": "Първо най-старите",
|
||||
"newest-to-oldest": "Първо най-новите",
|
||||
"recently-replied": "Recently Replied",
|
||||
"recently-created": "Recently Created",
|
||||
"most-votes": "Първо тези с най-много гласове",
|
||||
"most-posts": "Първо тези с най-много публикации",
|
||||
"most-views": "Първо тези с най-много преглеждания",
|
||||
|
||||
@@ -4,8 +4,11 @@
|
||||
"sorting.post-default": "Default Post Sorting",
|
||||
"sorting.oldest-to-newest": "Oldest to Newest",
|
||||
"sorting.newest-to-oldest": "Newest to Oldest",
|
||||
"sorting.recently-replied": "Recently Replied",
|
||||
"sorting.recently-created": "Recently Created",
|
||||
"sorting.most-votes": "Most Votes",
|
||||
"sorting.most-posts": "Most Posts",
|
||||
"sorting.most-views": "Most Views",
|
||||
"sorting.topic-default": "Default Topic Sorting",
|
||||
"length": "Post Length",
|
||||
"post-queue": "Post Queue",
|
||||
|
||||
@@ -182,6 +182,8 @@
|
||||
"sort-by": "সাজানোর ভিত্তি:",
|
||||
"oldest-to-newest": "পুরাতন থেকে নতুন",
|
||||
"newest-to-oldest": "নতুন থেকে পুরাতন",
|
||||
"recently-replied": "Recently Replied",
|
||||
"recently-created": "Recently Created",
|
||||
"most-votes": "Most Votes",
|
||||
"most-posts": "Most Posts",
|
||||
"most-views": "Most Views",
|
||||
|
||||
@@ -4,8 +4,11 @@
|
||||
"sorting.post-default": "Výchozí třídění příspěvků",
|
||||
"sorting.oldest-to-newest": "Od nejstarších po nejnovější",
|
||||
"sorting.newest-to-oldest": "Od nejnovějších po nejstarší",
|
||||
"sorting.recently-replied": "Recently Replied",
|
||||
"sorting.recently-created": "Recently Created",
|
||||
"sorting.most-votes": "Dle počtu hlasů",
|
||||
"sorting.most-posts": "Dle počtu příspěvků",
|
||||
"sorting.most-views": "Most Views",
|
||||
"sorting.topic-default": "Výchozí třídění tématu",
|
||||
"length": "Délka příspěvku",
|
||||
"post-queue": "Příspěvky ve frontě",
|
||||
|
||||
@@ -182,6 +182,8 @@
|
||||
"sort-by": "Seřadit dle",
|
||||
"oldest-to-newest": "Od nejstarších po nejnovější",
|
||||
"newest-to-oldest": "Od nejnovějších po nejstarší",
|
||||
"recently-replied": "Recently Replied",
|
||||
"recently-created": "Recently Created",
|
||||
"most-votes": "S nejvíce hlasy",
|
||||
"most-posts": "S nejvíce příspěvky",
|
||||
"most-views": "Most Views",
|
||||
|
||||
@@ -4,8 +4,11 @@
|
||||
"sorting.post-default": "Default Post Sorting",
|
||||
"sorting.oldest-to-newest": "Oldest to Newest",
|
||||
"sorting.newest-to-oldest": "Newest to Oldest",
|
||||
"sorting.recently-replied": "Recently Replied",
|
||||
"sorting.recently-created": "Recently Created",
|
||||
"sorting.most-votes": "Most Votes",
|
||||
"sorting.most-posts": "Most Posts",
|
||||
"sorting.most-views": "Most Views",
|
||||
"sorting.topic-default": "Default Topic Sorting",
|
||||
"length": "Post Length",
|
||||
"post-queue": "Post Queue",
|
||||
|
||||
@@ -182,6 +182,8 @@
|
||||
"sort-by": "Sorter efter",
|
||||
"oldest-to-newest": "Ældste til nyeste",
|
||||
"newest-to-oldest": "Nyeste til ældste",
|
||||
"recently-replied": "Recently Replied",
|
||||
"recently-created": "Recently Created",
|
||||
"most-votes": "Most Votes",
|
||||
"most-posts": "Most Posts",
|
||||
"most-views": "Most Views",
|
||||
|
||||
@@ -4,8 +4,11 @@
|
||||
"sorting.post-default": "Standardmäßige sortierung von Beiträgen",
|
||||
"sorting.oldest-to-newest": "Von Alt bis Neu",
|
||||
"sorting.newest-to-oldest": "Von Neu zu Alt",
|
||||
"sorting.recently-replied": "Recently Replied",
|
||||
"sorting.recently-created": "Recently Created",
|
||||
"sorting.most-votes": "Meiste Bewertungen",
|
||||
"sorting.most-posts": "Meiste Beiträge",
|
||||
"sorting.most-views": "Most Views",
|
||||
"sorting.topic-default": "Standardmäßige Themensortierung",
|
||||
"length": "Beitragslänge",
|
||||
"post-queue": "Beitragswarteschlange",
|
||||
|
||||
@@ -182,6 +182,8 @@
|
||||
"sort-by": "Sortieren nach",
|
||||
"oldest-to-newest": "Älteste zuerst",
|
||||
"newest-to-oldest": "Neuste zuerst",
|
||||
"recently-replied": "Recently Replied",
|
||||
"recently-created": "Recently Created",
|
||||
"most-votes": "Meiste Stimmen",
|
||||
"most-posts": "Meiste Beiträge",
|
||||
"most-views": "Die meisten Ansichten",
|
||||
|
||||
@@ -4,8 +4,11 @@
|
||||
"sorting.post-default": "Default Post Sorting",
|
||||
"sorting.oldest-to-newest": "Oldest to Newest",
|
||||
"sorting.newest-to-oldest": "Newest to Oldest",
|
||||
"sorting.recently-replied": "Recently Replied",
|
||||
"sorting.recently-created": "Recently Created",
|
||||
"sorting.most-votes": "Most Votes",
|
||||
"sorting.most-posts": "Most Posts",
|
||||
"sorting.most-views": "Most Views",
|
||||
"sorting.topic-default": "Default Topic Sorting",
|
||||
"length": "Post Length",
|
||||
"post-queue": "Post Queue",
|
||||
|
||||
@@ -182,6 +182,8 @@
|
||||
"sort-by": "Ταξινόμηση κατά",
|
||||
"oldest-to-newest": "Παλαιότερο προς Νεότερο",
|
||||
"newest-to-oldest": "Νεότερο προς Παλαιότερο",
|
||||
"recently-replied": "Recently Replied",
|
||||
"recently-created": "Recently Created",
|
||||
"most-votes": "Most Votes",
|
||||
"most-posts": "Most Posts",
|
||||
"most-views": "Most Views",
|
||||
|
||||
@@ -4,8 +4,11 @@
|
||||
"sorting.post-default": "Default Post Sorting",
|
||||
"sorting.oldest-to-newest": "Oldest to Newest",
|
||||
"sorting.newest-to-oldest": "Newest to Oldest",
|
||||
"sorting.recently-replied": "Recently Replied",
|
||||
"sorting.recently-created": "Recently Created",
|
||||
"sorting.most-votes": "Most Votes",
|
||||
"sorting.most-posts": "Most Posts",
|
||||
"sorting.most-views": "Most Views",
|
||||
"sorting.topic-default": "Default Topic Sorting",
|
||||
"length": "Post Length",
|
||||
"post-queue": "Post Queue",
|
||||
|
||||
@@ -206,6 +206,8 @@
|
||||
"sort-by": "Sort by",
|
||||
"oldest-to-newest": "Oldest to Newest",
|
||||
"newest-to-oldest": "Newest to Oldest",
|
||||
"recently-replied": "Recently Replied",
|
||||
"recently-created": "Recently Created",
|
||||
"most-votes": "Most Votes",
|
||||
"most-posts": "Most Posts",
|
||||
"most-views": "Most Views",
|
||||
|
||||
@@ -4,8 +4,11 @@
|
||||
"sorting.post-default": "Default Post Sorting",
|
||||
"sorting.oldest-to-newest": "Oldest to Newest",
|
||||
"sorting.newest-to-oldest": "Newest to Oldest",
|
||||
"sorting.recently-replied": "Recently Replied",
|
||||
"sorting.recently-created": "Recently Created",
|
||||
"sorting.most-votes": "Most Votes",
|
||||
"sorting.most-posts": "Most Posts",
|
||||
"sorting.most-views": "Most Views",
|
||||
"sorting.topic-default": "Default Topic Sorting",
|
||||
"length": "Post Length",
|
||||
"post-queue": "Post Queue",
|
||||
|
||||
@@ -182,6 +182,8 @@
|
||||
"sort-by": "Sort by",
|
||||
"oldest-to-newest": "Oldest to Newest",
|
||||
"newest-to-oldest": "Newest to Oldest",
|
||||
"recently-replied": "Recently Replied",
|
||||
"recently-created": "Recently Created",
|
||||
"most-votes": "Most Votes",
|
||||
"most-posts": "Most Posts",
|
||||
"most-views": "Most Views",
|
||||
|
||||
@@ -4,8 +4,11 @@
|
||||
"sorting.post-default": "Default Post Sorting",
|
||||
"sorting.oldest-to-newest": "Oldest to Newest",
|
||||
"sorting.newest-to-oldest": "Newest to Oldest",
|
||||
"sorting.recently-replied": "Recently Replied",
|
||||
"sorting.recently-created": "Recently Created",
|
||||
"sorting.most-votes": "Most Votes",
|
||||
"sorting.most-posts": "Most Posts",
|
||||
"sorting.most-views": "Most Views",
|
||||
"sorting.topic-default": "Default Topic Sorting",
|
||||
"length": "Post Length",
|
||||
"post-queue": "Post Queue",
|
||||
|
||||
@@ -182,6 +182,8 @@
|
||||
"sort-by": "Sort by",
|
||||
"oldest-to-newest": "Oldest to Newest",
|
||||
"newest-to-oldest": "Newest to Oldest",
|
||||
"recently-replied": "Recently Replied",
|
||||
"recently-created": "Recently Created",
|
||||
"most-votes": "Most Votes",
|
||||
"most-posts": "Most Posts",
|
||||
"most-views": "Most Views",
|
||||
|
||||
@@ -4,8 +4,11 @@
|
||||
"sorting.post-default": "Ordenamiento de Respuestas por Defecto",
|
||||
"sorting.oldest-to-newest": "De más Antiguo a más Nuevo",
|
||||
"sorting.newest-to-oldest": "De más Nuevo a Más Antiguo",
|
||||
"sorting.recently-replied": "Recently Replied",
|
||||
"sorting.recently-created": "Recently Created",
|
||||
"sorting.most-votes": "Más Votado",
|
||||
"sorting.most-posts": "Más Respondido",
|
||||
"sorting.most-views": "Most Views",
|
||||
"sorting.topic-default": "Ordenamiento de Temas por defecto",
|
||||
"length": "Longitud de la entrada",
|
||||
"post-queue": "Post Queue",
|
||||
|
||||
@@ -182,6 +182,8 @@
|
||||
"sort-by": "Ordenar",
|
||||
"oldest-to-newest": "Más antiguo a más nuevo",
|
||||
"newest-to-oldest": "Más nuevo a más antiguo",
|
||||
"recently-replied": "Recently Replied",
|
||||
"recently-created": "Recently Created",
|
||||
"most-votes": "Mayor número de Votos",
|
||||
"most-posts": "Mayor número de Posts",
|
||||
"most-views": "Most Views",
|
||||
|
||||
@@ -4,8 +4,11 @@
|
||||
"sorting.post-default": "Default Post Sorting",
|
||||
"sorting.oldest-to-newest": "Oldest to Newest",
|
||||
"sorting.newest-to-oldest": "Newest to Oldest",
|
||||
"sorting.recently-replied": "Recently Replied",
|
||||
"sorting.recently-created": "Recently Created",
|
||||
"sorting.most-votes": "Most Votes",
|
||||
"sorting.most-posts": "Most Posts",
|
||||
"sorting.most-views": "Most Views",
|
||||
"sorting.topic-default": "Default Topic Sorting",
|
||||
"length": "Post Length",
|
||||
"post-queue": "Post Queue",
|
||||
|
||||
@@ -182,6 +182,8 @@
|
||||
"sort-by": "Sorteeri",
|
||||
"oldest-to-newest": "Vanematest uuemateni",
|
||||
"newest-to-oldest": "Uuematest vanemateni",
|
||||
"recently-replied": "Recently Replied",
|
||||
"recently-created": "Recently Created",
|
||||
"most-votes": "Most Votes",
|
||||
"most-posts": "Most Posts",
|
||||
"most-views": "Most Views",
|
||||
|
||||
@@ -4,8 +4,11 @@
|
||||
"sorting.post-default": "مرتبسازی پیشفرض پست",
|
||||
"sorting.oldest-to-newest": "Oldest to Newest",
|
||||
"sorting.newest-to-oldest": "Newest to Oldest",
|
||||
"sorting.recently-replied": "Recently Replied",
|
||||
"sorting.recently-created": "Recently Created",
|
||||
"sorting.most-votes": "بیشترین رایها",
|
||||
"sorting.most-posts": "بیشترین پست",
|
||||
"sorting.most-views": "Most Views",
|
||||
"sorting.topic-default": "مرتبسازی پیشفرض موضوع",
|
||||
"length": "Post Length",
|
||||
"post-queue": "Post Queue",
|
||||
|
||||
@@ -182,6 +182,8 @@
|
||||
"sort-by": "مرتبسازی بر اساس",
|
||||
"oldest-to-newest": "قدیمیترین به جدیدترین",
|
||||
"newest-to-oldest": "جدیدترین به قدیمیترین",
|
||||
"recently-replied": "Recently Replied",
|
||||
"recently-created": "Recently Created",
|
||||
"most-votes": "بیشترین رای ها",
|
||||
"most-posts": "بیشترین پست",
|
||||
"most-views": "بیشترین بازدیدها",
|
||||
|
||||
@@ -4,8 +4,11 @@
|
||||
"sorting.post-default": "Oletusarvoinen viestijärjestys",
|
||||
"sorting.oldest-to-newest": "Oldest to Newest",
|
||||
"sorting.newest-to-oldest": "Newest to Oldest",
|
||||
"sorting.recently-replied": "Recently Replied",
|
||||
"sorting.recently-created": "Recently Created",
|
||||
"sorting.most-votes": "Most Votes",
|
||||
"sorting.most-posts": "Most Posts",
|
||||
"sorting.most-views": "Most Views",
|
||||
"sorting.topic-default": "Oletusarvoinen aihejärjestys",
|
||||
"length": "Post Length",
|
||||
"post-queue": "Post Queue",
|
||||
|
||||
@@ -182,6 +182,8 @@
|
||||
"sort-by": "Järjestysperuste",
|
||||
"oldest-to-newest": "Vanhimmasta uusimpaan",
|
||||
"newest-to-oldest": "Uusimmasta vanhimpaan",
|
||||
"recently-replied": "Recently Replied",
|
||||
"recently-created": "Recently Created",
|
||||
"most-votes": "Eniten ääniä",
|
||||
"most-posts": "Eniten viestejä",
|
||||
"most-views": "Eniten näyttöjä",
|
||||
|
||||
@@ -4,8 +4,11 @@
|
||||
"sorting.post-default": "Tri des messages par défaut",
|
||||
"sorting.oldest-to-newest": "Du plus ancien au plus récent",
|
||||
"sorting.newest-to-oldest": "Du plus récent au plus ancien",
|
||||
"sorting.recently-replied": "Recently Replied",
|
||||
"sorting.recently-created": "Recently Created",
|
||||
"sorting.most-votes": "Avec le plus de votes",
|
||||
"sorting.most-posts": "Avec le plus de messages",
|
||||
"sorting.most-views": "Most Views",
|
||||
"sorting.topic-default": "Tri des sujets par défaut",
|
||||
"length": "Longueur de message",
|
||||
"post-queue": "File d'attente",
|
||||
|
||||
@@ -182,6 +182,8 @@
|
||||
"sort-by": "Trier",
|
||||
"oldest-to-newest": "Du plus ancien au plus récent",
|
||||
"newest-to-oldest": "Du plus récent au plus ancien",
|
||||
"recently-replied": "Recently Replied",
|
||||
"recently-created": "Recently Created",
|
||||
"most-votes": "Les plus votés",
|
||||
"most-posts": "Meilleurs messages",
|
||||
"most-views": "Les plus vus",
|
||||
|
||||
@@ -4,8 +4,11 @@
|
||||
"sorting.post-default": "Default Post Sorting",
|
||||
"sorting.oldest-to-newest": "Oldest to Newest",
|
||||
"sorting.newest-to-oldest": "Newest to Oldest",
|
||||
"sorting.recently-replied": "Recently Replied",
|
||||
"sorting.recently-created": "Recently Created",
|
||||
"sorting.most-votes": "Most Votes",
|
||||
"sorting.most-posts": "Most Posts",
|
||||
"sorting.most-views": "Most Views",
|
||||
"sorting.topic-default": "Default Topic Sorting",
|
||||
"length": "Post Length",
|
||||
"post-queue": "Post Queue",
|
||||
|
||||
@@ -182,6 +182,8 @@
|
||||
"sort-by": "Ordenar por",
|
||||
"oldest-to-newest": "Máis antigo a máis novo",
|
||||
"newest-to-oldest": "Máis novo a máis antigo",
|
||||
"recently-replied": "Recently Replied",
|
||||
"recently-created": "Recently Created",
|
||||
"most-votes": "Most Votes",
|
||||
"most-posts": "Most Posts",
|
||||
"most-views": "Most Views",
|
||||
|
||||
@@ -4,8 +4,11 @@
|
||||
"sorting.post-default": "מיון ברירת מחדל של פוסטים",
|
||||
"sorting.oldest-to-newest": "מישן לחדש",
|
||||
"sorting.newest-to-oldest": "מחדש לישן",
|
||||
"sorting.recently-replied": "Recently Replied",
|
||||
"sorting.recently-created": "Recently Created",
|
||||
"sorting.most-votes": "רוב ההצבעות",
|
||||
"sorting.most-posts": "הכי הרבה פוסטים",
|
||||
"sorting.most-views": "Most Views",
|
||||
"sorting.topic-default": "מיון ברירת מחדל של נושאים",
|
||||
"length": "אורך פוסט",
|
||||
"post-queue": "תור פוסטים",
|
||||
|
||||
@@ -182,6 +182,8 @@
|
||||
"sort-by": "מיון לפי",
|
||||
"oldest-to-newest": "מהישן לחדש",
|
||||
"newest-to-oldest": "מהחדש לישן",
|
||||
"recently-replied": "Recently Replied",
|
||||
"recently-created": "Recently Created",
|
||||
"most-votes": "הכי הרבה הצבעות",
|
||||
"most-posts": "הכי הרבה פוסטים",
|
||||
"most-views": "הכי הרבה צפיות",
|
||||
|
||||
@@ -4,8 +4,11 @@
|
||||
"sorting.post-default": "Zadano sortiranje objava",
|
||||
"sorting.oldest-to-newest": "Starije prema Novijem",
|
||||
"sorting.newest-to-oldest": "Novije prema Starijem",
|
||||
"sorting.recently-replied": "Recently Replied",
|
||||
"sorting.recently-created": "Recently Created",
|
||||
"sorting.most-votes": "Najviše glasova",
|
||||
"sorting.most-posts": "Most Posts",
|
||||
"sorting.most-views": "Most Views",
|
||||
"sorting.topic-default": "Uobičajeno sortiranje tema",
|
||||
"length": "Post Length",
|
||||
"post-queue": "Post Queue",
|
||||
|
||||
@@ -182,6 +182,8 @@
|
||||
"sort-by": "Sortitaj po",
|
||||
"oldest-to-newest": "Starije prema Novom",
|
||||
"newest-to-oldest": "Novije prema Starom",
|
||||
"recently-replied": "Recently Replied",
|
||||
"recently-created": "Recently Created",
|
||||
"most-votes": "Most Votes",
|
||||
"most-posts": "Most Posts",
|
||||
"most-views": "Most Views",
|
||||
|
||||
@@ -4,8 +4,11 @@
|
||||
"sorting.post-default": "Alapértelmezett rendezés",
|
||||
"sorting.oldest-to-newest": "Régebbitől az újabb felé",
|
||||
"sorting.newest-to-oldest": "Újabbtól a régebbi felé",
|
||||
"sorting.recently-replied": "Recently Replied",
|
||||
"sorting.recently-created": "Recently Created",
|
||||
"sorting.most-votes": "Legtöbb szavazat",
|
||||
"sorting.most-posts": "Legtöbb hozzászólás",
|
||||
"sorting.most-views": "Most Views",
|
||||
"sorting.topic-default": "Alapértelmezett témekör rendezés",
|
||||
"length": "Hozzászólás hossza",
|
||||
"post-queue": "Hozzászólás várólista",
|
||||
|
||||
@@ -182,6 +182,8 @@
|
||||
"sort-by": "Rendezés",
|
||||
"oldest-to-newest": "Régebbiek elől",
|
||||
"newest-to-oldest": "Újabbak elől",
|
||||
"recently-replied": "Recently Replied",
|
||||
"recently-created": "Recently Created",
|
||||
"most-votes": "Legtöbb szavazat",
|
||||
"most-posts": "Legtöbb bejegyzés",
|
||||
"most-views": "Legtöbb Megtekintés",
|
||||
|
||||
@@ -4,8 +4,11 @@
|
||||
"sorting.post-default": "Գրառումների հիմնական տեսակավորում",
|
||||
"sorting.oldest-to-newest": "Ամենահնից նորագույնը",
|
||||
"sorting.newest-to-oldest": "Նորից հինը",
|
||||
"sorting.recently-replied": "Recently Replied",
|
||||
"sorting.recently-created": "Recently Created",
|
||||
"sorting.most-votes": "Most Votes",
|
||||
"sorting.most-posts": "Ամենաշատ գրառումները",
|
||||
"sorting.most-views": "Most Views",
|
||||
"sorting.topic-default": "Թեմայի կանխադրված տեսակավորում",
|
||||
"length": "Գրառման երկարությունը",
|
||||
"post-queue": "Գրառման հերթ",
|
||||
|
||||
@@ -182,6 +182,8 @@
|
||||
"sort-by": "Դասավորել…",
|
||||
"oldest-to-newest": "Հնից դեպի նոր",
|
||||
"newest-to-oldest": "Նորից դեպի հին",
|
||||
"recently-replied": "Recently Replied",
|
||||
"recently-created": "Recently Created",
|
||||
"most-votes": "Առավելագույն ձայներ",
|
||||
"most-posts": "Ամենաշատ գրառումները",
|
||||
"most-views": "Ամենաշատ դիտումները",
|
||||
|
||||
@@ -4,8 +4,11 @@
|
||||
"sorting.post-default": "Default Post Sorting",
|
||||
"sorting.oldest-to-newest": "Oldest to Newest",
|
||||
"sorting.newest-to-oldest": "Newest to Oldest",
|
||||
"sorting.recently-replied": "Recently Replied",
|
||||
"sorting.recently-created": "Recently Created",
|
||||
"sorting.most-votes": "Most Votes",
|
||||
"sorting.most-posts": "Most Posts",
|
||||
"sorting.most-views": "Most Views",
|
||||
"sorting.topic-default": "Default Topic Sorting",
|
||||
"length": "Post Length",
|
||||
"post-queue": "Post Queue",
|
||||
|
||||
@@ -182,6 +182,8 @@
|
||||
"sort-by": "Urutkan berdasakan",
|
||||
"oldest-to-newest": "Terlama ke Terbaru",
|
||||
"newest-to-oldest": "Terbaru ke Terlama",
|
||||
"recently-replied": "Recently Replied",
|
||||
"recently-created": "Recently Created",
|
||||
"most-votes": "Most Votes",
|
||||
"most-posts": "Most Posts",
|
||||
"most-views": "Most Views",
|
||||
|
||||
@@ -4,8 +4,11 @@
|
||||
"sorting.post-default": "Ordinamento post predefinito",
|
||||
"sorting.oldest-to-newest": "Dal meno recente al più recente",
|
||||
"sorting.newest-to-oldest": "Dal più recente al meno recente",
|
||||
"sorting.recently-replied": "Recently Replied",
|
||||
"sorting.recently-created": "Recently Created",
|
||||
"sorting.most-votes": "Più Voti",
|
||||
"sorting.most-posts": "Più post",
|
||||
"sorting.most-views": "Most Views",
|
||||
"sorting.topic-default": "Ordinamento Discussione Predefinito",
|
||||
"length": "Lunghezza post",
|
||||
"post-queue": "Coda post",
|
||||
|
||||
@@ -182,6 +182,8 @@
|
||||
"sort-by": "Ordina per",
|
||||
"oldest-to-newest": "Da Vecchi a Nuovi",
|
||||
"newest-to-oldest": "Da Nuovi a Vecchi",
|
||||
"recently-replied": "Recently Replied",
|
||||
"recently-created": "Recently Created",
|
||||
"most-votes": "Più Voti",
|
||||
"most-posts": "Più Post",
|
||||
"most-views": "Più visualizzazioni",
|
||||
|
||||
@@ -4,8 +4,11 @@
|
||||
"sorting.post-default": "標準のポスト並び順",
|
||||
"sorting.oldest-to-newest": "新しい順に",
|
||||
"sorting.newest-to-oldest": "新しいものから古いものへ",
|
||||
"sorting.recently-replied": "Recently Replied",
|
||||
"sorting.recently-created": "Recently Created",
|
||||
"sorting.most-votes": "最も多い評価",
|
||||
"sorting.most-posts": "最大投稿",
|
||||
"sorting.most-views": "Most Views",
|
||||
"sorting.topic-default": "デフォルトのスレッドの並び順",
|
||||
"length": "投稿の長さ",
|
||||
"post-queue": "Post Queue",
|
||||
|
||||
@@ -182,6 +182,8 @@
|
||||
"sort-by": "並び替え",
|
||||
"oldest-to-newest": "古いものから新しい順",
|
||||
"newest-to-oldest": "新しいものから古い順",
|
||||
"recently-replied": "Recently Replied",
|
||||
"recently-created": "Recently Created",
|
||||
"most-votes": "最高評価",
|
||||
"most-posts": "最大投稿",
|
||||
"most-views": "Most Views",
|
||||
|
||||
@@ -4,8 +4,11 @@
|
||||
"sorting.post-default": "기본 게시물 정렬",
|
||||
"sorting.oldest-to-newest": "오래된 순",
|
||||
"sorting.newest-to-oldest": "최신 순",
|
||||
"sorting.recently-replied": "Recently Replied",
|
||||
"sorting.recently-created": "Recently Created",
|
||||
"sorting.most-votes": "최다 투표 순",
|
||||
"sorting.most-posts": "최다 게시물 순",
|
||||
"sorting.most-views": "Most Views",
|
||||
"sorting.topic-default": "기본 토픽 정렬",
|
||||
"length": "게시물 길이",
|
||||
"post-queue": "게시물 대기열",
|
||||
|
||||
@@ -182,6 +182,8 @@
|
||||
"sort-by": "정렬 기준",
|
||||
"oldest-to-newest": "오래된 순",
|
||||
"newest-to-oldest": "최신 순",
|
||||
"recently-replied": "Recently Replied",
|
||||
"recently-created": "Recently Created",
|
||||
"most-votes": "가장 많은 투표",
|
||||
"most-posts": "가장 많은 게시물",
|
||||
"most-views": "가장 많은 조회수",
|
||||
|
||||
@@ -4,8 +4,11 @@
|
||||
"sorting.post-default": "Default Post Sorting",
|
||||
"sorting.oldest-to-newest": "Oldest to Newest",
|
||||
"sorting.newest-to-oldest": "Newest to Oldest",
|
||||
"sorting.recently-replied": "Recently Replied",
|
||||
"sorting.recently-created": "Recently Created",
|
||||
"sorting.most-votes": "Most Votes",
|
||||
"sorting.most-posts": "Most Posts",
|
||||
"sorting.most-views": "Most Views",
|
||||
"sorting.topic-default": "Default Topic Sorting",
|
||||
"length": "Post Length",
|
||||
"post-queue": "Post Queue",
|
||||
|
||||
@@ -182,6 +182,8 @@
|
||||
"sort-by": "Rūšiuoti pagal",
|
||||
"oldest-to-newest": "Nuo seniausių iki naujausių",
|
||||
"newest-to-oldest": "Nuo naujausių iki seniausių",
|
||||
"recently-replied": "Recently Replied",
|
||||
"recently-created": "Recently Created",
|
||||
"most-votes": "Daugiausiai Balsų",
|
||||
"most-posts": "Daugiausiai Įrašų",
|
||||
"most-views": "Most Views",
|
||||
|
||||
@@ -4,8 +4,11 @@
|
||||
"sorting.post-default": "Noklusējuma rakstu kārtošana",
|
||||
"sorting.oldest-to-newest": "No vecākā līdz jaunākam",
|
||||
"sorting.newest-to-oldest": "No jaunākā līdz vecākam",
|
||||
"sorting.recently-replied": "Recently Replied",
|
||||
"sorting.recently-created": "Recently Created",
|
||||
"sorting.most-votes": "Visvairāk balsojumu",
|
||||
"sorting.most-posts": "Visvairāk rakstu",
|
||||
"sorting.most-views": "Most Views",
|
||||
"sorting.topic-default": "Noklusējuma tematu kārtošana",
|
||||
"length": "Raksta garums",
|
||||
"post-queue": "Post Queue",
|
||||
|
||||
@@ -182,6 +182,8 @@
|
||||
"sort-by": "Kārtot",
|
||||
"oldest-to-newest": "No vecākā līdz jaunākam",
|
||||
"newest-to-oldest": "No jaunākā līdz vecākam",
|
||||
"recently-replied": "Recently Replied",
|
||||
"recently-created": "Recently Created",
|
||||
"most-votes": "Pēc visvairāk balsojumu",
|
||||
"most-posts": "Pēc visvairāk rakstu",
|
||||
"most-views": "Most Views",
|
||||
|
||||
@@ -4,8 +4,11 @@
|
||||
"sorting.post-default": "Default Post Sorting",
|
||||
"sorting.oldest-to-newest": "Oldest to Newest",
|
||||
"sorting.newest-to-oldest": "Newest to Oldest",
|
||||
"sorting.recently-replied": "Recently Replied",
|
||||
"sorting.recently-created": "Recently Created",
|
||||
"sorting.most-votes": "Most Votes",
|
||||
"sorting.most-posts": "Most Posts",
|
||||
"sorting.most-views": "Most Views",
|
||||
"sorting.topic-default": "Default Topic Sorting",
|
||||
"length": "Post Length",
|
||||
"post-queue": "Post Queue",
|
||||
|
||||
@@ -182,6 +182,8 @@
|
||||
"sort-by": "Susun ikut",
|
||||
"oldest-to-newest": "Lama ke Baru",
|
||||
"newest-to-oldest": "Baru ke Lama",
|
||||
"recently-replied": "Recently Replied",
|
||||
"recently-created": "Recently Created",
|
||||
"most-votes": "Most Votes",
|
||||
"most-posts": "Most Posts",
|
||||
"most-views": "Most Views",
|
||||
|
||||
@@ -4,8 +4,11 @@
|
||||
"sorting.post-default": "Default Post Sorting",
|
||||
"sorting.oldest-to-newest": "Oldest to Newest",
|
||||
"sorting.newest-to-oldest": "Newest to Oldest",
|
||||
"sorting.recently-replied": "Recently Replied",
|
||||
"sorting.recently-created": "Recently Created",
|
||||
"sorting.most-votes": "Most Votes",
|
||||
"sorting.most-posts": "Most Posts",
|
||||
"sorting.most-views": "Most Views",
|
||||
"sorting.topic-default": "Standard trådsortering",
|
||||
"length": "Post Length",
|
||||
"post-queue": "Post Queue",
|
||||
|
||||
@@ -182,6 +182,8 @@
|
||||
"sort-by": "Sorter etter",
|
||||
"oldest-to-newest": "Eldste til nyeste",
|
||||
"newest-to-oldest": "Nyeste til eldste",
|
||||
"recently-replied": "Recently Replied",
|
||||
"recently-created": "Recently Created",
|
||||
"most-votes": "Flest stemmer",
|
||||
"most-posts": "Flest innlegg",
|
||||
"most-views": "Flest visninger",
|
||||
|
||||
@@ -4,8 +4,11 @@
|
||||
"sorting.post-default": "Default Post Sorting",
|
||||
"sorting.oldest-to-newest": "Oldest to Newest",
|
||||
"sorting.newest-to-oldest": "Newest to Oldest",
|
||||
"sorting.recently-replied": "Recently Replied",
|
||||
"sorting.recently-created": "Recently Created",
|
||||
"sorting.most-votes": "Most Votes",
|
||||
"sorting.most-posts": "Most Posts",
|
||||
"sorting.most-views": "Most Views",
|
||||
"sorting.topic-default": "Default Topic Sorting",
|
||||
"length": "Post Length",
|
||||
"post-queue": "Post Queue",
|
||||
|
||||
@@ -182,6 +182,8 @@
|
||||
"sort-by": "Sorteer op",
|
||||
"oldest-to-newest": "Oudste berichten bovenaan",
|
||||
"newest-to-oldest": "Meest recente berichten bovenaan",
|
||||
"recently-replied": "Recently Replied",
|
||||
"recently-created": "Recently Created",
|
||||
"most-votes": "Meeste stemmen",
|
||||
"most-posts": "Meeste berichten",
|
||||
"most-views": "Most Views",
|
||||
|
||||
@@ -4,8 +4,11 @@
|
||||
"sorting.post-default": "Domyślne sortowanie postów",
|
||||
"sorting.oldest-to-newest": "Od najstarszych do najnowszych",
|
||||
"sorting.newest-to-oldest": "Od najnowszych do najstarszych",
|
||||
"sorting.recently-replied": "Recently Replied",
|
||||
"sorting.recently-created": "Recently Created",
|
||||
"sorting.most-votes": "Najwięcej głosów",
|
||||
"sorting.most-posts": "Najwięcej postów",
|
||||
"sorting.most-views": "Most Views",
|
||||
"sorting.topic-default": "Domyślne sortowanie tematów",
|
||||
"length": "Długość postu",
|
||||
"post-queue": "Kolejka postów",
|
||||
|
||||
@@ -182,6 +182,8 @@
|
||||
"sort-by": "Sortuj według",
|
||||
"oldest-to-newest": "Najpierw najstarsze",
|
||||
"newest-to-oldest": "Najpierw najnowsze",
|
||||
"recently-replied": "Recently Replied",
|
||||
"recently-created": "Recently Created",
|
||||
"most-votes": "Najwięcej głosów",
|
||||
"most-posts": "Najwięcej postów",
|
||||
"most-views": "Najwięcej wyświetleń",
|
||||
|
||||
@@ -4,8 +4,11 @@
|
||||
"sorting.post-default": "Ordenação Padrão de Posts",
|
||||
"sorting.oldest-to-newest": "Do Mais Antigo para o Mais Recente",
|
||||
"sorting.newest-to-oldest": "Do Mais Recente para o Mais Antigo",
|
||||
"sorting.recently-replied": "Recently Replied",
|
||||
"sorting.recently-created": "Recently Created",
|
||||
"sorting.most-votes": "Mais Votados",
|
||||
"sorting.most-posts": "Mais postados",
|
||||
"sorting.most-views": "Most Views",
|
||||
"sorting.topic-default": "Ordenação Padrão de Tópicos",
|
||||
"length": "Tamanho do Post",
|
||||
"post-queue": "Fila de Posts",
|
||||
|
||||
@@ -182,6 +182,8 @@
|
||||
"sort-by": "Ordenar por",
|
||||
"oldest-to-newest": "Mais Antigo para Mais Recente",
|
||||
"newest-to-oldest": "Mais Recente para Mais Antigo",
|
||||
"recently-replied": "Recently Replied",
|
||||
"recently-created": "Recently Created",
|
||||
"most-votes": "Mais Votados",
|
||||
"most-posts": "Mais Postagens",
|
||||
"most-views": "Most Views",
|
||||
|
||||
@@ -4,8 +4,11 @@
|
||||
"sorting.post-default": "Ordenação Predefinida das Publicações",
|
||||
"sorting.oldest-to-newest": "Mais antigo para mais recente",
|
||||
"sorting.newest-to-oldest": "Mais recente para mais antigo",
|
||||
"sorting.recently-replied": "Recently Replied",
|
||||
"sorting.recently-created": "Recently Created",
|
||||
"sorting.most-votes": "Mais votos",
|
||||
"sorting.most-posts": "Mais publicações",
|
||||
"sorting.most-views": "Most Views",
|
||||
"sorting.topic-default": "Ordenação Predefinida dos Tópicos",
|
||||
"length": "Comprimento da Publicação",
|
||||
"post-queue": "Fila de Espera para Publicações",
|
||||
|
||||
@@ -182,6 +182,8 @@
|
||||
"sort-by": "Dispor por",
|
||||
"oldest-to-newest": "Do mais antigo para o mais recente",
|
||||
"newest-to-oldest": "Mais recente para mais antigo",
|
||||
"recently-replied": "Recently Replied",
|
||||
"recently-created": "Recently Created",
|
||||
"most-votes": "Mais votos",
|
||||
"most-posts": "Mais publicações",
|
||||
"most-views": "Most Views",
|
||||
|
||||
@@ -4,8 +4,11 @@
|
||||
"sorting.post-default": "Default Post Sorting",
|
||||
"sorting.oldest-to-newest": "Oldest to Newest",
|
||||
"sorting.newest-to-oldest": "Newest to Oldest",
|
||||
"sorting.recently-replied": "Recently Replied",
|
||||
"sorting.recently-created": "Recently Created",
|
||||
"sorting.most-votes": "Most Votes",
|
||||
"sorting.most-posts": "Most Posts",
|
||||
"sorting.most-views": "Most Views",
|
||||
"sorting.topic-default": "Default Topic Sorting",
|
||||
"length": "Post Length",
|
||||
"post-queue": "Post Queue",
|
||||
|
||||
@@ -182,6 +182,8 @@
|
||||
"sort-by": "Sortează de la",
|
||||
"oldest-to-newest": "Vechi la Noi",
|
||||
"newest-to-oldest": "Noi la Vechi",
|
||||
"recently-replied": "Recently Replied",
|
||||
"recently-created": "Recently Created",
|
||||
"most-votes": "Most Votes",
|
||||
"most-posts": "Most Posts",
|
||||
"most-views": "Most Views",
|
||||
|
||||
@@ -4,8 +4,11 @@
|
||||
"sorting.post-default": "Стандартная сортировка сообщений",
|
||||
"sorting.oldest-to-newest": "Сначала старые",
|
||||
"sorting.newest-to-oldest": "Сначала новые",
|
||||
"sorting.recently-replied": "Recently Replied",
|
||||
"sorting.recently-created": "Recently Created",
|
||||
"sorting.most-votes": "По количеству голосов",
|
||||
"sorting.most-posts": "По количеству сообщений",
|
||||
"sorting.most-views": "Most Views",
|
||||
"sorting.topic-default": "Стандартная сортировка тем",
|
||||
"length": "Длина сообщения",
|
||||
"post-queue": "Очередь на публикацию",
|
||||
|
||||
@@ -182,6 +182,8 @@
|
||||
"sort-by": "Сортировка",
|
||||
"oldest-to-newest": "Сначала старые",
|
||||
"newest-to-oldest": "Сначала новые",
|
||||
"recently-replied": "Recently Replied",
|
||||
"recently-created": "Recently Created",
|
||||
"most-votes": "По количеству голосов",
|
||||
"most-posts": "По количеству сообщений",
|
||||
"most-views": "Наиболее Просматриваемые",
|
||||
|
||||
@@ -4,8 +4,11 @@
|
||||
"sorting.post-default": "Default Post Sorting",
|
||||
"sorting.oldest-to-newest": "Oldest to Newest",
|
||||
"sorting.newest-to-oldest": "Newest to Oldest",
|
||||
"sorting.recently-replied": "Recently Replied",
|
||||
"sorting.recently-created": "Recently Created",
|
||||
"sorting.most-votes": "Most Votes",
|
||||
"sorting.most-posts": "Most Posts",
|
||||
"sorting.most-views": "Most Views",
|
||||
"sorting.topic-default": "Default Topic Sorting",
|
||||
"length": "Post Length",
|
||||
"post-queue": "Post Queue",
|
||||
|
||||
@@ -182,6 +182,8 @@
|
||||
"sort-by": "Ubigaragaze Ukurikije",
|
||||
"oldest-to-newest": "Ibya Kera Ujya ku bya Vuba",
|
||||
"newest-to-oldest": "Ibya Vuba Ujya ku bya Kera",
|
||||
"recently-replied": "Recently Replied",
|
||||
"recently-created": "Recently Created",
|
||||
"most-votes": "Most Votes",
|
||||
"most-posts": "Most Posts",
|
||||
"most-views": "Most Views",
|
||||
|
||||
@@ -4,8 +4,11 @@
|
||||
"sorting.post-default": "Default Post Sorting",
|
||||
"sorting.oldest-to-newest": "Oldest to Newest",
|
||||
"sorting.newest-to-oldest": "Newest to Oldest",
|
||||
"sorting.recently-replied": "Recently Replied",
|
||||
"sorting.recently-created": "Recently Created",
|
||||
"sorting.most-votes": "Most Votes",
|
||||
"sorting.most-posts": "Most Posts",
|
||||
"sorting.most-views": "Most Views",
|
||||
"sorting.topic-default": "Default Topic Sorting",
|
||||
"length": "Post Length",
|
||||
"post-queue": "Post Queue",
|
||||
|
||||
@@ -182,6 +182,8 @@
|
||||
"sort-by": "Sort by",
|
||||
"oldest-to-newest": "Oldest to Newest",
|
||||
"newest-to-oldest": "Newest to Oldest",
|
||||
"recently-replied": "Recently Replied",
|
||||
"recently-created": "Recently Created",
|
||||
"most-votes": "Most Votes",
|
||||
"most-posts": "Most Posts",
|
||||
"most-views": "Most Views",
|
||||
|
||||
@@ -4,8 +4,11 @@
|
||||
"sorting.post-default": "Predvolené triedenie príspevkov",
|
||||
"sorting.oldest-to-newest": "Od najstarších po najnovšie",
|
||||
"sorting.newest-to-oldest": "Od najnovších po najstaršie",
|
||||
"sorting.recently-replied": "Recently Replied",
|
||||
"sorting.recently-created": "Recently Created",
|
||||
"sorting.most-votes": "Podľa počtu hlasov",
|
||||
"sorting.most-posts": "Podľa počtu príspevkov",
|
||||
"sorting.most-views": "Most Views",
|
||||
"sorting.topic-default": "Predvolené zoradenie tém",
|
||||
"length": "Dĺžka príspevku",
|
||||
"post-queue": "Post Queue",
|
||||
|
||||
@@ -182,6 +182,8 @@
|
||||
"sort-by": "Zoradiť podľa",
|
||||
"oldest-to-newest": "Od najstarších po najnovšie",
|
||||
"newest-to-oldest": "Od najnovších po najstaršie",
|
||||
"recently-replied": "Recently Replied",
|
||||
"recently-created": "Recently Created",
|
||||
"most-votes": "S najviac hlasmi",
|
||||
"most-posts": "S najviac príspevkami",
|
||||
"most-views": "Most Views",
|
||||
|
||||
@@ -4,8 +4,11 @@
|
||||
"sorting.post-default": "Privzeto razvrščanje objav",
|
||||
"sorting.oldest-to-newest": "Najstarejše do najnovejše",
|
||||
"sorting.newest-to-oldest": "Najnovejše do najstarejše",
|
||||
"sorting.recently-replied": "Recently Replied",
|
||||
"sorting.recently-created": "Recently Created",
|
||||
"sorting.most-votes": "Največ glasov",
|
||||
"sorting.most-posts": "Največ objav",
|
||||
"sorting.most-views": "Most Views",
|
||||
"sorting.topic-default": "Privzeto razvrščanje tem",
|
||||
"length": "Dolžina objave",
|
||||
"post-queue": "Čakalna vrsta objav",
|
||||
|
||||
@@ -182,6 +182,8 @@
|
||||
"sort-by": "Razvrsti po",
|
||||
"oldest-to-newest": "Od starejšega do novejšega",
|
||||
"newest-to-oldest": "Od novejšega do starejšega",
|
||||
"recently-replied": "Recently Replied",
|
||||
"recently-created": "Recently Created",
|
||||
"most-votes": "Največ glasov",
|
||||
"most-posts": "Največ objav",
|
||||
"most-views": "Največ ogledov",
|
||||
|
||||
@@ -4,8 +4,11 @@
|
||||
"sorting.post-default": "Default Post Sorting",
|
||||
"sorting.oldest-to-newest": "Oldest to Newest",
|
||||
"sorting.newest-to-oldest": "Newest to Oldest",
|
||||
"sorting.recently-replied": "Recently Replied",
|
||||
"sorting.recently-created": "Recently Created",
|
||||
"sorting.most-votes": "Most Votes",
|
||||
"sorting.most-posts": "Most Posts",
|
||||
"sorting.most-views": "Most Views",
|
||||
"sorting.topic-default": "Default Topic Sorting",
|
||||
"length": "Post Length",
|
||||
"post-queue": "Post Queue",
|
||||
|
||||
@@ -182,6 +182,8 @@
|
||||
"sort-by": "Rendit sipas",
|
||||
"oldest-to-newest": "Nga më e vjetra tek më e reja",
|
||||
"newest-to-oldest": "Nga më e reja tek më e vjetra",
|
||||
"recently-replied": "Recently Replied",
|
||||
"recently-created": "Recently Created",
|
||||
"most-votes": "Më të votuarat",
|
||||
"most-posts": "Të gjitha postimet",
|
||||
"most-views": "Më të shikuarat",
|
||||
|
||||
@@ -4,8 +4,11 @@
|
||||
"sorting.post-default": "Uobičajeno sortiranje postova",
|
||||
"sorting.oldest-to-newest": "Od starijih ka novijim",
|
||||
"sorting.newest-to-oldest": "Od novijih ka starijim",
|
||||
"sorting.recently-replied": "Recently Replied",
|
||||
"sorting.recently-created": "Recently Created",
|
||||
"sorting.most-votes": "Najviše glasova",
|
||||
"sorting.most-posts": "Most Posts",
|
||||
"sorting.most-views": "Most Views",
|
||||
"sorting.topic-default": "Uobičajeno sortiranje tema",
|
||||
"length": "Post Length",
|
||||
"post-queue": "Post Queue",
|
||||
|
||||
@@ -182,6 +182,8 @@
|
||||
"sort-by": "Сортирај",
|
||||
"oldest-to-newest": "Од старијих ка новијим",
|
||||
"newest-to-oldest": "Од новијих ка старијим",
|
||||
"recently-replied": "Recently Replied",
|
||||
"recently-created": "Recently Created",
|
||||
"most-votes": "Највише гласова",
|
||||
"most-posts": "Највише порука",
|
||||
"most-views": "Највише прегледа",
|
||||
|
||||
@@ -4,8 +4,11 @@
|
||||
"sorting.post-default": "Default Post Sorting",
|
||||
"sorting.oldest-to-newest": "Oldest to Newest",
|
||||
"sorting.newest-to-oldest": "Newest to Oldest",
|
||||
"sorting.recently-replied": "Recently Replied",
|
||||
"sorting.recently-created": "Recently Created",
|
||||
"sorting.most-votes": "Most Votes",
|
||||
"sorting.most-posts": "Most Posts",
|
||||
"sorting.most-views": "Most Views",
|
||||
"sorting.topic-default": "Default Topic Sorting",
|
||||
"length": "Post Length",
|
||||
"post-queue": "Post Queue",
|
||||
|
||||
@@ -182,6 +182,8 @@
|
||||
"sort-by": "Sortera på",
|
||||
"oldest-to-newest": "Äldst till nyaste",
|
||||
"newest-to-oldest": "Nyaste till äldst",
|
||||
"recently-replied": "Recently Replied",
|
||||
"recently-created": "Recently Created",
|
||||
"most-votes": "Flest röster",
|
||||
"most-posts": "Flest inlägg",
|
||||
"most-views": "Most Views",
|
||||
|
||||
@@ -4,8 +4,11 @@
|
||||
"sorting.post-default": "Default Post Sorting",
|
||||
"sorting.oldest-to-newest": "Oldest to Newest",
|
||||
"sorting.newest-to-oldest": "Newest to Oldest",
|
||||
"sorting.recently-replied": "Recently Replied",
|
||||
"sorting.recently-created": "Recently Created",
|
||||
"sorting.most-votes": "Most Votes",
|
||||
"sorting.most-posts": "Most Posts",
|
||||
"sorting.most-views": "Most Views",
|
||||
"sorting.topic-default": "Default Topic Sorting",
|
||||
"length": "Post Length",
|
||||
"post-queue": "Post Queue",
|
||||
|
||||
@@ -182,6 +182,8 @@
|
||||
"sort-by": "เรียงตาม",
|
||||
"oldest-to-newest": "เก่าสุดไปยังใหม่สุด",
|
||||
"newest-to-oldest": "ใหม่สุดไปยังเก่าสุด",
|
||||
"recently-replied": "Recently Replied",
|
||||
"recently-created": "Recently Created",
|
||||
"most-votes": "Most Votes",
|
||||
"most-posts": "Most Posts",
|
||||
"most-views": "Most Views",
|
||||
|
||||
@@ -4,8 +4,11 @@
|
||||
"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.recently-replied": "Recently Replied",
|
||||
"sorting.recently-created": "Recently Created",
|
||||
"sorting.most-votes": "En Çok Oylanan",
|
||||
"sorting.most-posts": "En çok yazılanlar",
|
||||
"sorting.most-views": "Most Views",
|
||||
"sorting.topic-default": "Varsayılan Konu Sıralaması",
|
||||
"length": "İleti Uzunluğu",
|
||||
"post-queue": "İleti Kuyruğu",
|
||||
|
||||
@@ -79,7 +79,7 @@
|
||||
"follow-replied-topics": "Cevap verdiğim konuları takip et",
|
||||
"default-notification-settings": "Varsayılan bildirim ayarları",
|
||||
"categoryWatchState": "Varsayılan kategori izlenme durumu",
|
||||
"categoryWatchState.tracking": "Tracking",
|
||||
"categoryWatchState.tracking": "İzleniyor",
|
||||
"categoryWatchState.notwatching": "Takip edilmiyor",
|
||||
"categoryWatchState.ignoring": "Yok sayılıyor",
|
||||
"restrictions-new": "Yeni kullanıcı kısıtlamaları",
|
||||
|
||||
@@ -4,21 +4,21 @@
|
||||
"new-topic-button": "Yeni Başlık",
|
||||
"guest-login-post": "Giriş Yap",
|
||||
"no-topics": "<strong> Bu kategoride hiç konu yok. </strong> <br /> Yeni bir konu oluşturmak istemez misiniz?",
|
||||
"browsing": "gözden geçiriliyor",
|
||||
"browsing": "göz gezdiriyor",
|
||||
"no-replies": "Kimse yanıtlamadı",
|
||||
"no-new-posts": "Yeni ileti yok",
|
||||
"watch": "Takip et",
|
||||
"ignore": "Yok say",
|
||||
"watching": "Takip ediliyor",
|
||||
"tracking": "Tracking",
|
||||
"tracking": "İzleniyor",
|
||||
"not-watching": "Takip edilmiyor",
|
||||
"ignoring": "Yok sayılıyor",
|
||||
"watching.description": "Notify me of new topics.<br/>Show topics in unread & recent",
|
||||
"tracking.description": "Shows topics in unread & recent",
|
||||
"watching.description": "Yeni bir başlık oluşturulunca bana bildir.<br/> Bu kategorideki konuları, okunmamış konular ve güncel konular arasında göster",
|
||||
"tracking.description": "Bu kategorideki konuları, okunmamış konular ve güncel konular arasında göster",
|
||||
"not-watching.description": "Bu kategorideki konuları, okunmamış konular arasında gösterme; ama güncel konular arasında göster",
|
||||
"ignoring.description": "Do not show topics in unread & recent",
|
||||
"ignoring.description": "Bu kategorideki konuları, okunmamış konular ve güncel konular arasında gösterme",
|
||||
"watching.message": "Bu kategori ve alt kategorilerindeki güncellemeleri artık takip ediyorsunuz",
|
||||
"tracking.message": "You are now tracking updates from this category and all subcategories",
|
||||
"tracking.message": "Artık bu kategori ve tüm alt kategorilerini izliyorsunuz ",
|
||||
"notwatching.message": "Bu kategori ve alt kategorilerindeki güncellemeleri artık takip etmiyorsunuz",
|
||||
"ignoring.message": "Bu kategori ve alt kategorilerindeki güncellemeleri artık yok sayıyorsunuz",
|
||||
"watched-categories": "Takip edilen kategoriler",
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
"replies-to-this-post": "%1 Cevap",
|
||||
"one-reply-to-this-post": "1 Cevap",
|
||||
"last-reply-time": "Son cevap",
|
||||
"reply-options": "Reply options",
|
||||
"reply-options": "Cevaplama Seçenekleri",
|
||||
"reply-as-topic": "Yeni başlık oluşturarak cevapla",
|
||||
"guest-login-reply": "Cevaplamak için giriş yapın",
|
||||
"login-to-view": "🔒 Görüntülemek için giriş yap!",
|
||||
@@ -35,7 +35,7 @@
|
||||
"pinned": "Sabitlendi",
|
||||
"pinned-with-expiry": "%1 tarihine kadar sabitlendi",
|
||||
"scheduled": "Konu Zamanlandı",
|
||||
"deleted": "Deleted",
|
||||
"deleted": "Silindi",
|
||||
"moved": "Taşındı",
|
||||
"moved-from": "Şuradan taşındı: %1",
|
||||
"copy-code": "Kodu kopyala",
|
||||
@@ -45,7 +45,7 @@
|
||||
"wrote-ago": "<a href=\"%1\" class=\"timeago text-muted\" title=\"%2\"></a> yazdı",
|
||||
"wrote-on": "<a href=\"%1\" class=\"timeago text-muted\" title=\"%2\"></a> tarihinde yazdı",
|
||||
"replied-to-user-ago": "<a component=\"post/parent\" data-topid=\"%1\" href=\"%2\">%3</a> başlığına <a href=\"%4\" class=\"timeago text-muted\" title=\"%5\"></a> cevap verdi",
|
||||
"replied-to-user-on": "replied to <a component=\"post/parent\" data-topid=\"%1\" href=\"%2\">%3</a> on <a href=\"%4\" class=\"timeago text-muted\" title=\"%5\"></a>",
|
||||
"replied-to-user-on": "<a component=\"post/parent\" data-topid=\"%1\" href=\"%2\">%3</a> başlığına <a href=\"%4\" class=\"timeago text-muted\" title=\"%5\"></a> tarihinde cevap verdi",
|
||||
"user-locked-topic-ago": "%1 , %2 bu başlığı kilitledi",
|
||||
"user-locked-topic-on": "%1 , %2 tarihinde bu başlığı kilitledi",
|
||||
"user-unlocked-topic-ago": "%1 , %2 bu başlığın kilidini kaldırdı",
|
||||
@@ -73,7 +73,7 @@
|
||||
"view-flag-report": "Şikayet raporunu görüntüle",
|
||||
"resolve-flag": "Şikayeti Çözümle",
|
||||
"merged-message": "Bu başlık <a href=\"%1\">%2</a> ile birleştirildi",
|
||||
"forked-message": "This topic was forked from <a href=\"%1\">%2</a>",
|
||||
"forked-message": "Bu başlık <a href=\"%1\">%2</a> başlığından bölünerek ayırıldı",
|
||||
"deleted-message": "Bu başlık silindi. Sadece başlık düzenleme yetkisi olan kullanıcılar görebilir.",
|
||||
"following-topic.message": "Artık bir kullanıcı bu konuya yeni ileti gönderdiğinde siz de bildirim alacaksınız.",
|
||||
"not-following-topic.message": "Bu konuyu \"Okunmamış\" listesinde göreceksiniz, ama bir kullanıcı yeni bir ileti yazdığında bildirim gelmeyecek.",
|
||||
@@ -182,6 +182,8 @@
|
||||
"sort-by": "Sırala",
|
||||
"oldest-to-newest": "En eskiden en yeniye",
|
||||
"newest-to-oldest": "En yeniden en eskiye",
|
||||
"recently-replied": "Recently Replied",
|
||||
"recently-created": "Recently Created",
|
||||
"most-votes": "En çok oylanan",
|
||||
"most-posts": "En çok ileti yazılan",
|
||||
"most-views": "Çok Görüntülenen",
|
||||
@@ -206,13 +208,13 @@
|
||||
"last-post": "Son ileti",
|
||||
"go-to-my-next-post": "Diğer iletime git",
|
||||
"no-more-next-post": "Bu başlıkta başka bir iletiniz bulunmamaktadır.",
|
||||
"open-composer": "Open composer",
|
||||
"open-composer": "Yazı alanını aç",
|
||||
"post-quick-reply": "Hızlı Yanıt Gönder",
|
||||
"navigator.index": "Post %1 of %2",
|
||||
"navigator.unread": "%1 Okunmamış",
|
||||
"upvote-post": "Upvote post",
|
||||
"downvote-post": "Downvote post",
|
||||
"post-tools": "Post tools",
|
||||
"unread-posts-link": "Unread posts link",
|
||||
"thumb-image": "Topic thumbnail image"
|
||||
"upvote-post": "İletiye artı oy ver",
|
||||
"downvote-post": "İletiye eksi oy ver",
|
||||
"post-tools": "İleti araçları",
|
||||
"unread-posts-link": "Okunmamış iletilerin bağlantısı",
|
||||
"thumb-image": "Başlık önizleme görüntüsü"
|
||||
}
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"user-menu": "User menu",
|
||||
"user-menu": "Kullanıcı menüsü",
|
||||
"banned": "Yasaklı",
|
||||
"muted": "Sessiz",
|
||||
"offline": "Çevrimdışı",
|
||||
|
||||
@@ -4,8 +4,11 @@
|
||||
"sorting.post-default": "Типове сортування постів",
|
||||
"sorting.oldest-to-newest": "Старі > Нові",
|
||||
"sorting.newest-to-oldest": "Нові > Старі",
|
||||
"sorting.recently-replied": "Recently Replied",
|
||||
"sorting.recently-created": "Recently Created",
|
||||
"sorting.most-votes": "Кількість голосів",
|
||||
"sorting.most-posts": "Кількість постів",
|
||||
"sorting.most-views": "Most Views",
|
||||
"sorting.topic-default": "Типове сортування тем",
|
||||
"length": "Довжина посту",
|
||||
"post-queue": "Post Queue",
|
||||
|
||||
@@ -182,6 +182,8 @@
|
||||
"sort-by": "Сортувати за",
|
||||
"oldest-to-newest": "Старі > Нові",
|
||||
"newest-to-oldest": "Нові > Старі",
|
||||
"recently-replied": "Recently Replied",
|
||||
"recently-created": "Recently Created",
|
||||
"most-votes": "Найбільше Голосів",
|
||||
"most-posts": "Найбільше Постів",
|
||||
"most-views": "Most Views",
|
||||
|
||||
@@ -4,8 +4,11 @@
|
||||
"sorting.post-default": "Sắp Xếp Bài Đăng Mặc Định",
|
||||
"sorting.oldest-to-newest": "Cũ nhất đến Mới nhất",
|
||||
"sorting.newest-to-oldest": "Mới nhất đến Cũ nhất",
|
||||
"sorting.recently-replied": "Recently Replied",
|
||||
"sorting.recently-created": "Recently Created",
|
||||
"sorting.most-votes": "Nhiều Bình Chọn",
|
||||
"sorting.most-posts": "Nhiều Bài Đăng",
|
||||
"sorting.most-views": "Most Views",
|
||||
"sorting.topic-default": "Sắp Xếp Chủ Đề Mặc Định",
|
||||
"length": "Độ Dài Bài Đăng",
|
||||
"post-queue": "Xếp Hàng Bài Đăng",
|
||||
|
||||
@@ -182,6 +182,8 @@
|
||||
"sort-by": "Sắp xếp theo",
|
||||
"oldest-to-newest": "Cũ đến mới",
|
||||
"newest-to-oldest": "Mới đến cũ",
|
||||
"recently-replied": "Recently Replied",
|
||||
"recently-created": "Recently Created",
|
||||
"most-votes": "Nhiều Bình Chọn",
|
||||
"most-posts": "Nhiều Bài Đăng",
|
||||
"most-views": "Xem Nhiều",
|
||||
|
||||
@@ -4,8 +4,11 @@
|
||||
"sorting.post-default": "默认帖子排序",
|
||||
"sorting.oldest-to-newest": "从旧到新",
|
||||
"sorting.newest-to-oldest": "从新到旧",
|
||||
"sorting.recently-replied": "Recently Replied",
|
||||
"sorting.recently-created": "Recently Created",
|
||||
"sorting.most-votes": "最多点赞",
|
||||
"sorting.most-posts": "最多回复",
|
||||
"sorting.most-views": "Most Views",
|
||||
"sorting.topic-default": "默认主题排序",
|
||||
"length": "帖子字数",
|
||||
"post-queue": "发帖队列",
|
||||
|
||||
@@ -182,6 +182,8 @@
|
||||
"sort-by": "排序",
|
||||
"oldest-to-newest": "从旧到新",
|
||||
"newest-to-oldest": "从新到旧",
|
||||
"recently-replied": "Recently Replied",
|
||||
"recently-created": "Recently Created",
|
||||
"most-votes": "最多赞同",
|
||||
"most-posts": "回复最多",
|
||||
"most-views": "最多浏览",
|
||||
|
||||
@@ -4,8 +4,11 @@
|
||||
"sorting.post-default": "預設貼文排序",
|
||||
"sorting.oldest-to-newest": "從舊到新",
|
||||
"sorting.newest-to-oldest": "從新到舊",
|
||||
"sorting.recently-replied": "Recently Replied",
|
||||
"sorting.recently-created": "Recently Created",
|
||||
"sorting.most-votes": "最多點贊",
|
||||
"sorting.most-posts": "最多回覆",
|
||||
"sorting.most-views": "Most Views",
|
||||
"sorting.topic-default": "預設主題排序",
|
||||
"length": "貼文字數",
|
||||
"post-queue": "貼文隊列",
|
||||
|
||||
@@ -182,6 +182,8 @@
|
||||
"sort-by": "排序",
|
||||
"oldest-to-newest": "從舊到新",
|
||||
"newest-to-oldest": "從新到舊",
|
||||
"recently-replied": "Recently Replied",
|
||||
"recently-created": "Recently Created",
|
||||
"most-votes": "最多點贊",
|
||||
"most-posts": "回覆最多",
|
||||
"most-views": "Most Views",
|
||||
|
||||
@@ -124,7 +124,7 @@ categoriesAPI.getTopics = async (caller, data) => {
|
||||
}
|
||||
|
||||
const infScrollTopicsPerPage = 20;
|
||||
const sort = data.sort || data.categoryTopicSort || meta.config.categoryTopicSort || 'newest_to_oldest';
|
||||
const sort = data.sort || data.categoryTopicSort || meta.config.categoryTopicSort || 'recently_replied';
|
||||
|
||||
let start = Math.max(0, parseInt(data.after || 0, 10));
|
||||
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user